| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When the fetch phase fails inside doebuild(), create an eerror log since the ...v2.1.3 | Zac Medico | 2007-07-28 | 1 | -0/+13 |
* | Handle 2 more cases where elog_process() needs to be called: | Zac Medico | 2007-07-28 | 1 | -0/+14 |
* | For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from mak... | Zac Medico | 2007-07-28 | 1 | -2/+2 |
* | For bug #186639, note that /etc/portage/profile/ supports all of the same fil... | Zac Medico | 2007-07-27 | 1 | -2/+3 |
* | For bug #186639, add more clarification about the relationship between /etc/m... | Zac Medico | 2007-07-27 | 1 | -3/+5 |
* | For bug #186480, while we transition to repository lables, avoid ? spam in th... | Zac Medico | 2007-07-27 | 1 | -1/+5 |
* | For bug #186826, always show --newuse flags that trigger reinstallation even ... | Zac Medico | 2007-07-27 | 1 | -16/+24 |
* | For --buildpkgonly, say "built" instead of "merged" in the "These are the pac... | Zac Medico | 2007-07-27 | 1 | -0/+2 |
* | use ${MAKE:-make} rather than make in einstall() (trunk r7396) | Zac Medico | 2007-07-27 | 1 | -2/+2 |
* | For bug #186610, use `find <path>` to scan for config updates since `cd <path... | Zac Medico | 2007-07-26 | 1 | -5/+5 |
* | When setting the size of the pty for logging, check if stdout isatty rather t... | Zac Medico | 2007-07-26 | 1 | -2/+1 |
* | Merge the portage.spawn() implementation with pty logging from trunk: | Zac Medico | 2007-07-25 | 2 | -31/+82 |
* | Add droppriv keyword for the depend phase (last one). (trunk r7387) | Zac Medico | 2007-07-24 | 1 | -1/+1 |
* | Add droppriv keyword for the depend phase. (trunk r7385) | Zac Medico | 2007-07-24 | 1 | -1/+1 |
* | Fix make.conf.example rejects. (trunk r7383) | Zac Medico | 2007-07-24 | 2 | -12/+13 |
* | For bug #186337, show an ewarn message if FEATURES=installsources is enabled ... | Zac Medico | 2007-07-24 | 2 | -0/+14 |
* | Add FEATURES=fakeroot support which causes install and package phases to run ... | Zac Medico | 2007-07-24 | 5 | -24/+50 |
* | Add sfperms and strict to the default FEATURES since they're already in the b... | Zac Medico | 2007-07-23 | 1 | -1/+1 |
* | Enable FEATURES=userfetch by default. (trunk r7375) | Zac Medico | 2007-07-23 | 1 | -1/+1 |
* | Drop privileges in the "depend" phase regardless of FEATURES and RESTRICT sin... | Zac Medico | 2007-07-23 | 1 | -10/+12 |
* | For bug #184774, put lha's -q option last since otherwise the option parser n... | Zac Medico | 2007-07-22 | 1 | -1/+1 |
* | Fix the reverse dependency display for --prune when there is now real parent.... | Zac Medico | 2007-07-22 | 1 | -0/+5 |
* | Make --update imply --oneshot since people often us it to update things when ... | Zac Medico | 2007-07-22 | 1 | -1/+3 |
* | Document --depclean and --prune enhancements. (trunk r7345) | Zac Medico | 2007-07-22 | 2 | -22/+40 |
* | Prevent a potential KeyError when removing world from the digraph for --prune... | Zac Medico | 2007-07-22 | 1 | -1/+2 |
* | Make --prune pull in the system set since that could pull in some slots that ... | Zac Medico | 2007-07-22 | 1 | -0/+3 |
* | For bug #169500, detect when the cvs server puts /Attic/ inside the $Header p... | Zac Medico | 2007-07-21 | 1 | -0/+17 |
* | For bug #185153, in commit mode do the "Fetching trivial updates" routine bef... | Zac Medico | 2007-07-21 | 1 | -38/+44 |
* | Make --prune and --depclean return before calculating dependencies if atoms a... | Zac Medico | 2007-07-21 | 1 | -0/+9 |
* | Prune really uses all installed instead of world. It's not a real reverse de... | Zac Medico | 2007-07-21 | 1 | -0/+3 |
* | Just show [0] instead of [0=>0] in the repo display. (trunk r7332) | Zac Medico | 2007-07-21 | 1 | -3/+6 |
* | For bug #185930, direct all FETCHCOMMAND output to stdout. (trunk r7330) | Zac Medico | 2007-07-21 | 1 | -0/+8 |
* | Hint about --nodeps if --prune doesn't find anything to prune. Also enable r... | Zac Medico | 2007-07-21 | 1 | -1/+7 |
* | When digest verification of a distfile fails, rename instead of unlinking it ... | Zac Medico | 2007-07-21 | 1 | -5/+18 |
* | If the fetcher reported success and the file is too small, don't attempt to r... | Zac Medico | 2007-07-20 | 1 | -2/+10 |
* | For bug #185504, document profiles/repo_name. (trunk r7319) | Zac Medico | 2007-07-20 | 1 | -0/+6 |
* | Document --prune and --depclean enhancements. (trunk r7317) | Zac Medico | 2007-07-20 | 1 | -0/+6 |
* | Update --prune docs for bug #151653. (trunk r7315) | Zac Medico | 2007-07-20 | 2 | -7/+5 |
* | For bug #151653, make --prune keep the highest version whenever possible (eve... | Zac Medico | 2007-07-20 | 1 | -2/+25 |
* | Merge --depclean and --prune enhancements from trunk r7304:7310. | Zac Medico | 2007-07-20 | 2 | -17/+142 |
* | split up the debug/sources steps as proposed by swegener and give the whole f... | Zac Medico | 2007-07-18 | 1 | -50/+64 |
* | Unify USE handling in the depgraph with the other metadata. (trunk r7298) | Zac Medico | 2007-07-17 | 1 | -18/+15 |
* | For bug #185670, make sure package.use.{mask,force} are properly displayed. (... | Zac Medico | 2007-07-17 | 1 | -0/+1 |
* | When expanding ambiguous atoms against the vardb, make sure the the expanded ... | Zac Medico | 2007-07-17 | 1 | -2/+5 |
* | When dep_expand throws a ValueError due to an ambiguous atom, try to expand t... | Zac Medico | 2007-07-17 | 1 | -4/+11 |
* | Don't show the repo display when the package list is empty. (trunk r7290) | Zac Medico | 2007-07-17 | 1 | -1/+2 |
* | For bug #185389, create a symlink when quickpkg injects a new package. | Zac Medico | 2007-07-15 | 1 | -1/+2 |
* | Fix typo. (trunk r7265) | Zac Medico | 2007-07-15 | 1 | -2/+2 |
* | When deciding if a package is slotted inside create_world_atom(), check the v... | Zac Medico | 2007-07-15 | 1 | -8/+18 |
* | Remove some obsolete repo display code. | Zac Medico | 2007-07-15 | 1 | -8/+0 |