summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Don't call prepare_build_dirs() inside doebuild() when called for parallelZac Medico2008-11-271-1/+4
* For bug #235642, include the stat mode, uid, and gid bits in the hardlink key.Zac Medico2008-11-261-1/+2
* In movefile(), ignore the hardlink_candidates parameter when it's an empty list.Zac Medico2008-11-261-1/+1
* Bug #235642 - Create hardlinks when merging identical files. This works by us...Zac Medico2008-11-262-7/+58
* Make Scheduler.merge() bail out early if PORTAGE_TMPDIR is not properly set.Zac Medico2008-11-261-0/+16
* Add some more clarification to the 'ebuild phase exited unexpectedly' message.Zac Medico2008-11-261-3/+14
* Bug #248603 - Disable warnings about missing repo_name entries for now, since...Zac Medico2008-11-261-1/+1
* Bug #248782 - Handle permission error in EbuildFetchonly.execute() if PORTAGE...Zac Medico2008-11-261-1/+6
* Add note in --depclean docs about link level dependency breakage.Zac Medico2008-11-251-1/+4
* Remove world and system targets for emerge --help since it no longer works no...Zac Medico2008-11-251-29/+0
* Bug #248599 - Remove remaining references to packages sets and preserve-libs.Zac Medico2008-11-242-13/+3
* Also add 2 spaces after newline, for alignment. (trunk r12079)v2.1.6_rc1Zac Medico2008-11-241-1/+1
* Add one newline, to wrap the "Global Updates" key to less than 80 columns.Zac Medico2008-11-241-1/+1
* Remove unused package sets and glsa stuff.Zac Medico2008-11-2413-1193/+0
* Add back the --depclean warning about "link level dependencies" since theZac Medico2008-11-241-0/+4
* Add support for parsing EAPI labels in contained in 'eapi' files in theZac Medico2008-11-241-0/+11
* Make emerge detect an invalid profile an bail out for anything exceptZac Medico2008-11-242-1/+23
* Fix the code from bug #245358 so that it's guaranteed to traverse all theZac Medico2008-11-231-6/+8
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-1/+1
* When displaying anscestors of an unstatisfied dependency (code from bugZac Medico2008-11-231-0/+5
* Add some hints about bash binary corruption and hardware malfunction to theZac Medico2008-11-221-1/+3
* Make sure the dict returned from _parse_data() contains all of _known_keys.Zac Medico2008-11-221-0/+3
* Add missing '%' symbol (for binary package moves) to the key that's displayedZac Medico2008-11-221-1/+1
* Fix some cases in dep_zapdeps() where blocker atoms are inappropriately testedZac Medico2008-11-221-1/+4
* Bug #247776 - Show a warning message if CONFIG_PROTECT is empty. (trunk r12022)Zac Medico2008-11-211-0/+9
* Bug #248059 - Make --depclean more tolerant of invalid atoms in dependenciesZac Medico2008-11-212-7/+14
* Bug #248059 - In action_depclean(), ignore invalid atoms in deps of packagesZac Medico2008-11-211-1/+4
* In EbuildProcess._start(), don't open the log file during the clean phaseZac Medico2008-11-211-1/+5
* In JobStatusDisplay, always flush the output stream after writing to it.Zac Medico2008-11-211-0/+4
* When given an ambiguous ebuild name to install, format the list of choicesZac Medico2008-11-211-8/+37
* Remove inappropriate backslash escaping inside _db_escape_string(). (trunkZac Medico2008-11-201-1/+2
* Inside _parse_data(), don't rely on the magic 22 line count for the flat_listZac Medico2008-11-201-27/+18
* Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in orderZac Medico2008-11-202-8/+15
* Remove --fetchonly --resume time.sleep() call which is an artifact from theZac Medico2008-11-191-5/+0
* Bug #245716 - When generating QA notices for 'command not found' messages inZac Medico2008-11-191-1/+3
* When warning about 'missing repo_name', also give the exact path where theZac Medico2008-11-181-15/+27
* Make serialize_eclasses() sort eclass names. (trunk r11992)Zac Medico2008-11-181-2/+2
* For emerge --metadata runs, update _eclasses_ metadata to insert local eclassZac Medico2008-11-182-19/+40
* Store the _eclasses_ field instead of INHERITED. (trunk r11986)Zac Medico2008-11-171-8/+0
* Bug #139134 - Make the flat_hash and metadata modules write the _mtime_Zac Medico2008-11-172-2/+3
* Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974)Zac Medico2008-11-171-1/+1
* Add a QA Notice for 'jobserver unavailable' from make in the build log. ThanksZac Medico2008-11-161-0/+15
* When a "slot conflict" occurs due to USE dependencies, display the usualZac Medico2008-11-161-1/+4
* Fix logic inside PollScheduler._can_add_job() so that load average isZac Medico2008-11-151-1/+1
* Make NewsManager.updateItems() and getUnreadItems() return early ifZac Medico2008-11-151-5/+11
* Inside depgraph._add_pkg(), handle the case where multiple differentZac Medico2008-11-151-0/+14
* Bug #246821 - Avoid TypeError from binarytree.isremote() by returning earlyZac Medico2008-11-151-1/+1
* Bug #246853 - Redirect all ouput from depgraph.display_problems() to stderr,Zac Medico2008-11-151-3/+27
* Bug #236207 - Replace some hardcoded colors with color codes, and useZac Medico2008-11-151-23/+33
* Bug #173284 - Update config update counting code in chk_updated_cfg_files()Zac Medico2008-11-151-3/+3