diff options
author | Jim Meyering <meyering@redhat.com> | 2012-02-03 14:10:55 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-02-03 14:10:55 +0100 |
commit | a6e015120290900e2894db96d55975c2ffbc0347 (patch) | |
tree | f474ee0cb71703492470043e60e38e0a93933179 | |
parent | ce0ae0270f475f15619a63215a4a002f530c5b08 (diff) | |
download | idutils-a6e015120290900e2894db96d55975c2ffbc0347.tar.gz idutils-a6e015120290900e2894db96d55975c2ffbc0347.tar.bz2 idutils-a6e015120290900e2894db96d55975c2ffbc0347.zip |
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.
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# 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) + # Used in maint.mk's web-manual rule manual_title = GNU idutils: ID database utilities |