projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0206296
)
s/x/xs/ to fix a typo in a variable name.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Feb 2007 09:25:32 +0000
(09:25 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Feb 2007 09:25:32 +0000
(09:25 -0000)
svn path=/main/trunk/; revision=6023
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 7555fdc0e88e0062cb238f24dbdbd8465ce414ba..7f51443d28936a3433a1f78a7c5bf74e79ed24a6 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1689,7
+1689,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: