]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update gnulib CVS repository URL.
authorBruno Haible <bruno@clisp.org>
Sat, 29 Sep 2007 23:31:59 +0000 (23:31 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:06 +0000 (12:15 +0200)
ChangeLog
autogen.sh

index ed1a8f9f22a231e9640dedabf41e27d4d5ddf7a4..b4a7da5e75d2ea11d234947c5f04c1a2a482d34b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-29  Bruno Haible  <bruno@clisp.org>
+
+       * autogen.sh (GNULIB_CVS_ROOT): Change to read-only git mirror
+       valid since 2007-09-19.
+
 2007-09-01  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC,
index c10f96097c4a9752dabff23061fd06dd82572b8e..70d6449cd50c6e9dfab5857fc369d631645cb0df 100755 (executable)
@@ -48,12 +48,12 @@ done
 if test $skip_gnulib = false; then
   if test -z "$GNULIB_TOOL"; then
     # Check out gnulib in a subdirectory 'gnulib'.
-    GNULIB_CVS_ROOT=':pserver:anonymous@cvs.savannah.gnu.org:/sources/gnulib'
+    GNULIB_CVS_ROOT=':pserver:anonymous@pserver.git.sv.gnu.org:/gnulib.git'
     GNULIB_CVS_REPOSITORY='gnulib'
     if test -d gnulib; then
       (cd gnulib && cvs update -d -P)
     else
-      cvs -d "$GNULIB_CVS_ROOT" checkout $GNULIB_CVS_REPOSITORY
+      cvs -d "$GNULIB_CVS_ROOT" checkout -d $GNULIB_CVS_REPOSITORY HEAD
     fi
     # Now it should contain a gnulib-tool.
     if test -f gnulib/gnulib-tool; then