projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d64259b
)
RepoConfigLoader: fix bug #474578
author
Zac Medico
<zmedico@gentoo.org>
Mon, 24 Jun 2013 19:24:39 +0000
(12:24 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 24 Jun 2013 19:24:39 +0000
(12:24 -0700)
pym/portage/repository/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/repository/config.py
b/pym/portage/repository/config.py
index 5ec8304291d884271377d12fdf5261a5505ca59d..076dceab4052f70d432a79227d755b74bb0f7656 100644
(file)
--- a/
pym/portage/repository/config.py
+++ b/
pym/portage/repository/config.py
@@
-570,7
+570,8
@@
class RepoConfigLoader(object):
for repo_name, repo in list(prepos.items()):
if repo.location is None:
if repo_name != 'DEFAULT':
- if paths:
+ # Skip this warning for repoman (bug #474578).
+ if settings.local_config and paths:
writemsg_level(_("Location undefined for " \
"repository '%s' referenced in '%s'\n") % \
(repo.name, paths[0]),