| Commit message (Expand) | Author | Age | Files | Lines |
* | Also add 2 spaces after newline, for alignment. (trunk r12079)v2.1.6_rc1 | Zac Medico | 2008-11-24 | 1 | -1/+1 |
* | Add one newline, to wrap the "Global Updates" key to less than 80 columns. | Zac Medico | 2008-11-24 | 1 | -1/+1 |
* | Remove unused package sets and glsa stuff. | Zac Medico | 2008-11-24 | 13 | -1193/+0 |
* | Add back the --depclean warning about "link level dependencies" since the | Zac Medico | 2008-11-24 | 1 | -0/+4 |
* | Add support for parsing EAPI labels in contained in 'eapi' files in the | Zac Medico | 2008-11-24 | 1 | -0/+11 |
* | Make emerge detect an invalid profile an bail out for anything except | Zac Medico | 2008-11-24 | 2 | -1/+23 |
* | Fix the code from bug #245358 so that it's guaranteed to traverse all the | Zac Medico | 2008-11-23 | 1 | -6/+8 |
* | Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them. | Zac Medico | 2008-11-23 | 1 | -1/+1 |
* | When displaying anscestors of an unstatisfied dependency (code from bug | Zac Medico | 2008-11-23 | 1 | -0/+5 |
* | Add some hints about bash binary corruption and hardware malfunction to the | Zac Medico | 2008-11-22 | 1 | -1/+3 |
* | Make sure the dict returned from _parse_data() contains all of _known_keys. | Zac Medico | 2008-11-22 | 1 | -0/+3 |
* | Add missing '%' symbol (for binary package moves) to the key that's displayed | Zac Medico | 2008-11-22 | 1 | -1/+1 |
* | Fix some cases in dep_zapdeps() where blocker atoms are inappropriately tested | Zac Medico | 2008-11-22 | 1 | -1/+4 |
* | Bug #247776 - Show a warning message if CONFIG_PROTECT is empty. (trunk r12022) | Zac Medico | 2008-11-21 | 1 | -0/+9 |
* | Bug #248059 - Make --depclean more tolerant of invalid atoms in dependencies | Zac Medico | 2008-11-21 | 2 | -7/+14 |
* | Bug #248059 - In action_depclean(), ignore invalid atoms in deps of packages | Zac Medico | 2008-11-21 | 1 | -1/+4 |
* | In EbuildProcess._start(), don't open the log file during the clean phase | Zac Medico | 2008-11-21 | 1 | -1/+5 |
* | In JobStatusDisplay, always flush the output stream after writing to it. | Zac Medico | 2008-11-21 | 1 | -0/+4 |
* | When given an ambiguous ebuild name to install, format the list of choices | Zac Medico | 2008-11-21 | 1 | -8/+37 |
* | Remove inappropriate backslash escaping inside _db_escape_string(). (trunk | Zac Medico | 2008-11-20 | 1 | -1/+2 |
* | Inside _parse_data(), don't rely on the magic 22 line count for the flat_list | Zac Medico | 2008-11-20 | 1 | -27/+18 |
* | Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in order | Zac Medico | 2008-11-20 | 2 | -8/+15 |
* | Remove --fetchonly --resume time.sleep() call which is an artifact from the | Zac Medico | 2008-11-19 | 1 | -5/+0 |
* | Bug #245716 - When generating QA notices for 'command not found' messages in | Zac Medico | 2008-11-19 | 1 | -1/+3 |
* | When warning about 'missing repo_name', also give the exact path where the | Zac Medico | 2008-11-18 | 1 | -15/+27 |
* | Make serialize_eclasses() sort eclass names. (trunk r11992) | Zac Medico | 2008-11-18 | 1 | -2/+2 |
* | For emerge --metadata runs, update _eclasses_ metadata to insert local eclass | Zac Medico | 2008-11-18 | 2 | -19/+40 |
* | Store the _eclasses_ field instead of INHERITED. (trunk r11986) | Zac Medico | 2008-11-17 | 1 | -8/+0 |
* | Bug #139134 - Make the flat_hash and metadata modules write the _mtime_ | Zac Medico | 2008-11-17 | 2 | -2/+3 |
* | Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974) | Zac Medico | 2008-11-17 | 1 | -1/+1 |
* | Add a QA Notice for 'jobserver unavailable' from make in the build log. Thanks | Zac Medico | 2008-11-16 | 1 | -0/+15 |
* | When a "slot conflict" occurs due to USE dependencies, display the usual | Zac Medico | 2008-11-16 | 1 | -1/+4 |
* | Fix logic inside PollScheduler._can_add_job() so that load average is | Zac Medico | 2008-11-15 | 1 | -1/+1 |
* | Make NewsManager.updateItems() and getUnreadItems() return early if | Zac Medico | 2008-11-15 | 1 | -5/+11 |
* | Inside depgraph._add_pkg(), handle the case where multiple different | Zac Medico | 2008-11-15 | 1 | -0/+14 |
* | Bug #246821 - Avoid TypeError from binarytree.isremote() by returning early | Zac Medico | 2008-11-15 | 1 | -1/+1 |
* | Bug #246853 - Redirect all ouput from depgraph.display_problems() to stderr, | Zac Medico | 2008-11-15 | 1 | -3/+27 |
* | Bug #236207 - Replace some hardcoded colors with color codes, and use | Zac Medico | 2008-11-15 | 1 | -23/+33 |
* | Bug #173284 - Update config update counting code in chk_updated_cfg_files() | Zac Medico | 2008-11-15 | 1 | -3/+3 |
* | Bug #236714 - Handle PortagePackageException raised from Manifest.create(). | Zac Medico | 2008-11-15 | 1 | -0/+3 |
* | Make digestgen() handle PermissionDenied internally by returning failure, so | Zac Medico | 2008-11-15 | 1 | -1/+5 |
* | Bug #236683 - Fix PermissionDenied handling to report the exception type. | Zac Medico | 2008-11-15 | 1 | -1/+1 |
* | Bug #243022 - Inside dblink.mergeme(), when merging a directory and a symlink | Zac Medico | 2008-11-15 | 1 | -1/+2 |
* | Bug #216190 - Make dblink.treewalk() bail out rather than install a package | Zac Medico | 2008-11-15 | 1 | -2/+23 |
* | Fix new* and do* ebuild helpers to generate consistent error messages for | Zac Medico | 2008-11-15 | 1 | -0/+12 |
* | For consistency with earlier portage-2.1.x releases, override SetArg.__str__() | Zac Medico | 2008-11-14 | 1 | -0/+3 |
* | Make the EbuildQuote check filter out matches that appear to be an argument | Zac Medico | 2008-11-14 | 1 | -2/+14 |
* | Remove --search set matching support. | Zac Medico | 2008-11-13 | 1 | -21/+2 |
* | Refer to portage-2.1.6_rc1 in comment about resume opts being stored as a dict. | Zac Medico | 2008-11-13 | 1 | -1/+1 |
* | Update docs to not prefix system and world sets with the @ symbol. | Zac Medico | 2008-11-13 | 2 | -4/+4 |