Skip to content

Commit

Permalink
build: Use new git repo URL in release announcement message template
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Feb 18, 2014
1 parent 5180635 commit 1c2d641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Misc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ announcement:
$(Q)echo -e " *** BLURB HERE (general bits, optional) ***\n\n---\n" > .MAIL_MSG
$(Q)echo -e "netsniff-ng $(VERSION_SHORT) has been released to the public (https://netsniff-ng.org/).\n" >> .MAIL_MSG
$(Q)echo -e "It can be fetched via Git:\n" >> .MAIL_MSG
$(Q)echo -e " git clone git:https://github.com/borkmann/netsniff-ng.git" >> .MAIL_MSG
$(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:\n" >> .MAIL_MSG
$(Q)echo -e " wget https://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG
Expand Down

0 comments on commit 1c2d641

Please sign in to comment.