summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Add a _preload_elog_modules() function.Zac Medico2010-10-072-2/+16
* Preserve message continuity in elog_process().Zac Medico2010-10-072-4/+9
* Revert "Handle negated atoms in getmaskingreason()."Zac Medico2010-10-061-5/+1
* Test that SLOT deps don't rebuild multislot.Zac Medico2010-10-061-0/+40
* Fix _iter_match_pkgs installed multislot breakageZac Medico2010-10-061-0/+7
* Handle negated atoms in getmaskingreason().Zac Medico2010-10-061-1/+5
* Add a backtracking test for 'missed updates'.Zac Medico2010-10-061-0/+34
* TODO: Make elog 'key' parameter more unique.Zac Medico2010-10-061-0/+9
* Make Atom.with_repo() allow wildcard.Zac Medico2010-10-061-1/+2
* Fix repo atom breakage in getmaskingreason().Zac Medico2010-10-062-2/+15
* Tweak elog message order so python comes first.Zac Medico2010-10-061-1/+5
* Ensure repo in atom matches PMS 3.1.5.Zac Medico2010-10-061-1/+1
* Fix spelling of depclean test methods.v2.1.9.13Zac Medico2010-10-011-2/+2
* Merge findname2/findLicensePath diff from master.Zac Medico2010-09-301-5/+2
* Bug #339231 - Return unicode from glsa.getText().Zac Medico2010-09-301-1/+1
* Deprecate spawnebuild() with returnpid.Zac Medico2010-09-301-0/+7
* Deprecate doebuild() with returnpid.Zac Medico2010-09-301-0/+6
* remove double prefix in LinkageMapELFFabian Groffen2010-09-301-6/+6
* entries from preserved registry already include EPREFIX, so don't use EROOT o...Fabian Groffen2010-09-301-1/+1
* use ROOT iso EROOT with PreservedLibsRegistry, since all entries already have...Fabian Groffen2010-09-302-6/+6
* use ROOT, not EROOT so we don't get a double prefixFabian Groffen2010-09-301-2/+2
* use ROOT, not EROOT so we don't get a double prefixFabian Groffen2010-09-301-3/+3
* Get --exclude to work with --depclean and --pruneSebastian Luther2010-09-302-1/+90
* Merge additional backtracking tests from the master branch.v2.1.9.12Zac Medico2010-09-271-0/+72
* Toggle private constants for stable branch:Zac Medico2010-09-271-5/+5
* Add PORTAGE_BINHOST sftp protocol support.v2.2_rc87Zac Medico2010-09-252-5/+25
* Fix a typo in a comment.Zac Medico2010-09-251-1/+1
* Add non-essential backslashes for clarity in GetConfigTestCase.Zac Medico2010-09-251-1/+1
* Add test cases for getconfig() bash compatibility with variablesZac Medico2010-09-251-0/+28
* Fix varexpand() so that it doesn't do redundant quote removal thatZac Medico2010-09-251-1/+7
* Make MetaDataXML.format_maintainer_string() check a values to makeZac Medico2010-09-251-4/+6
* Implement PORTAGE_BINHOST ssh:// protocol support by spawning sshZac Medico2010-09-251-1/+18
* Move all imports in bintree.py to the top.Zac Medico2010-09-251-22/+14
* Fix catpkgsplit() to validate the category part. This fixesZac Medico2010-09-251-1/+3
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageFabian Groffen2010-09-231-2/+2
|\
| * Add binpkg-logs to the list of supported features.Arfrever Frehtes Taifersar Arahesis2010-09-231-2/+2
* | always use eroot with CONFIG_MEMORY_FILEFabian Groffen2010-09-231-2/+2
|/
* Bug #338190 - Handle more exceptions inside getbinpkg.dir_get_metadata().Zac Medico2010-09-211-1/+11
* Fix ConfigTestCase.testLicenseManager() breakage from from previousZac Medico2010-09-211-1/+1
* Bug #300455 - Store LicenseManager._license_groups values as frozensetZac Medico2010-09-211-0/+3
* reposyntax: Add support in _sets/base.pySebastian Luther2010-09-201-12/+17
* Tests: add resolver/test_output: Make sure we don't backtrace in the merge li...Sebastian Luther2010-09-202-1/+89
* Use git rev-list --format option to simplify _LazyVersion committerZac Medico2010-09-201-10/+6
* Always mask the higher version when backtracking due to a slot conflictSebastian Luther2010-09-191-0/+30
* With waitpid and WNOHANG, only check the first element of the tuplev2.2_rc85Zac Medico2010-09-191-2/+8
* Optimize ResolverPlayground._create_ebuild_manifests() to use a singleZac Medico2010-09-191-5/+6
* Bug #338002 - Make _LazyVersion format portage.VERSION so that it isZac Medico2010-09-191-5/+33
* Fix lockfile() to close the file descriptor before raising TryAgain.Zac Medico2010-09-181-0/+1
* Fix the "Unmatch removal atoms" (second try) to show the correctZac Medico2010-09-181-2/+3
* catch another case where using EROOT is absolutely not correct:Fabian Groffen2010-09-181-1/+2