]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Get gnulib from the git repository, not from an obsolete cvs one.
authorJim Meyering <meyering@redhat.com>
Wed, 24 Oct 2007 20:09:57 +0000 (22:09 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 24 Oct 2007 20:09:57 +0000 (22:09 +0200)
* bootstrap: Suggestion from Micah Cowan.

ChangeLog
bootstrap

index 1f345eeedc5f3dca3f31a762dd00b6ff030151d3..2e9fd9d8356e41799aac62978c94a27624c69f99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-10-24  Jim Meyering  <meyering@redhat.com>
 
+       Get gnulib from the git repository, not from an obsolete cvs one.
+       * bootstrap: Suggestion from Micah Cowan.
+
        Doc improvements.
        * README-hacking: Prefer the no-hyphen variant of git commands,
        e.g., use "git pull" not "git-pull".
index aa86d3d527397d3c1894e6a1bef0f7d1ec6c0cd4..22e3a41f5ebe404f75dbe61428c4611024f827a9 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -23,7 +23,6 @@ nl='
 '
 
 # Ensure file names are sorted consistently across platforms.
-# Also, ensure diagnostics are in English, e.g., "wget --help" below.
 LC_ALL=C
 export LC_ALL
 
@@ -243,7 +242,7 @@ case ${GNULIB_SRCDIR--} in
 
     trap cleanup_gnulib 1 2 13 15
 
-    cvs -z3 -q -d ${CVS_PREFIX}cvs.savannah.gnu.org:/cvsroot/gnulib co gnulib ||
+    git clone --depth 2 git://git.sv.gnu.org/gnulib ||
       cleanup_gnulib
 
     trap - 1 2 13 15