summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* tests/repoman: test commit with gitZac Medico2011-10-161-11/+84
* tests/emerge: test --regen and --metadataZac Medico2011-10-161-5/+37
* UpdateChangeLog: update copyright year in headerZac Medico2011-10-161-2/+10
* UpdateChangeLog: optimize and add unicode supportZac Medico2011-10-161-32/+70
* repoman: implemented echangelog functionalityFabian Groffen2011-10-161-2/+120
* hashed_path: convert stat OSError to FileNotFoundZac Medico2011-10-162-4/+9
* EbuildMetadataPhase: avoid redundant EAPI parsingZac Medico2011-10-162-3/+5
* Add --binpkg-exclude optionSebastian Luther2011-10-163-6/+32
* Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2011-10-161-1/+1
* RepoConfig: sort __slots__Zac Medico2011-10-151-2/+2
* _pull_valid_cache: pass unicode to hashed_pathZac Medico2011-10-151-4/+1
* MetadataRegen: remove unused importZac Medico2011-10-151-1/+0
* EbuildMetadataPhase: tweak metadata_callback usageZac Medico2011-10-151-3/+2
* EbuildMetadataPhase: fix parse-eapi-ebuild-headZac Medico2011-10-151-2/+7
* EbuildMetadataPhase: fix broken _metadata_callbackZac Medico2011-10-151-2/+2
* bin/ebuild: don't set PORTAGE_CALLERZac Medico2011-10-151-1/+1
* fixpackages: don't use PORTAGE_CALLERZac Medico2011-10-152-5/+11
* portdbapi.aux_get: fix broken _metadata_callbackZac Medico2011-10-151-1/+1
* EbuildMetadataPhase: use b''.join() for bytesZac Medico2011-10-151-3/+3
* frozenset categories optimize pordbapi.cp_list()Zac Medico2011-10-151-2/+4
* FindVCS: support Subversion 1.7Fabian Groffen2011-10-151-2/+4
* emerge --metadata: fix empty INHERITED handlingZac Medico2011-10-142-3/+8
* emerge --metadata: fix breakageZac Medico2011-10-142-6/+18
* eclass_cache: fix cache_getter typoZac Medico2011-10-141-1/+1
* layout.conf: add git friendly pregenerated cache formatBrian Harring2011-10-142-3/+12
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-148-97/+180
* cache.util: drop completely dead module/codeBrian Harring2011-10-142-191/+5
* repoman: support REPOMAN_DEFAULT_OPTS variableZac Medico2011-10-141-1/+1
* Revert "Use plain ascii encoding for this file"Zac Medico2011-10-141-1/+2
* Fix inverted QA_SONAME_NO_SYMLINK logic.Zac Medico2011-10-131-1/+1
* Don't generate soname symlinks for bug #387053.Zac Medico2011-10-131-9/+1
* Add QA_SONAME_NO_SYMLINK for bug #387053.Zac Medico2011-10-131-0/+28
* _pull_valid_cache: fix readonly delete logicZac Medico2011-10-131-1/+1
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-134-16/+22
* layout.conf: revert authoritative-cache supportZac Medico2011-10-133-32/+6
* digestcheck: handle allow_missing for distfilesZac Medico2011-10-131-0/+2
* Remove FEATURES=fixpackages support.v2.2.0_alpha67Zac Medico2011-10-112-3/+2
* Ensure correct IUSE in vdb for bug #386829.Zac Medico2011-10-111-7/+16
* fetch: tweak space msg for bug #386797Zac Medico2011-10-111-12/+14
* elog_process: fix ridicoulus newlines bug #386771Zac Medico2011-10-111-4/+12
* FakeVartree: disable match wrapper if necessaryv2.2.0_alpha66Zac Medico2011-10-101-2/+2
* FakeVartree: type from last commitZac Medico2011-10-101-1/+1
* FakeVartree: fix sync for --dynamic-deps=nZac Medico2011-10-101-1/+2
* Scheduler: fix myopts typo from last commitZac Medico2011-10-101-1/+1
* Add emerge --dynamic-deps <y|n> option.Zac Medico2011-10-105-6/+27
* mod_syslog: add newlines for bug #386627Zac Medico2011-10-101-5/+4
* elog_process: add newlines for bug #386627Zac Medico2011-10-101-4/+4
* tests/dodir: check relative path by itselfMike Frysinger2011-10-091-0/+2
* tests: setup default bin env moreMike Frysinger2011-10-091-0/+3
* tests/__init__: return int from main()Zac Medico2011-10-092-8/+9