Gitweb:
http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=75c295c3083fcbec24625c9c9d3c8ca0e13cbbdd
Commit: 75c295c3083fcbec24625c9c9d3c8ca0e13cbbdd
Parent: 9a40fdb470a2b9e3388df248d5a5ecce65ea88ec
Author: David Lutterkort <[email protected]>
AuthorDate: Mon Nov 30 08:05:37 2009 -0800
Committer: David Lutterkort <[email protected]>
CommitterDate: Mon Nov 30 08:05:37 2009 -0800
* Makefile.maint: sign tags
---
Makefile.maint | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile.maint b/Makefile.maint
index f209991..cc7e2c5 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -21,11 +21,12 @@ build-rpm:
upload:
@gpg -q --batch --verify $(tarball).sig > /dev/null 2>&1 || \
- gpg --output $(tarball).sig --detach-sig $(tarball); \
- rsync -v $(tarball) $(tarball).sig $(et_rel_dir)
+ gpg --output $(tarball).sig --detach-sig $(tarball); \
+ rsync -v $(tarball) $(tarball).sig $(et_rel_dir); \
+ git push --tags
tag-release:
- @git-tag release-$(VERSION)
+ @git tag -s release-$(VERSION)
# This is how I run autogen.sh locally
autogen:
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel