[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-852-g947086c
Jesse Vincent
jesse at bestpractical.com
Mon Dec 13 16:35:49 EST 2010
The branch, 3.9-trunk has been updated
via 947086c16d3852e45e1ef57dbeed85e74b3c78eb (commit)
from 1ba5fb1a4822c2441b59dcff3b0c30d8378bed01 (commit)
Summary of changes:
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 947086c16d3852e45e1ef57dbeed85e74b3c78eb
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Dec 13 16:35:30 2010 -0500
detach-sign is what we actually want
diff --git a/Makefile.in b/Makefile.in
index caf9d57..7c1e7be 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -493,7 +493,7 @@ build-snapshot:
rm -fr "$(SNAPSHOT)/"
clearsign-snapshot:
- gpg --clearsign "$(SNAPSHOT).tar.gz"
+ gpg --detach-sign "$(SNAPSHOT).tar.gz"
sha1sum $(SNAPSHOT).tar.gz*
vessel-import: build-snapshot
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list