projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc3273
)
FIX: indentation problem, also end the Portage identification
author
Zac Medico
<zmedico@gentoo.org>
Thu, 25 Oct 2007 19:56:45 +0000
(19:56 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 25 Oct 2007 19:56:45 +0000
(19:56 -0000)
line with a ) if repoman wasn't forced to do its job.
(branches/prefix r8281)
svn path=/main/trunk/; revision=8296
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index c9e9138a2fbac09aa986ea114fb5b56d81b44b42..88493122007933b0392a77d9c7542982c8ade9c4 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1722,7
+1722,7
@@
else:
commitmessage += "\n(Portage version: "+str(portage_version)
if options.force:
commitmessage += ", RepoMan options: --force"
-
commitmessage += ")"
+ commitmessage += ")"
if not manifest1_compat:
myfiles = myupdates + myremoved + mymanifests
filesdirs = set()