aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-2/+2
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-2/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2013-12-011-1/+1
* fix random pylint errorsMike Frysinger2013-11-291-61/+63
* egencache: --write-timestamp to create metadata/timestamp.chkSebastian Luther2013-11-291-0/+14
* egencache: handle empty --portdir-overlayv2.2.0Zac Medico2013-08-121-1/+1
* egencache: allow missing --repo if exactly 1 repoZac Medico2013-08-121-3/+10
* egencache: portage.util._argparseZac Medico2013-08-021-36/+31
* egencache: Print warnings for deprecated options.Arfrever Frehtes Taifersar Arahesis2013-07-241-1/+8
* egencache: Require --repo option.Arfrever Frehtes Taifersar Arahesis2013-07-231-22/+9
* egencache: Support --repositories-configuration option.Arfrever Frehtes Taifersar Arahesis2013-07-131-5/+12
* *_DEFAULT_OPTS: shlex for embedded quotesZac Medico2013-05-201-1/+2
* docs: metadata/cache is now md5-cache bug #470154Zac Medico2013-05-181-5/+5
* egencache,emirrordist: export NOCOLOR if no ttyZac Medico2013-04-011-4/+5
* egencache,emirrordist: disable color if no ttyZac Medico2013-04-011-0/+4
* egencache: unicode_literals for TextIOWrapperZac Medico2013-01-181-16/+14
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
* Use run_main_scheduler where possible.Zac Medico2012-12-281-55/+7
* egencache: fix --strict-manifests=nZac Medico2012-12-281-1/+1
* strip trailing whitespaceMike Frysinger2012-11-221-1/+1
* egencache --update-manifests: re-sign when neededZac Medico2012-10-151-0/+4
* MetadataRegen: inherit AsyncSchedulerZac Medico2012-10-061-2/+3
* egencache: add --update-manifests, bug #436918Zac Medico2012-10-031-3/+157
* egencache: skip auxdb write if not metadata-transZac Medico2012-09-151-1/+3
* egencache: encode unicode file paths safelyZac Medico2012-09-111-1/+2
* egencache: tweak metadata-transfer logicv2.2.0_alpha125Zac Medico2012-09-081-10/+4
* egencache: skip metadata-transfer more oftenZac Medico2012-09-081-3/+4
* egencache: skip metadata-transfer if possibleZac Medico2012-09-071-13/+29
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-7/+4
* egencache: add a standard -j flags for --jobsMike Frysinger2012-08-161-1/+1
* egencache: prune empty cache directoriesv2.2.0_alpha114Zac Medico2012-06-271-0/+3
* egencache: use vercmp instead of pkgcmpZac Medico2012-05-131-3/+3
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-101-2/+7
* egencache: escape newline instead of lstripZac Medico2012-01-141-4/+4
* egencache: use textwrap.dedentZac Medico2012-01-141-10/+10
* Remove redundant eprefix in config constructors.Zac Medico2011-12-101-4/+2
* config: make eprefix constructor parameter publicZac Medico2011-12-091-2/+2
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-1/+1
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-091-1/+1
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2011-10-301-3/+3
* egencache: tweak redundant write check conditionZac Medico2011-10-291-17/+16
* Use dbapi._known_keys more.Zac Medico2011-10-291-1/+1
* egencache: avoid redundant md5-dict writesZac Medico2011-10-291-13/+45
* egencache: ensure correct porttreesZac Medico2011-10-291-0/+2
* egencache: fix StatCollision handling breakageZac Medico2011-10-291-3/+3
* egencache: update ebuild_hash.mtime after utimeZac Medico2011-10-291-0/+1
* egencache: multiple cache-formats supportZac Medico2011-10-291-14/+26
* layout.conf: rename cache_format to cache_formatsZac Medico2011-10-251-1/+2
* egencache: remove unused importZac Medico2011-10-151-1/+0