summaryrefslogtreecommitdiffstats
path: root/bin/repoman
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 13:27:27 -0700
commitc7d24916a47f08755932fdad1344f08808ad8022 (patch)
treee7d3a6f670b428d85a35c99f42d64db737fe2995 /bin/repoman
parentbeeac7feedb90a9e93169390a4fa3116a0e247b6 (diff)
downloadportage-c7d24916a47f08755932fdad1344f08808ad8022.tar.gz
portage-c7d24916a47f08755932fdad1344f08808ad8022.tar.bz2
portage-c7d24916a47f08755932fdad1344f08808ad8022.zip
Include gpg key in repoman commit message.
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 0b72ef161..1308ec717 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2550,7 +2550,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()