projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66bed96
)
s/x/xs/ to fix a typo in a variable name. (trunk r6022:6023)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Feb 2007 09:32:08 +0000
(09:32 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Feb 2007 09:32:08 +0000
(09:32 -0000)
svn path=/main/branches/2.1.2/; revision=6025
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index fa4bbcabd6ca67b805556cd52da2d4f4d753f2dc..9114038616a25fe6d78bb3543f8d999ebfd1ccbe 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1688,7
+1688,7
@@
else:
if "/".join(xs[:2]) in mydone:
continue
mydone.append("/".join(xs[:2]))
- repoman_settings["O"]
=os.path.join(os.getcwd(), x[0], x
[1])
+ repoman_settings["O"]
= os.path.join(mydir, xs[0], xs
[1])
portage.digestgen([], repoman_settings, manifestonly=1,
myportdb=portdb)
else: