From ceae907fb82a02ea01c01fda1b90d9997a226e0f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Nov 2011 09:27:17 +0100 Subject: [PATCH] maint: adjust the URL that will appear in the generated announcement * cfg.mk (url_dir_list): Use this http://ftp.gnu.org/gnu/$(PACKAGE) for the first link listed in the generated announcement. announce-gen now provides the faster mirror link automatically. --- cfg.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg.mk b/cfg.mk index fa7f84488a..7b346a3810 100644 --- a/cfg.mk +++ b/cfg.mk @@ -17,6 +17,10 @@ # Used in maint.mk's web-manual rule manual_title = Core GNU utilities +# Use the direct link. This is guaranteed to work immediately, while +# it can take a while for the faster mirror links to become usable. +url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE) + # Tests not to run as part of "make distcheck". local-checks-to-skip = \ sc_texinfo_acronym -- 2.47.2