From d59e69851dc7c310b4757e4485fc63f1f86b8d50 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 2 Mar 2017 17:50:02 +0100 Subject: maint: Update fetch URLs. * 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 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/maintainer/maint.mk b/maintainer/maint.mk index 0212fd972..80a2572ff 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -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. -- cgit v1.2.1