projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4659820
)
Fix the bug #198398 code from trunk to be compatible with the code
author
Zac Medico
<zmedico@gentoo.org>
Thu, 13 Dec 2007 21:53:48 +0000
(21:53 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 13 Dec 2007 21:53:48 +0000
(21:53 -0000)
in this branch.
svn path=/main/branches/2.1.2/; revision=8919
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index bb12feec484d634df4631ee577d15c3442aaf5c6..ee6920f789d000d36718ad3ceba9da9e444292a7 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-413,8
+413,8
@@
if os.path.isdir("CVS"):
isCvs = True
if isCvs and \
- "commit" ==
options.
mode and \
- "RMD160" not in portage
.
checksum.hashorigin_map:
+ "commit" ==
my
mode and \
+ "RMD160" not in portage
_
checksum.hashorigin_map:
from portage_util import grablines
repo_lines = grablines("./CVS/Repository")
if repo_lines and \