After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 317929 - Incorrect svn host for libnotify/galago
Incorrect svn host for libnotify/galago
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks:
 
 
Reported: 2005-10-04 13:59 UTC by Wouter Bolsterlee (uws)
Modified: 2005-10-24 06:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2005-10-04 13:59:40 UTC
gnome-2.12.modules currently contains the line:
  <svnmodule id="libnotify" module="trunk/libnotify" root="svn.galago.info">

The hostname is incorrect, however. Galago SVN is currently at
http://svn.galago-project.org/trunk
Comment 1 Wouter Bolsterlee (uws) 2005-10-04 14:26:46 UTC
--- gnome-2.12.modules.orig     2005-10-04 16:24:38.000000000 +0200
+++ gnome-2.12.modules  2005-10-04 16:25:50.000000000 +0200
@@ -33,8 +33,8 @@
   <cvsroot name="inkscape.sf.net"
      root=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/inkscape"
      password="" />
-  <svnroot name="svn.galago.info"
-     href="http://svn.galago.info/" />
+  <svnroot name="svn.galago-project.org"
+     href="http://svn.galago-project.org/" />
   <cvsroot name="cvs.alioth.debian.org/pkg-isocodes"
      root=":pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pkg-isocodes"
      password="" />
@@ -955,7 +955,7 @@
       <dep package="gnome-panel" />
     </dependencies>
   </cvsmodule>
-  <svnmodule id="libnotify" module="trunk/libnotify" root="svn.galago.info">
+  <svnmodule id="libnotify" module="trunk/libnotify" root="svn.galago-project.org">
     <dependencies>
       <dep package="gtk+" />
       <dep package="dbus" />
Comment 2 Wouter Bolsterlee (uws) 2005-10-04 14:27:05 UTC
--- gnome-2.14.modules.orig     2005-09-26 20:27:02.000000000 +0200
+++ gnome-2.14.modules  2005-10-04 16:26:09.000000000 +0200
@@ -33,8 +33,8 @@
   <cvsroot name="inkscape.sf.net"
      root=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/inkscape"
      password="" />
-  <svnroot name="svn.galago.info"
-     href="http://svn.galago.info/" />
+  <svnroot name="svn.galago-project.org"
+     href="http://svn.galago-project.org/" />
   <cvsroot name="cvs.alioth.debian.org/pkg-isocodes"
      root=":pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pkg-isocodes"
      password="" />
@@ -955,7 +955,7 @@
       <dep package="gnome-panel" />
     </dependencies>
   </cvsmodule>
-  <svnmodule id="libnotify" module="trunk/libnotify" root="svn.galago.info">
+  <svnmodule id="libnotify" module="trunk/libnotify" root="svn.galago-project.org">
     <dependencies>
       <dep package="gtk+" />
       <dep package="dbus" />
Comment 3 Wouter Bolsterlee (uws) 2005-10-04 14:27:23 UTC
Sorry for inlining.
Comment 4 James Henstridge 2005-10-24 06:10:57 UTC
Fixed in CVS for gnome-2.12 and gnome-2.14 module sets.  Thanks for the patch.