FYI, >From ded2eb583ef159fb159abe1a9c2e64821549f224 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Thu, 10 Nov 2011 10:18:15 +0100 Subject: [PATCH 1/2] 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 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cfg.mk b/cfg.mk index 620f07f..7fd23c4 100644 --- a/cfg.mk +++ b/cfg.mk @@ -17,6 +17,10 @@ # Used in maint.mk's web-manual rule manual_title = GNU Grep: Print lines matching a pattern +# 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 -- 1.7.8.rc0.61.g8a042 >From f91c15f1e73319ad02b812cae0893eaeedee794c Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Thu, 10 Nov 2011 10:18:53 +0100 Subject: [PATCH 2/2] build: update gnulib submodule to latest --- gnulib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnulib b/gnulib index dc57f70..44e24aa 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit dc57f70a80411608fee719971cc758a00a8eab63 +Subproject commit 44e24aa42fb9e808f25767f5ce555d6844efc1c8 -- 1.7.8.rc0.61.g8a042
