summaryrefslogtreecommitdiffstats
path: root/pym/portage/repository
Commit message (Expand)AuthorAgeFilesLines
* RepoConfig: invert repo priority orderingZac Medico2011-01-021-5/+5
* prepos_order: avoid duplicates from aliasesZac Medico2010-12-191-1/+4
* Support aliases in metadata/layout.conf.Zac Medico2010-10-221-0/+10
* Fix RepoConfig.info_string() for aliases.Zac Medico2010-10-221-1/+1
* Fix 'Unavailable repository' layout.conf path.Zac Medico2010-10-221-0/+2
* Ensure repo.priority is initialized.Sebastian Luther2010-10-201-1/+5
* Fix RepoConfig.update() for missing_repo_name.Sebastian Luther2010-10-161-0/+1
* Fix RepoConfig.info_string() for eclass-overridesZac Medico2010-10-161-1/+2
* Avoid reapath('') expansion to cwd for repos.Zac Medico2010-10-111-2/+6
* Make repoman ignore sets.conf.v2.2_rc91Zac Medico2010-10-071-2/+3
* Fix KeyError for missing repo in eclass_overridesZac Medico2010-10-071-1/+1
* Add _gen_valid_repo() to ensure valid repo name.Zac Medico2010-10-051-7/+16
* Handle invalid PORTDIR and realpath issuesSebastian Luther2010-10-031-5/+5
* Include repo info in emerge --infoSebastian Luther2010-10-031-0/+25
* Bug #339402 - Ensure valid repo name.Zac Medico2010-10-021-0/+17
* Bug #339402 - Prevent whitespace in repo names.Zac Medico2010-10-021-0/+1
* Avoid 'Unavailable repository' with aliases.Zac Medico2010-10-011-0/+4
* Fix broken SafeConfigParser.Error reference.Zac Medico2010-10-011-3/+3
* Support documented repos.conf settings.Zac Medico2010-10-011-6/+31
* Handle user_location in RepoConfig.update().Zac Medico2010-10-011-0/+2
* Fix typo in 'masters' variable name.Zac Medico2010-10-011-2/+4
* Fix misspelling of masters.split() as plit().Zac Medico2010-10-011-1/+1
* Make _RepoDisplay show user_location.Zac Medico2010-09-301-0/+8
* More repository handling cleanupSebastian Luther2010-09-301-22/+118
* Handle missing PORTDIR in RepoConfigLoader.mainRepo() and theZac Medico2010-09-291-1/+4
* Fix RepoConfigLoader so that it's possible to use PORTDIR_OVERLAYZac Medico2010-09-281-2/+4
* Improved profiles/p.mask handlingSebastian Luther2010-09-261-1/+16
* move repository.py to repository/config.pySebastian Luther2010-09-262-0/+258