From: Bruno Haible Date: Fri, 29 Aug 2008 10:07:37 +0000 (+0200) Subject: Remove --cvs-urls option. X-Git-Tag: v0.1~7112 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=30ec0c676423eacadc908493a505993750935abf;p=gnulib.git Remove --cvs-urls option. --- diff --git a/ChangeLog b/ChangeLog index e6f2ba943..52c619b7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-29 Bruno Haible + + * MODULES.html.sh: Remove --cvs-urls option. Not useful any more, due + to synchronization problems between the git and the cvs repository. + 2008-08-28 Jose E. Marchesi (tiny change) maint.mk: adjust to file name change diff --git a/MODULES.html.sh b/MODULES.html.sh index 43dad362c..66b9924d4 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . # -# Usage: MODULES.html.sh [--cvs-urls|--git-urls] > MODULES.html +# Usage: MODULES.html.sh [--git-urls] > MODULES.html # Extend the PATH so that gnulib-tool is found. PATH=`dirname "$0"`:$PATH; export PATH @@ -31,11 +31,6 @@ repo_url_prefix= repo_url_suffix= if test $# != 0; then case "$1" in - --cvs-urls) - # Generate URLs to the official gnulib CVS repository. - repo_url_prefix='http://cvs.sv.gnu.org/viewcvs/*checkout*/gnulib/' - repo_url_suffix='?root=gnulib&content-type=text/plain' - ;; --git-urls) # Generate URLs to the official gnulib git repository. repo_url_prefix='http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f='