| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #249586 - Use writemsg() to send output to stderr instead of stdout.v2.1.6 | Zac Medico | 2008-12-07 | 1 | -10/+15 |
* | If pkg_nofetch needs to be spawned inside fetch() and it happens that | Zac Medico | 2008-12-07 | 1 | -0/+29 |
* | Allow 'system' and 'world' arguments simultaneously since it doesn't hurt. | Zac Medico | 2008-12-06 | 1 | -4/+0 |
* | Add docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that are used by repoman for | Zac Medico | 2008-12-06 | 1 | -0/+10 |
* | Validate $ROOT inside the --resume merge list in order to avoid a pottential | Zac Medico | 2008-12-06 | 1 | -0/+12 |
* | Make fixpackages use a new "#" symbol for /var/db updates (previously '*'v2.1.6_rc3 | Zac Medico | 2008-12-05 | 1 | -2/+11 |
* | Make fixpackages less noisy by only generting '*' characters for packages | Zac Medico | 2008-12-04 | 2 | -5/+14 |
* | Enable FEATURES=fixpackages by default since the performance is pretty | Zac Medico | 2008-12-04 | 2 | -1/+3 |
* | Make sure depgraph._slot_conflict_explanation() doesn't display the same | Zac Medico | 2008-12-04 | 1 | -1/+1 |
* | Bug #249185 - For common cases in which USE deps trigger SLOT conflicts, give | Zac Medico | 2008-12-04 | 1 | -18/+98 |
* | Break references between the depgraph and the dropped tasks inside | Zac Medico | 2008-12-03 | 1 | -0/+1 |
* | When --keep-going drops packages due to unsatisfied dependencies, include | Zac Medico | 2008-12-03 | 1 | -0/+1 |
* | It's not safe to use the git commit -a option since there might | Zac Medico | 2008-12-03 | 1 | -0/+23 |
* | When calling `git ls-files -m` to list modified files, use --with-tree=HEAD | Zac Medico | 2008-12-03 | 1 | -2/+2 |
* | Fix depgraph._dep_check_composite_db._visible() to reject installed packages | Zac Medico | 2008-12-02 | 1 | -7/+7 |
* | Skip sourcing of profile.bashrc during the depend phase. (trunk r12136) | Zac Medico | 2008-12-02 | 1 | -8/+11 |
* | Source bashrc files as late as possible, giving them the opportunity to | Zac Medico | 2008-12-02 | 3 | -5/+8 |
* | Fix inconsistencies between the "clean" and "cleanrm" phases. (trunk r12126) | Zac Medico | 2008-12-01 | 1 | -3/+3 |
* | Bug #249185 - For more useful output in cases when one or more USE deps | Zac Medico | 2008-12-01 | 1 | -50/+122 |
* | Change depgraph._slot_collision_info() from a set to a dict that contains | Zac Medico | 2008-12-01 | 1 | -11/+16 |
* | Add a sanity check inside depgraph._add_pkg() to ensure that the dependencies | Zac Medico | 2008-11-29 | 1 | -1/+5 |
* | Add 'automatically resolved' blockers to the --pretend docs. (trunk r12120) | Zac Medico | 2008-11-29 | 1 | -1/+2 |
* | Use stat st_dev attributes instead of the older approach. (trunk r12117)v2.1.6_rc2 | Zac Medico | 2008-11-27 | 1 | -2/+1 |
* | Don't call prepare_build_dirs() inside doebuild() when called for parallel | Zac Medico | 2008-11-27 | 1 | -1/+4 |
* | For bug #235642, include the stat mode, uid, and gid bits in the hardlink key. | Zac Medico | 2008-11-26 | 1 | -1/+2 |
* | In movefile(), ignore the hardlink_candidates parameter when it's an empty list. | Zac Medico | 2008-11-26 | 1 | -1/+1 |
* | Bug #235642 - Create hardlinks when merging identical files. This works by us... | Zac Medico | 2008-11-26 | 2 | -7/+58 |
* | Don't direct to /dev/null when creating $EBUILD_EXIT_STATUS_FILE inside die. | Zac Medico | 2008-11-26 | 1 | -2/+1 |
* | Bug #205044 - When creating $EBUILD_EXIT_STATUS_FILE, don't direct output to ... | Zac Medico | 2008-11-26 | 1 | -3/+9 |
* | Make Scheduler.merge() bail out early if PORTAGE_TMPDIR is not properly set. | Zac Medico | 2008-11-26 | 1 | -0/+16 |
* | Add some more clarification to the 'ebuild phase exited unexpectedly' message. | Zac Medico | 2008-11-26 | 1 | -3/+14 |
* | Bug #248603 - Disable warnings about missing repo_name entries for now, since... | Zac Medico | 2008-11-26 | 1 | -1/+1 |
* | Eliminate redundant Manifest separation code by combining mychanged + mynew s... | Zac Medico | 2008-11-26 | 1 | -13/+4 |
* | Remove redundant reference to 'mynew' since 'myupdates' already contains thos... | Zac Medico | 2008-11-26 | 1 | -2/+2 |
* | Bug #248464 - With git, there's never any keyword expansion, so there's | Zac Medico | 2008-11-26 | 1 | -6/+20 |
* | Bug #248782 - Handle permission error in EbuildFetchonly.execute() if PORTAGE... | Zac Medico | 2008-11-26 | 1 | -1/+6 |
* | Note that file names in /etc/portage/package.* directories are sorted ascending | Zac Medico | 2008-11-26 | 1 | -2/+3 |
* | Bug #248599 - Remove docs for the --list-sets option. | Zac Medico | 2008-11-25 | 1 | -3/+0 |
* | Add note in --depclean docs about link level dependency breakage. | Zac Medico | 2008-11-25 | 2 | -2/+8 |
* | Remove world and system targets for emerge --help since it no longer works no... | Zac Medico | 2008-11-25 | 2 | -30/+1 |
* | Bug #248599 - Remove remaining references to packages sets and preserve-libs. | Zac Medico | 2008-11-24 | 5 | -30/+9 |
* | 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 |