summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Fix LinkageMap.findConsumers() to check whether the master link for a libZac Medico2008-07-261-1/+19
* Bug #232924 - When the user specifies a non-existent set, display a list ofZac Medico2008-07-261-0/+3
* Bug #228085 - In the event of a file collision, the explanation about theZac Medico2008-07-261-1/+14
* Detect an invalid cpv passed into portdbapi.findname2() and raise anZac Medico2008-07-251-1/+3
* Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge usesZac Medico2008-07-241-1/+2
* Bug #228117 - Insert a trailing newline in the getconfig() input file asZac Medico2008-07-241-1/+39
* Avoid "0 files checked ..." messages reported by Pesa.Zac Medico2008-07-231-1/+1
* In dblink.unmerge(), redirect preserve-libs "!needed" messages to the log fileZac Medico2008-07-221-1/+2
* Redirect build log eqawarn messages to the log file when in background mode.Zac Medico2008-07-221-2/+2
* Redirect dblink._preserve_libs() messages to the log when in background mode.Zac Medico2008-07-221-2/+5
* Add initial lib awareness for --depclean and --prune. Currently it will simplyZac Medico2008-07-211-1/+23
* In dblink.findProviders(), clone the "path" variable before extending itZac Medico2008-07-211-0/+1
* In dblink._preserve_libs(), strip leading $ROOT from contents paths so thatZac Medico2008-07-211-2/+4
* For --depclean and --prune, eliminate duplicate graph creation code by re-usingZac Medico2008-07-212-0/+7
* Fix broken references to the old elog_modules namespace.Zac Medico2008-07-201-2/+2
* Bug #231464 - Replace erroneous "return" statement in elog_process() withZac Medico2008-07-191-1/+1
* Fix typo.Zac Medico2008-07-181-1/+1
* Suppress counter initialization warning messages inZac Medico2008-07-181-4/+7
* Add background output redirection and async ebuild phase support forZac Medico2008-07-181-3/+4
* Use dblink._eerror() to eliminate duplicate code.Zac Medico2008-07-181-14/+2
* If an problem is detected in dblink._security_check(), log it via elog soZac Medico2008-07-181-10/+21
* Redirect dblink elog messages from stdout to the log file when in backgroundZac Medico2008-07-172-11/+26
* When dblink is looping over files for merge/unmerge, temporarily yield to theZac Medico2008-07-171-6/+33
* Fix identation (tabnanny complains about this) branches/prefix r11110Zac Medico2008-07-171-1/+1
* Handle the case in dblink.unmerge() when the log file is a temp file and soZac Medico2008-07-171-1/+6
* * Add a new portage.util.writemsg_level() function which uses a "level"Zac Medico2008-07-173-25/+54
* Eliminate duplicate code by making EbuildProcess inherit from SpawnProcessZac Medico2008-07-171-6/+6
* Avoid raising an IndexError from deprecated_profile_check() if the deprecatedZac Medico2008-07-161-1/+5
* Add async support for calling functions in misc-functions.sh:Zac Medico2008-07-161-7/+23
* Remove the config._filter_calling_env attribute since it's not really needed.Zac Medico2008-07-161-14/+13
* Pass the whole dblink instance into Scheduler._dblink_display_merge() in caseZac Medico2008-07-161-2/+1
* Redirect dblink.merge() output to the log file when --jobs > 1.Zac Medico2008-07-161-26/+38
* Make dblink._display_merge() detect scheduler presence internally.Zac Medico2008-07-161-6/+6
* Adapt the dblink merge display callback to use log levels from the loggingZac Medico2008-07-161-5/+14
* Redirect dblink.unmerge() output to the log file when --jobs > 1.Zac Medico2008-07-161-2/+10
* When packages fail with --jobs > 1 and the "echo" elog module is not enabled,Zac Medico2008-07-151-1/+6
* Call prepare_build_dirs() prior to pkg_preinst so that logging worksZac Medico2008-07-141-0/+2
* * Fix doebuild so "returnpid" works for preinst and postinst.Zac Medico2008-07-142-31/+96
* Add async execution support for pkg_preinst and pkg_postinst. This allows theZac Medico2008-07-142-13/+28
* * Since can_poll_pty() is unsafe due to he possibility of the poll() callZac Medico2008-07-131-16/+0
* Fix broken binpkg path comparison in in binarytree.inject() so that duplicateZac Medico2008-07-131-1/+1
* Split out a portage._create_pty_or_pipe() function to avoid duplicate code.Zac Medico2008-07-122-55/+60
* Derive a PtyReaderTestCase from PipeReaderTestCase. This test is expected toZac Medico2008-07-121-3/+52
* Create a test case for the poll loop which uses the loop to read data from aZac Medico2008-07-123-0/+46
* * Add a digraph.get() method, analogous to dict.get(), used to simplifyZac Medico2008-07-121-0/+4
* Copy INHERITED/_eclasses_ handling from portdbapi._metadata_callback() toZac Medico2008-07-111-0/+6
* Add support for parallel --regen, using the existing --jobs and --load-averageZac Medico2008-07-102-67/+108
* Bug #231382 - If the open() call in getconfig() raises an unexpected IOError,Zac Medico2008-07-101-0/+1
* Make digestcheck() skip the "checking ebuild checksums" part when fetching inZac Medico2008-07-101-1/+1
* Bug #231358 - Fix 'NameError: global name 'p' is not defined' inZac Medico2008-07-091-1/+1