| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #186876, fall back it os.pipe() if pty.openpty() fails. | Zac Medico | 2007-07-28 | 1 | -3/+10 |
* | When the fetch phase fails inside doebuild(), create an eerror log since the ... | Zac Medico | 2007-07-28 | 1 | -0/+14 |
* | Handle 2 more cases where elog_process() needs to be called: | Zac Medico | 2007-07-28 | 1 | -0/+16 |
* | For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from mak... | Zac Medico | 2007-07-28 | 1 | -1/+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 labels, 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 |
* | 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 |
* | use ${MAKE:-make} rather than make in einstall() | Mike Frysinger | 2007-07-25 | 1 | -2/+2 |
* | For bug #186386, pass stdin directly to spawned processes (even when their ou... | Zac Medico | 2007-07-25 | 2 | -55/+5 |
* | Set O_NONBLOCK just for read calls (uses fewer fcntl calls). | Zac Medico | 2007-07-25 | 1 | -16/+5 |
* | CACHE_PATH starts with / and therefore isn't compatible with os.path.join(). | Zac Medico | 2007-07-25 | 1 | -1/+1 |
* | Use blocking mode for writes since we'd rather block than trigger a EWOULDBLO... | Zac Medico | 2007-07-25 | 1 | -6/+22 |
* | Use the hardcoded variables from portage.const rather than strings that are a... | Alec Warner | 2007-07-25 | 1 | -11/+11 |
* | Use a select loop for moving input and ouput when logging is enabled in porta... | Zac Medico | 2007-07-25 | 1 | -29/+44 |
* | Add droppriv keyword for the depend phase (last one). | Zac Medico | 2007-07-24 | 1 | -1/+1 |
* | Add droppriv keyword for the depend phase. | Zac Medico | 2007-07-24 | 1 | -1/+1 |
* | Fix make.conf.example rejects. | 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-23 | 6 | -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. | 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 |
* | add more tests for keyvaluepairloader (it had a bug previously) and fix up ot... | Alec Warner | 2007-07-23 | 2 | -12/+14 |
* | fix broken import | Alec Warner | 2007-07-23 | 1 | -1/+1 |
* | Fix imports for style, slight optimization for grab* function, doc fixups. | Alec Warner | 2007-07-23 | 1 | -4/+11 |
* | Validator should be a function, not a class, fix spacing/tab issues. Fix par... | Alec Warner | 2007-07-23 | 3 | -26/+72 |
* | Fix imports for style, deprecate grab*, what is foo.metadata and what does it... | Alec Warner | 2007-07-23 | 1 | -8/+20 |
* | Move classes out of __init__.py, they do not belong there. Fix import style,... | Alec Warner | 2007-07-23 | 5 | -163/+161 |
* | Move common file functionality into a FileLoader class and delegate parsing t... | Alec Warner | 2007-07-23 | 2 | -112/+140 |
* | fix spacing, comments, default args | Alec Warner | 2007-07-23 | 1 | -8/+8 |
* | Fix hardcoded /usr/bin/echo to use portage.process.find_binary(). | Zac Medico | 2007-07-22 | 1 | -1/+3 |
* | fix missing import, default value for value in case we try to .join on a vari... | Alec Warner | 2007-07-22 | 2 | -1/+2 |
* | add docstring, fix up imports (style), add keyword expansion | Alec Warner | 2007-07-22 | 1 | -1/+15 |
* | add test for CommandOutputSet | Alec Warner | 2007-07-22 | 3 | -0/+26 |
* | For bug #184774, put lha's -q option last since otherwise the option parser n... | Zac Medico | 2007-07-22 | 1 | -1/+1 |
* | Fix spacing issues, imports | Alec Warner | 2007-07-22 | 1 | -16/+17 |
* | Add notes about import statements (clarity) and fix spelling error in release... | Alec Warner | 2007-07-22 | 2 | -1/+38 |
* | remove unused vars from xpak, fix bug in compose. Also fix tests for portage... | Alec Warner | 2007-07-22 | 2 | -4/+4 |
* | Run pychecker over everything, fix obvious thing slike modules not in use, va... | Alec Warner | 2007-07-22 | 6 | -26/+28 |
* | 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. | 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 |