summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* reposyntax: Add support all over the placeSebastian Luther2010-09-2612-37/+362
* reposyntax: add support in _config/*Sebastian Luther2010-09-266-40/+47
* reposyntax: Add support in config.pySebastian Luther2010-09-261-12/+19
* backtracking: Take all branches in case of slot collisionsv2.2_rc88Sebastian Luther2010-09-262-0/+85
* 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
* Drop PREFIX LOCAL markersFabian Groffen2010-09-181-10/+2
* Fix off-by-one; don't print useless "and 0 more" message.Fabian Groffen2010-09-181-1/+1
* Bug #337826 - Fix spawn_nofetch() to create the privateZac Medico2010-09-181-13/+16
* Use _unicode_decode() to force unicode format strings insideZac Medico2010-09-171-2/+7
* Remove unused PORTAGE_MASTER_PID variable.Zac Medico2010-09-172-3/+1
* don't use EROOT or an upgrade of a package will result in the package being u...Fabian Groffen2010-09-171-2/+8
* Do NOT use EROOT when merging files to the live filesystem! It inevitably mak...Fabian Groffen2010-09-171-3/+10
* --autounmask: Support license changesSebastian Luther2010-09-173-2/+47
* Bug #337702 - Fix config.load_best_module() to raise ImportError fromZac Medico2010-09-161-4/+4
* Bug #337603 - Fix invalid '/etc/make.profile is not a symlink' messageZac Medico2010-09-161-3/+3
* Make UseFlagDisplay __str__ and __unicode__ methods more likeZac Medico2010-09-161-0/+31
* Make PortageException __str__ and __unicode__ methods more likeZac Medico2010-09-152-8/+39
* Add tests for DependencyArg __str__ and __unicode__ methods.Zac Medico2010-09-153-0/+53
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-09-151-1/+1
* Tweak stack_lists() strict_warn_for_unmatched_removal logic.Zac Medico2010-09-151-2/+3
* Bug #337180 - Add a --unmatched-removal option for stricter checkingZac Medico2010-09-152-7/+19
* Bug #337180 - Add a strict_warn_for_unmatched_removal parameter forZac Medico2010-09-141-2/+8
* Limit the spam caused by unmatched removal atomsSebastian Luther2010-09-141-9/+12
* Bug #336692 - When stack_lists() detects unmatched removal atoms,Zac Medico2010-09-141-1/+8
* Tests: test isvalidatom ::repo syntax supportSebastian Luther2010-09-141-87/+129
* ResolverPlayground: Add multi repo supportSebastian Luther2010-09-142-93/+194