Remove --cvs-urls option.
authorBruno Haible <bruno@clisp.org>
Fri, 29 Aug 2008 10:07:37 +0000 (12:07 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 29 Aug 2008 10:07:37 +0000 (12:07 +0200)
ChangeLog
MODULES.html.sh

index e6f2ba9..52c619b 100644 (file)
--- 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
index 43dad36..66b9924 100755 (executable)
@@ -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_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='