projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94fc9aa
)
Include gpg key in repoman commit message.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Oct 2010 20:27:27 +0000
(13:27 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 7 Oct 2010 00:20:57 +0000
(17:20 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index f2f16f25cf9c583ac41797eb96be65c64e89f7f5..812f1df6727b15a832e77a5b4f3cdc9c0a049c08 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-2547,7
+2547,9
@@
else:
# strip the closing parenthesis
mymsg.write(_unicode_encode(commitmessage[:-1]))
if signed:
- mymsg.write(b", signed Manifest commit)")
+ mymsg.write(_unicode_encode(
+ ", signed Manifest commit with key %s)" % \
+ repoman_settings["PORTAGE_GPG_KEY"]))
else:
mymsg.write(b", unsigned Manifest commit)")
mymsg.close()