| Commit message (Expand) | Author | Age | Files | Lines |
* | Use tar options to make files owned in release tarballs owned by | Zac Medico | 2008-11-24 | 1 | -1/+2 |
* | 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 | 14 | -1530/+0 |
* | Remove unused sets.conf file. | Zac Medico | 2008-11-24 | 1 | -66/+0 |
* | Add back the --depclean warning about "link level dependencies" since the | Zac Medico | 2008-11-24 | 1 | -0/+4 |
* | Fix typo in --help. (trunk r12072) | Zac Medico | 2008-11-24 | 1 | -1/+1 |
* | Document the 'eapi' profile file. (trunk r12070) | Zac Medico | 2008-11-24 | 1 | -0/+6 |
* | 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 |
* | Use a table to organize the key of USE flag symbols for the --verbose option. | Zac Medico | 2008-11-23 | 1 | -9/+11 |
* | Use a table to organize the key of merge list display codes for the --pretend | Zac Medico | 2008-11-23 | 1 | -20/+13 |
* | Document "I" which represents PROPERTIES=interactive in the merge list | Zac Medico | 2008-11-23 | 1 | -0/+2 |
* | Add a note about negative IUSE default settings being ineffective given | Zac Medico | 2008-11-23 | 1 | -1/+3 |
* | Fix SIGINT and SIGTERM trap handling so the temp dir always cleaned up when | Zac Medico | 2008-11-23 | 1 | -4/+4 |
* | Bug #188780 - Make the read_int() function show a more human readable error | Zac Medico | 2008-11-23 | 1 | -1/+2 |
* | 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 | 3 | -81/+3 |
* | Add docs for all of the supported commands. (trunk r12047) | Zac Medico | 2008-11-23 | 2 | -7/+51 |
* | 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 |
* | Add some people to the AUTHORS section. (trunk r12033) | Zac Medico | 2008-11-22 | 1 | -0/+3 |
* | Fix quoting on $CHANGELOG_REVISION. (trunk r12030) | Zac Medico | 2008-11-22 | 1 | -2/+1 |
* | 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 |
* | Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it is | Zac Medico | 2008-11-19 | 2 | -9/+3 |
* | 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 |
* | Bug #245779 - Document the new category subdirectory behavior for PKGDIR. | Zac Medico | 2008-11-19 | 3 | -6/+10 |
* | 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 |
* | include quotes when showing make output (trunk r11988) | Zac Medico | 2008-11-18 | 1 | -1/+10 |
* | 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 |
* | When parsing `git diff` output, filter paths that are not descended from the | Zac Medico | 2008-11-17 | 1 | -4/+10 |
* | When committing manifests, specify the manifest paths instead of using git | Zac Medico | 2008-11-17 | 1 | -4/+2 |
* | Bug #246667 - Add REPOMAN_VCS_LOCAL_OPTS and REPOMAN_VCS_GLOBAL_OPTS variables | Zac Medico | 2008-11-17 | 1 | -78/+83 |
* | Add missing -a option for git commits. (trunk r11976) | Zac Medico | 2008-11-17 | 1 | -2/+2 |
* | Fix the 'jobserver unavailable' regex to match gmake. (trunk r11974) | Zac Medico | 2008-11-17 | 1 | -1/+1 |