| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #33585, leave the old info dir file in place if there is nothing to g... | Zac Medico | 2007-08-12 | 1 | -9/+35 |
* | For bug #188559, invalidate dblink._contents_inodes as necessary to prevent F... | Zac Medico | 2007-08-12 | 1 | -0/+6 |
* | Optimize config.setcpv() so that it doesn't call regenerate() unnecessarily w... | Zac Medico | 2007-08-11 | 1 | -1/+12 |
* | Don't generate a QA Notice if the ${S} directory doesn't exist since it might... | Zac Medico | 2007-08-10 | 1 | -3/+0 |
* | Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Ar... | Zac Medico | 2007-08-06 | 2 | -3/+6 |
* | Document FEATURES=webrsync-gpg. Thanks to Arfrever Frehtes Taifersar Arahesis... | Zac Medico | 2007-08-06 | 1 | -0/+3 |
* | For bug #187795, remove pointless digest.disjointed and digest.notadded warni... | Zac Medico | 2007-08-06 | 1 | -12/+0 |
* | Merge rewrite by Alon Bar-Lev from bug #130039: | Zac Medico | 2007-08-06 | 1 | -113/+303 |
* | Fix from ferringb | Alec Warner | 2007-08-05 | 1 | -1/+1 |
* | For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi... | Zac Medico | 2007-08-05 | 1 | -4/+4 |
* | Use == for comparison of portage_node since digraph.clone() makes a deepcopy ... | Zac Medico | 2007-08-04 | 1 | -1/+1 |
* | Make sure that portage always has all of it's RDEPENDs installed first. | Zac Medico | 2007-08-04 | 1 | -0/+7 |
* | Move ecompressdir and ecompress --dequeue after prepall. | Zac Medico | 2007-08-04 | 1 | -1/+2 |
* | Call ecompressdir and ecompress --dequeue outside of prepall since ruby.eclas... | Zac Medico | 2007-08-04 | 2 | -3/+2 |
* | Make config updates get counted correctly for bug #187741. | Zac Medico | 2007-08-04 | 1 | -1/+4 |
* | Remove the depend phase from the doebuild actionmap since it's never used. | Zac Medico | 2007-08-04 | 1 | -2/+0 |
* | Make droppriv for the depend phase conditional on userpriv in FEATURES. | Zac Medico | 2007-08-03 | 1 | -2/+4 |
* | Generate a QA Notice and cd to ${WORKDIR} if the ${S} directory does not exist. | Zac Medico | 2007-08-03 | 1 | -0/+9 |
* | In portage.spawn() logging, put the read end of the pipe in O_NONBLOCK mode j... | Zac Medico | 2007-08-03 | 1 | -15/+11 |
* | s/portage.eclass_cache/eclass_cache/ since eclass_cache is actually a local v... | Zac Medico | 2007-08-03 | 1 | -2/+2 |
* | For bug #187518, handle EISDIR thrown from mkdir when the directory already e... | Zac Medico | 2007-08-02 | 1 | -1/+1 |
* | For bug #187480, fix writemsg args in portdbapi.gvisible(). | Zac Medico | 2007-08-02 | 1 | -1/+1 |
* | Like older versions of portage, don't show the repo display if [0] is all tha... | Zac Medico | 2007-08-01 | 1 | -2/+4 |
* | For bug #187375, handle an ImportError when portage is downgraded to a versio... | Zac Medico | 2007-08-01 | 1 | -2/+6 |
* | Handle the ENOENT error if the world file doesn't exist. | Zac Medico | 2007-07-31 | 1 | -1/+7 |
* | Change the numeric value of DepPriority.MIN to be equal to that of a satisfie... | Zac Medico | 2007-07-31 | 1 | -2/+2 |
* | As a workaround for bug #185305, make quickpkg break hardlinks during creatio... | Zac Medico | 2007-07-30 | 1 | -0/+3 |
* | For bug #187142, properly pass a dbapi instance into setcpv() so that USE_EXP... | Zac Medico | 2007-07-30 | 1 | -1/+1 |
* | Make finalize() accept a parameter once again since older versions of portage... | Zac Medico | 2007-07-30 | 2 | -2/+8 |
* | For bug #186960, try to create a directory for $ROOT if it doesn't exist. | Zac Medico | 2007-07-30 | 1 | -0/+1 |
* | Always pass a dbapi instance into a setcpv call. | Zac Medico | 2007-07-30 | 1 | -1/+1 |
* | For bug #139670, update the dohtml docs to show all supported file extensions... | Zac Medico | 2007-07-30 | 1 | -2/+2 |
* | For bug #137483, move the `emerge --help config` docs to the emerge man page.... | Zac Medico | 2007-07-30 | 3 | -46/+40 |
* | Update USE_ORDER docs for bug #187016. | Zac Medico | 2007-07-29 | 1 | -2/+10 |
* | For bug #187016, and env.d to the default USE_ORDER. | Zac Medico | 2007-07-29 | 2 | -2/+2 |
* | Change "output" import to portage.output. | Zac Medico | 2007-07-29 | 1 | -1/+1 |
* | For pty logging, handle the EAGAIN error that is thrown from fcntl when the s... | Zac Medico | 2007-07-29 | 1 | -2/+10 |
* | 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 |