summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-06-16 11:07:20 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-06-16 11:07:20 +0200
commitb25471fa58187da3116c2dc5bb10e8c007d66039 (patch)
tree782cbbcbb1779d7ec9de4df194f5ddd0c0e26707
parentabec60cfddd94fa5f856c071f5b5861e81899f8a (diff)
build: Fix formatting of mirror URLs in generated release announcement
Get rid of unnecessary blank lines between the URLs. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--Misc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc b/Misc
index c40140a..8c826ed 100644
--- a/Misc
+++ b/Misc
@@ -24,9 +24,9 @@ announcement:
$(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 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 " http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz" >> .MAIL_MSG
+ $(Q)echo -e " http://mirror.distanz.ch/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz" >> .MAIL_MSG
+ $(Q)echo -e " http://github.com/netsniff-ng/netsniff-ng/archive/v$(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