maint: Update fetch URLs.
authorMathieu Lirzin <mthl@gnu.org>
Thu, 2 Mar 2017 16:50:02 +0000 (17:50 +0100)
committerMathieu Lirzin <mthl@gnu.org>
Thu, 2 Mar 2017 16:57:33 +0000 (17:57 +0100)
* maintainer/maint.mk (SV_CVS, SV_GIT_AC): Remove.
(SV_GIT_CF, SV_GIT_GL): Use https for Savannah Git repositories.
(FETCHFILES): Use Gnulib repository as the source of "texinfo.tex",
"gendocs.sh", and "gendocs_template" files.

maintainer/maint.mk

index 0212fd9725d6349e0afda93853e5698de9459ed1..80a2572ff5cbdd0f74a672487357097d4895b33e 100644 (file)
@@ -331,22 +331,20 @@ CLEANFILES += announcement
 git-sv-host = git.savannah.gnu.org
 
 # Some repositories we sync files from.
-SV_CVS    = 'http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/'
-SV_GIT_CF = 'http://$(git-sv-host)/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f='
-SV_GIT_AC = 'http://$(git-sv-host)/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f='
-SV_GIT_GL = 'http://$(git-sv-host)/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f='
+SV_GIT_CF = 'https://$(git-sv-host)/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f='
+SV_GIT_GL = 'https://$(git-sv-host)/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f='
 
 # Files that we fetch and which we compare against.
 # Note that the 'lib/COPYING' file must still be synced by hand.
 FETCHFILES = \
   $(SV_GIT_CF)config.guess \
   $(SV_GIT_CF)config.sub \
-  $(SV_CVS)texinfo/texinfo/doc/texinfo.tex \
-  $(SV_CVS)texinfo/texinfo/util/gendocs.sh \
-  $(SV_CVS)texinfo/texinfo/util/gendocs_template \
+  $(SV_GIT_GL)build-aux/texinfo.tex \
+  $(SV_GIT_GL)build-aux/gendocs.sh \
   $(SV_GIT_GL)build-aux/gitlog-to-changelog \
   $(SV_GIT_GL)build-aux/gnupload \
   $(SV_GIT_GL)build-aux/update-copyright \
+  $(SV_GIT_GL)doc/gendocs_template \
   $(SV_GIT_GL)doc/INSTALL
 
 # Fetch the latest versions of few scripts and files we care about.