diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-06-13 12:28:58 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-06-13 12:28:58 +0200 |
commit | 8130ced723d3226b1f4b1b83bb12c9e26b9d02d1 (patch) | |
tree | 85cbd5c029cee06b3bfa386215e190d28f18e4f8 /Misc | |
parent | f3322c651a75948c2a562be6cda62b4fc2bf0a89 (diff) |
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 <tklauser@distanz.ch>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |