Skip to content

Commit

Permalink
build: Fix formatting of mirror URLs in generated release announcement
Browse files Browse the repository at this point in the history
Get rid of unnecessary blank lines between the URLs.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Jun 16, 2014
1 parent abec60c commit b25471f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Misc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ announcement:
$(Q)echo -e " git clone git:https://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:https://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG
$(Q)echo -e " http:https://mirror.distanz.ch/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG
$(Q)echo -e " http:https://github.com/netsniff-ng/netsniff-ng/archive/$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG
$(Q)echo -e " http:https://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz" >> .MAIL_MSG
$(Q)echo -e " http:https://mirror.distanz.ch/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz" >> .MAIL_MSG
$(Q)echo -e " http:https://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
Expand Down

0 comments on commit b25471f

Please sign in to comment.