aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MaskManager: Fix stacking of lines from master repositories.Arfrever Frehtes Taifersar Arahesis2011-10-081-4/+5
* KeywordsManager: support ~* in KEYWORDSZac Medico2011-10-011-6/+10
* doebuild: allow_missing_manifests AttributeErrorZac Medico2011-09-281-1/+1
* manifest: controllable per repoBrian Harring2011-09-273-6/+10
* Cleanup unused variables / imports reported by pyflakes.David James2011-09-262-4/+1
* fetch: remove stray print for bug 383859Zac Medico2011-09-221-1/+0
* add install hooksBrian Harring2011-09-211-1/+2
* config: quote PORTDIR_OVERLAY paths moreZac Medico2011-09-161-2/+2
* Remove unused Manifest imports.v2.2.0_alpha58Zac Medico2011-09-142-2/+0
* doebuild: avoid redundant distfiles checksZac Medico2011-09-141-1/+1
* digestcheck: only show relevant msgs for thinZac Medico2011-09-141-9/+12
* digestcheck: remove empty/missing Manifest checksZac Medico2011-09-141-22/+0
* digestgen: remove duplicate 'mytree' variablesZac Medico2011-09-141-5/+0
* digestgen: handle get_repo_for_location KeyErrorZac Medico2011-09-141-1/+7
* Deprecate the manifest1_compat parameter.v2.2.0_alpha56Zac Medico2011-09-131-2/+1
* _validate_deps: pass myrepo to aux_getZac Medico2011-09-121-1/+2
* doebuild: support allow-missing and thin manifestZac Medico2011-09-121-15/+21
* add thin manifest support to the Manifest classBrian Harring2011-09-121-1/+1
* Bind all manifest access through repoconfigsBrian Harring2011-09-124-4/+10
* config: set USERLAND if unsetZac Medico2011-09-111-0/+13
* Handle symlink content with bad encoding.Zac Medico2011-09-031-2/+2
* doebuild_environment: include EPREFIX in EDZac Medico2011-08-311-1/+3
* Revert "xml/metadata: implement XMLParser.doctype()"Zac Medico2011-08-311-3/+1
* xml/metadata: implement XMLParser.doctype()Zac Medico2011-08-311-1/+3
* Add FEATURES=clean-logs support.Zac Medico2011-08-311-1/+1
* doebuild: only check .unpacked for porttreeZac Medico2011-08-301-1/+3
* doebuild: check distfiles digests less oftenZac Medico2011-08-301-1/+4
* Mark some messages for translation.Arfrever Frehtes Taifersar Arahesis2011-08-291-10/+10
* spawnebuild: skip previously executed phasesZac Medico2011-08-281-0/+11
* doebuild: avoid redundant distfiles checksZac Medico2011-08-281-2/+68
* Fix possible NameError in finally block.Zac Medico2011-08-281-1/+3
* Fix "ResourceWarning: unclosed file" with Python 3.2.Arfrever Frehtes Taifersar Arahesis2011-08-281-2/+5
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-0/+4
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-242-7/+19
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-3/+7
* config: blacklist vars loaded from profile.envZac Medico2011-08-131-0/+11
* config: blacklist GREP_OPTIONS variableZac Medico2011-08-131-1/+1
* Fix log uid for logrotate-3.8 compat (bug 378451)Zac Medico2011-08-121-1/+16
* Remove "profile" mask support as per PMS 5.2.7.Zac Medico2011-08-082-4/+3
* _check_temp_dir: check for 'portage' symlinkZac Medico2011-08-081-3/+24
* fetch: handle non-essential statvfs failureZac Medico2011-08-061-1/+10
* config: fix AttributeError: 'NoneType' errorsZac Medico2011-07-271-1/+1
* Set PORTAGE_REPO_NAME for depend phase.Zac Medico2011-07-141-0/+1
* debuild: pass manifest to digestcheck()v2.2.0_alpha45Zac Medico2011-07-132-3/+4
* doebuild: discard cached manifest when necessaryZac Medico2011-07-131-1/+8
* debuild: pass dist digests to fetch()Zac Medico2011-07-132-2/+7
* Revert "ebuild(1): allow-missing-manifests for fetch"Zac Medico2011-07-131-4/+2
* Protect EBUILD_{FORCE_TEST,SKIP_MANIFEST} vars.Zac Medico2011-07-131-1/+2
* fetch: fix ebuild --skip-manifest behaviorZac Medico2011-07-131-0/+2
* BUILD_TIME: use string format op for time.time()v2.2.0_alpha44Zac Medico2011-07-121-1/+1