summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-03-02 17:50:02 +0100
committerMathieu Lirzin <mthl@gnu.org>2017-03-02 17:57:33 +0100
commitd59e69851dc7c310b4757e4485fc63f1f86b8d50 (patch)
tree77ad3ffc2141d74e08ec01ff8bccbe584b3290f6
parentcdf80d50b2cb23cf7836772f9a42ecf38755a5ae (diff)
downloadautomake-d59e69851dc7c310b4757e4485fc63f1f86b8d50.tar.gz
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.
-rw-r--r--maintainer/maint.mk12
1 files 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.