summaryrefslogtreecommitdiffstats
path: root/pym/portage/repository/config.py
Commit message (Expand)AuthorAgeFilesLines
...
* RepoConfig: sort __slots__Zac Medico2011-10-151-2/+2
* layout.conf: add git friendly pregenerated cache formatBrian Harring2011-10-141-1/+5
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-141-7/+11
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-1/+18
* layout.conf: revert authoritative-cache supportZac Medico2011-10-131-25/+2
* Revert "RepoConfigLoader: Recursively expand masters."Zac Medico2011-10-091-27/+21
* Revert "get_masters: protect against infinite recursion"Zac Medico2011-10-091-30/+23
* get_masters: protect against infinite recursionZac Medico2011-10-081-23/+30
* RepoConfig: allow repos.conf 'masters' overrideZac Medico2011-10-081-8/+18
* RepoConfigLoader: Recursively expand masters.Arfrever Frehtes Taifersar Arahesis2011-10-081-21/+27
* Mark some messages for translation.Arfrever Frehtes Taifersar Arahesis2011-10-051-10/+14
* RepoConfig: sort __slots__Zac Medico2011-10-041-4/+6
* Suppress warnings with DeprecationWarning.Zac Medico2011-10-031-2/+2
* Warn for questionable layout.conf manifest-hashesZac Medico2011-10-031-1/+23
* GLEP 59: use manifest-hashes list in layout.confZac Medico2011-10-031-18/+7
* Implement GLEP 59 with control via layout.conf.Zac Medico2011-10-021-1/+21
* repos.conf: implement trust-authoritative-cacheZac Medico2011-09-301-1/+23
* Fix 'authoritative' spelling.Zac Medico2011-09-301-3/+3
* layout.conf: allow a repository to state the cache is authorativeBrian Harring2011-09-301-1/+3
* manifest: controllable per repoBrian Harring2011-09-271-1/+14
* RepoConfigLoader: handle ValueError from shlexZac Medico2011-09-171-1/+8
* metadata/layout.conf: "sign-manifests = false"Zac Medico2011-09-121-1/+5
* add layout.conf awareness of thin-manifestsBrian Harring2011-09-121-2/+9
* Bind all manifest access through repoconfigsBrian Harring2011-09-121-1/+6
* refactoring; unhide part of the parsing functionalityBrian Harring2011-09-121-100/+98
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-2/+7
* SafeConfigParser: renamed to ConfigParser in 3.2Zac Medico2011-08-241-1/+6
* action_info: don't mix print with writemsg_stdoutZac Medico2011-08-041-1/+1
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* RepoConfig: ignore missing name if no locationZac Medico2011-07-081-1/+3
* Bug #370693: Handle package.use.force and package.use.mask files from masterArfrever Frehtes Taifersar Arahesis2011-06-191-0/+3
* Update timestamps in headers of modified files.Zac Medico2011-06-031-1/+1
* repository/config: PORTDIR/overlay priority tweakZac Medico2011-06-021-10/+18
* 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