mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-05 20:41:17 +02:00
The masters ordering specified here doesn't actually work, nor reflect reality (portage always uses the local eclasses over any masters if there is a conflict). As such, remove the pointless entry. Portage trunk has a fix for this, but we should enforce what we use /now/ so that a later portage upgrade doesn't accidentaly flip the behaviour around on us; changing the ordering should be an explicit decision/change rather than portage upgrade. For testing, check the before/after; note that portage-stable eclasses still are rightmost in either, thus are what's used. BUG=None TEST=python -c $'if True: import portage r=portage.settings.repositories;r=r.get_repo_for_location(r.treemap[u"portage-stable"]) print r.eclass_locations' Change-Id: I18c5e7e647557da1030094668502467427e56fae Reviewed-on: https://gerrit.chromium.org/gerrit/12866 Reviewed-by: David James <davidjames@chromium.org> Commit-Ready: Brian Harring <ferringb@chromium.org> Tested-by: Brian Harring <ferringb@chromium.org>