summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-06 13:27:27 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-06 17:20:57 -0700
commitac1ca97bfd81e2f392f1d8ccbbc393b772df98ca (patch)
tree2494ce56030cdc9f5afdf4049a16422368efa3d3 /bin
parent94fc9aa76ba458798b7405f4ce8813a49046380e (diff)
downloadportage-ac1ca97bfd81e2f392f1d8ccbbc393b772df98ca.tar.gz
portage-ac1ca97bfd81e2f392f1d8ccbbc393b772df98ca.tar.bz2
portage-ac1ca97bfd81e2f392f1d8ccbbc393b772df98ca.zip
Include gpg key in repoman commit message.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index f2f16f25c..812f1df67 100755
--- 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()