summaryrefslogtreecommitdiffstats
path: root/pym/portage/repository/config.py
Commit message (Expand)AuthorAgeFilesLines
* RepoConfigLoader: raise PermissionDenied moreZac Medico2013-01-241-12/+4
* RepoConfigLoader: raise PermissionDeniedZac Medico2013-01-241-1/+10
* Add workaround for Python 2.6.4 issue 4978Zac Medico2013-01-181-1/+1
* Use unicode_literals more.Zac Medico2013-01-181-5/+7
* portdbapi: DeprecationWarning for 'pms' cacheZac Medico2012-11-271-1/+1
* egencache: enable md5-dict format by defaultZac Medico2012-11-271-3/+10
* Bug #434970: Disable some warnings during `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2012-10-141-3/+5
* RepoConfig: add find_invalid_path_char methodZac Medico2012-09-231-1/+21
* Improve allowing of directories on profile level and repository level in EAPI...Arfrever Frehtes Taifersar Arahesis2012-09-211-4/+6
* Detect md5-cache when no cache-formats specified.Zac Medico2012-09-071-3/+9
* parse_layout_conf: fix cache-formats pms fallbackZac Medico2012-06-051-3/+3
* Profile parent repo: references for bug #414961.Zac Medico2012-05-201-2/+2
* RepoConfig: cleanup portage1_profiles codev2.2.0_alpha106Zac Medico2012-05-161-1/+4
* Cleanup profile-formats code.v2.2.0_alpha104Zac Medico2012-05-111-2/+5
* RepoConfig: sort __slots__Zac Medico2012-05-111-3/+3
* Avoid redundant layout.conf parsing.Zac Medico2012-05-111-1/+2
* config: propagate SYNC to self.repositoriesZac Medico2012-05-111-7/+0
* repoman: make virtual.oldstyle an errorZac Medico2012-02-171-2/+7
* repoman: support git commit --gpg-signZac Medico2012-02-041-2/+8
* Honor repos.conf for overlay priority, bug 402099Daniel Hornung2012-02-031-2/+2
* Set portage-1 as default profile format for repositories using EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-01-081-1/+5
* Set eapi attribute on portage.repository.config.RepoConfig objects.Arfrever Frehtes Taifersar Arahesis2012-01-081-5/+8
* RepoConfigLoader: don't mix duplicate repo configv2.2.0_alpha84Zac Medico2011-12-281-18/+17
* RepoConfig.update(): copy more attributesZac Medico2011-12-271-3/+10
* portage.repository.config.RepoConfigLoader: Rename _add_overlays() toArfrever Frehtes Taifersar Arahesis2011-12-251-2/+2
* Define portage.repository.config.RepoConfig.__repr__().Arfrever Frehtes Taifersar Arahesis2011-12-181-0/+3
* RepoConfigLoader._add_overlays(): Rename a variable and add a comment.Arfrever Frehtes Taifersar Arahesis2011-12-181-8/+9
* Optimize RepoConfigLoader._add_overlays().Arfrever Frehtes Taifersar Arahesis2011-12-181-7/+3
* Parse layout.conf files in portage.repository.config.RepoConfig.__init__()Arfrever Frehtes Taifersar Arahesis2011-12-181-29/+27
* RepoConfigLoader: masters eclass override orderZac Medico2011-12-131-1/+6
* Add eclass_db attribute in portage.repository.config.RepoConfig objects.Arfrever Frehtes Taifersar Arahesis2011-12-091-3/+21
* RepoConfig: add iter_pregenerated_caches methodZac Medico2011-10-281-12/+20
* RepoConfigLoader: python3.2 readfp deprecationZac Medico2011-10-281-2/+9
* RepoConfigLoader: use readfp for unicodeZac Medico2011-10-271-4/+21
* RepoConfigLoader: sort layout.conf attributesZac Medico2011-10-271-3/+3
* RepoConfigLoader: support incremental aliasesZac Medico2011-10-271-9/+7
* RepoConfigLoader: comment on masters overrideZac Medico2011-10-271-0/+2
* RepoConfig.update(): getattr/setattr loopZac Medico2011-10-271-15/+7
* parse_layout_conf: comment on masters fallbackZac Medico2011-10-271-2/+5
* parse_layout_conf: grab repo_name for error msgsZac Medico2011-10-271-17/+32
* Fix profile-formats spelling in messages.Zac Medico2011-10-271-1/+1
* parse_layout_conf: fix profile-formats warningZac Medico2011-10-271-5/+7
* repoman: add opts and repo config debug outputZac Medico2011-10-261-1/+1
* repoman: add opts and repo config debug outputZac Medico2011-10-261-0/+14
* parse_layout_conf: fix inverted update-changelogZac Medico2011-10-261-1/+1
* RepoConfigLoader: redundant cache_formats settingZac Medico2011-10-261-2/+0
* layout.conf: rename cache_format to cache_formatsZac Medico2011-10-251-16/+28
* layout.conf: add profile-format awarenessBrian Harring2011-10-251-1/+22
* split out layout.conf parsing so it's usable elsewhereBrian Harring2011-10-251-69/+86
* repoman: get default to update changelog from layout.confFabian Groffen2011-10-201-1/+5