| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ACCEPT_KEYWORDS validation so that ** is valid. | Zac Medico | 2007-08-19 | 1 | -1/+3 |
* | filter out kernel modules from ELF QA checks #184443 | Mike Frysinger | 2007-08-17 | 1 | -4/+5 |
* | remove "risky" message about -O2 | Mike Frysinger | 2007-08-17 | 2 | -6/+2 |
* | For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ... | Zac Medico | 2007-08-17 | 1 | -5/+7 |
* | Make etc-update copy owner and group bits when it merges config files. | Zac Medico | 2007-08-16 | 1 | -0/+2 |
* | make -f/-F distinction clearer | Mike Frysinger | 2007-08-16 | 1 | -3/+2 |
* | Fix existing_node logic inside depgraph.create(). | Zac Medico | 2007-08-16 | 1 | -20/+15 |
* | Combine 2 locations in depgraph.create() where nodes are added to the digraph... | Zac Medico | 2007-08-16 | 1 | -19/+14 |
* | Always assign higher priority to dependencies on packages that are being rebu... | Zac Medico | 2007-08-16 | 1 | -11/+13 |
* | Add some floating point vercmp cases. | Zac Medico | 2007-08-15 | 1 | -1/+4 |
* | For bug #188807, add nocreate and delaycompress options for logrotate. | Zac Medico | 2007-08-15 | 1 | -0/+2 |
* | For bug #188449, since python floats have limited range, we multiply both flo... | Zac Medico | 2007-08-15 | 1 | -2/+11 |
* | For bug #188782, dependencies on packages specified as arguments are given hi... | Zac Medico | 2007-08-15 | 1 | -24/+39 |
* | Make sure to skip info dir files with the .old extension. | Zac Medico | 2007-08-14 | 1 | -1/+2 |
* | For bug #188782, keep "nomerge" nodes in the graph during the merge order cal... | Zac Medico | 2007-08-14 | 1 | -4/+2 |
* | - revert a few -O2 when they should of remained -O3 in comments | Ned Ludd | 2007-08-13 | 4 | -5/+5 |
* | 'decent' CFLAGS should not feature -O3. Bug 188619 | Ned Ludd | 2007-08-12 | 8 | -14/+14 |
* | 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 |