projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca487f
)
repoman: fix commit_footer NameError
v2.2.0_alpha138
author
Zac Medico
<zmedico@gentoo.org>
Mon, 15 Oct 2012 00:11:23 +0000
(17:11 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 15 Oct 2012 00:11:23 +0000
(17:11 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 4fa092a4cbd3357fb40420f9d23ff5f60751265c..d1f0b861ad9d5795fb62efa33645ddb06da29e6e 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-2539,7
+2539,7
@@
else:
unameout += platform.processor()
else:
unameout += platform.machine()
- commit_footer
+
= "\n\n(Portage version: %s/%s/%s" % \
+ commit_footer = "\n\n(Portage version: %s/%s/%s" % \
(portage_version, vcs, unameout)
if options.force:
commit_footer += ", RepoMan options: --force"