* [gentoo-commits] proj/portage:master commit in: pym/portage/repository/
@ 2015-11-23 20:41 99% Arfrever Frehtes Taifersar Arahesis
0 siblings, 0 replies; 1+ results
From: Arfrever Frehtes Taifersar Arahesis @ 2015-11-23 20:41 UTC (permalink / raw
To: gentoo-commits
commit: c1a2714c5e5d6d3fdda5594c6e5997e769552185
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Nov 23 20:37:55 2015 +0000
Commit: Arfrever Frehtes Taifersar Arahesis <arfrever <AT> apache <DOT> org>
CommitDate: Mon Nov 23 20:37:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c1a2714c
portage.repository.config.RepoConfigLoader._parse(): Delete unused ignored_map and ignored_location_map parametres.
pym/portage/repository/config.py | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py
index ffb4544..2ba03f0 100644
--- a/pym/portage/repository/config.py
+++ b/pym/portage/repository/config.py
@@ -547,7 +547,7 @@ class RepoConfigLoader(object):
return portdir
@staticmethod
- def _parse(paths, prepos, ignored_map, ignored_location_map, local_config, portdir, default_opts):
+ def _parse(paths, prepos, local_config, portdir, default_opts):
"""Parse files in paths to load config"""
parser = SafeConfigParser(defaults=default_opts)
@@ -644,9 +644,7 @@ class RepoConfigLoader(object):
settings.get("PORTAGE_RSYNC_EXTRA_OPTS", None)
try:
- self._parse(paths, prepos, ignored_map,
- ignored_location_map, settings.local_config,
- portdir, default_opts)
+ self._parse(paths, prepos, settings.local_config, portdir, default_opts)
except ConfigParserError as e:
writemsg(
_("!!! Error while reading repo config file: %s\n") % e,
@@ -659,8 +657,6 @@ class RepoConfigLoader(object):
{}, local_config=settings.local_config)
location_map.clear()
treemap.clear()
- ignored_map.clear()
- ignored_location_map.clear()
default_portdir = os.path.join(os.sep,
settings['EPREFIX'].lstrip(os.sep), 'usr', 'portage')
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-11-23 20:41 99% [gentoo-commits] proj/portage:master commit in: pym/portage/repository/ Arfrever Frehtes Taifersar Arahesis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox