diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-08-21 10:59:25 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-08-21 10:59:25 +0200 |
commit | eca155380f497871a5aabd3c7b660157c2711bdc (patch) | |
tree | 1f1fbc70f39257a1867db032a484655d9b7d0579 /Misc | |
parent | 6d651c88488fc04e71c25bafab2a5af18195508f (diff) |
build: announcement: also add v prefix to checkout command
We also need to add a v prefix for the version tag to the checkout
command, as similarly done for the GPG verification.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ announcement: $(Q)echo -e "netsniff-ng $(VERSION_SHORT) has been released to the public (http://netsniff-ng.org/).\n" >> .MAIL_MSG $(Q)echo -e "It can be fetched via Git:\n" >> .MAIL_MSG $(Q)echo -e " git clone git://github.com/borkmann/netsniff-ng.git" >> .MAIL_MSG - $(Q)echo -e " git checkout $(VERSION_SHORT)\n" >> .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 "The release can be verified via Git (see README):\n" >> .MAIL_MSG |