changeset 10370:aba33e6c7301

Remove --cvs-urls option.
author Bruno Haible <bruno@clisp.org>
date Fri, 29 Aug 2008 12:07:37 +0200
parents e38a464bfa5f
children 585bfd66ab86
files ChangeLog MODULES.html.sh
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-29  Bruno Haible  <bruno@clisp.org>
+
+	* 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  <jemarch@gnu.org>  (tiny change)
 
 	maint.mk: adjust to file name change
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-# 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_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='