From 8130ced723d3226b1f4b1b83bb12c9e26b9d02d1 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 13 Jun 2014 12:28:58 +0200 Subject: build: Mention the download mirrors in the release announcement Add mirror.distanz.ch and the source release on github to the download URLs in the release announcement. Signed-off-by: Tobias Klauser --- Misc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Misc') diff --git a/Misc b/Misc index f77aad0..c40140a 100644 --- a/Misc +++ b/Misc @@ -23,8 +23,10 @@ announcement: $(Q)echo -e "It can be fetched via Git:\n" >> .MAIL_MSG $(Q)echo -e " git clone git://github.com/netsniff-ng/netsniff-ng.git" >> .MAIL_MSG $(Q)echo -e " git checkout v$(VERSION_SHORT)\n" >> .MAIL_MSG - $(Q)echo -e "Or via HTTP:\n" >> .MAIL_MSG - $(Q)echo -e " wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG + $(Q)echo -e "Or via HTTP from one of our mirrors:\n" >> .MAIL_MSG + $(Q)echo -e " http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG + $(Q)echo -e " http://mirror.distanz.ch/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG + $(Q)echo -e " http://github.com/netsniff-ng/netsniff-ng/archive/$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG $(Q)echo -e "The release can be verified via Git (see README):\n" >> .MAIL_MSG $(Q)echo -e " git tag -v v$(VERSION_SHORT)\n" >> .MAIL_MSG $(Q)echo -e "Major high-level changes since the last release are:\n" >> .MAIL_MSG -- cgit v1.2.3-54-g00ecf