git.annexia.org
/
qemu-sanity-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d426647
)
Add maintainer-tag rule for tagging HEAD with current version.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 20 Aug 2013 17:44:09 +0000
(18:44 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 20 Aug 2013 18:08:55 +0000
(19:08 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
b3b5f3a
..
bab12cc
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-68,3
+68,8
@@
TESTS = \
test-bad-kernel \
test-bad-qemu \
test-bad-userspace
+
+# Tag HEAD with current version (maintainer only).
+
+maintainer-tag:
+ git tag -a v$(VERSION) -m "Version $(VERSION)" -f