[systemd-commits] Makefile.am
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Tue Mar 11 09:57:33 PDT 2014
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7a249d0c1b2b2fa46e4dd7ff633699fe0f19fb5a
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Tue Mar 11 12:55:17 2014 -0400
build-sys: sign releases
diff --git a/Makefile.am b/Makefile.am
index d6bc5a4..936a78e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4980,7 +4980,7 @@ doc-sync: all destdir-sphinx
.PHONY: git-tag
git-tag:
- git tag "v$(VERSION)" -m "systemd $(VERSION)"
+ git tag -s "v$(VERSION)" -m "systemd $(VERSION)"
.PHONY: install-tree
install-tree: all
More information about the systemd-commits
mailing list