bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Update bootstrap to use the correct CVS path to fetch the latest


From: Micah Cowan
Subject: [PATCH] Update bootstrap to use the correct CVS path to fetch the latest gnulib sources.
Date: Wed, 24 Oct 2007 11:49:00 -0700

cvs.savannah.gnu.org is no longer kept up-to-date, and should not be
used to obtain the latest gnulib sources; the CVS interface to the git
repo, at pserver.git.sv.gnu.org, should be used instead (or else just
use git).

* bootstrap: updated CVS path for gnulib sources.
---
 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bootstrap b/bootstrap
index aa86d3d..1e655f4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -243,7 +243,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 
||
+    cvs -z3 -q -d ${CVS_PREFIX}pserver.git.sv.gnu.org:/gnulib.git co gnulib ||
       cleanup_gnulib
 
     trap - 1 2 13 15
-- 
1.5.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]