projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8403b54
)
repoman: simplify repo location comparison
author
Zac Medico
<zmedico@gentoo.org>
Tue, 25 Jun 2013 19:24:40 +0000
(12:24 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 25 Jun 2013 19:24:40 +0000
(12:24 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 60286dbc82dbbc89fc1122dd4c26754894d0f428..faf0232482e0f4f141c90abe387cbd16d43982bf 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-615,7
+615,7
@@
commit_env = os.environ.copy()
# list() is for iteration on a copy.
for repo in list(repoman_settings.repositories):
# all paths are canonical
- if repo.location not in
[repodir] + [x.location for x in repo_config.masters]
:
+ if repo.location not in
repo_config.eclass_db.porttrees
:
del repoman_settings.repositories[repo.name]
if repo_config.allow_provide_virtual: