| Commit message (Expand) | Author | Age | Files | Lines |
* | redo compression so that it is queued up in src_install and then dequeued pos... | Mike Frysinger | 2007-03-17 | 5 | -15/+89 |
* | drop the need for the force flag by default and just delete the existing file... | Mike Frysinger | 2007-03-16 | 1 | -1/+7 |
* | Fix a utime call to prevent a timestamp collision for bug #171117. | Zac Medico | 2007-03-16 | 1 | -2/+2 |
* | For bug #171117, ensure that the new and old config have different timestamps... | Zac Medico | 2007-03-16 | 1 | -1/+7 |
* | For bug #163262 and conformance with section 7.2 of the PMS, make the export ... | Zac Medico | 2007-03-16 | 1 | -0/+1 |
* | Add back rstrip(os.path.sep) from the previous commit since it's needed when ... | Zac Medico | 2007-03-15 | 1 | -4/+4 |
* | Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when nece... | Zac Medico | 2007-03-15 | 1 | -2/+2 |
* | Make prepinfo remove installed info indexes recursively. Thanks to Christian... | Zac Medico | 2007-03-12 | 1 | -1/+3 |
* | For bug #170178, remove all hardcoded references to '/usr/lib/portage'. | Zac Medico | 2007-03-10 | 4 | -9/+12 |
* | import portage.xpak to avoid deprecation warning | Zac Medico | 2007-03-09 | 1 | -2/+2 |
* | Add back a missing `source isolated-functions.sh`. The color logic is handle... | Zac Medico | 2007-03-09 | 1 | -4/+1 |
* | Display message about --buildpkgonly restriction in pretend mode as well | Marius Mauch | 2007-03-09 | 1 | -0/+5 |
* | Remove profile masking of system packages from the docs. | Zac Medico | 2007-03-09 | 1 | -9/+6 |
* | Remove the "masked by: profile" support from getmaskingstatus(). | Zac Medico | 2007-03-09 | 1 | -12/+0 |
* | Use the full atoms from the system set, since profile masking does not automa... | Zac Medico | 2007-03-09 | 1 | -4/+2 |
* | Remove legacy "masked by: profile" support as per bug #149508. Profiles shou... | Zac Medico | 2007-03-09 | 2 | -17/+2 |
* | whoopse, s/;/:/ | Alec Warner | 2007-03-08 | 1 | -1/+1 |
* | add PackageMask{File} classes, change unit tests to use try/finally, makes su... | Alec Warner | 2007-03-08 | 4 | -12/+101 |
* | Change load() to have no default arguments, makes caller specifiy explicitly.... | Alec Warner | 2007-03-08 | 3 | -3/+90 |
* | Part of my attempt now involves cleaning up config; this means for me; removi... | Alec Warner | 2007-03-07 | 7 | -11/+117 |
* | Take marien's advice, turn Skips into Todos for clarity sake | Alec Warner | 2007-03-07 | 2 | -18/+14 |
* | Fix 2 more types.InstanceType comparisons that are broken by the transition o... | Zac Medico | 2007-03-06 | 1 | -2/+2 |
* | For bug #169620, in --tree display always show the dowload size on the node t... | Zac Medico | 2007-03-06 | 1 | -3/+2 |
* | Add part about new framework and skipping to test notes | Alec Warner | 2007-03-06 | 1 | -0/+13 |
* | Update all the unittests to use the new framework, test skipping with isValid... | Alec Warner | 2007-03-06 | 18 | -17/+36 |
* | Roll our own unittest framework to add skip support. | Alec Warner | 2007-03-06 | 1 | -7/+126 |
* | these will fail now | Alec Warner | 2007-03-05 | 1 | -3/+4 |
* | Avoid pointless population of the binary tree when --buildpkg is enabled. Th... | Zac Medico | 2007-03-05 | 1 | -3/+3 |
* | allow people to disable compression by setting the PORTAGE_COMPRESS variables... | Mike Frysinger | 2007-03-04 | 2 | -14/+12 |
* | Display blockers at the end of the list so that it will more often be easy fo... | Zac Medico | 2007-03-04 | 1 | -4/+8 |
* | Remove the KVERS environment variable since it's code that creates it is brok... | Zac Medico | 2007-03-04 | 1 | -4/+0 |
* | Fix the minimum index for pruning consecutive duplicate nodes. | Zac Medico | 2007-03-04 | 1 | -1/+1 |
* | Add a note about --with-bdeps in the --depclean failure message. | Zac Medico | 2007-03-04 | 1 | -3/+4 |
* | For bug #169187, make --depclean prune unneeded slots such that it is consist... | Zac Medico | 2007-03-04 | 1 | -2/+8 |
* | Only prune duplicate consecutive nodes if they both have depth == 0. | Zac Medico | 2007-03-03 | 1 | -1/+2 |
* | Pass waiting_msg into recursive lockfile() calls. | Zac Medico | 2007-03-03 | 1 | -2/+5 |
* | make sure uid is an int | Alec Warner | 2007-03-03 | 1 | -2/+2 |
* | In the same vein as copyright, add Id and svn:keywords to it | Alec Warner | 2007-03-03 | 1 | -0/+1 |
* | you can't insert into sys.path without importing sys... | Alec Warner | 2007-03-03 | 1 | -0/+3 |
* | Make sure that excess "nomerge" nodes are pruned correctly. | Zac Medico | 2007-03-03 | 1 | -1/+1 |
* | Add missing sys import. | Zac Medico | 2007-03-03 | 1 | -1/+1 |
* | For bug #138840, show a more informative message when waiting for a distfiles... | Zac Medico | 2007-03-03 | 2 | -7/+19 |
* | s/node/selected_parent/ for clarity | Zac Medico | 2007-03-03 | 1 | -2/+2 |
* | remove category regex, dumb idea, sorry I did it | Alec Warner | 2007-03-03 | 1 | -6/+0 |
* | Fix types.InstanceType test which is failing now for some reason. | Zac Medico | 2007-03-03 | 1 | -1/+1 |
* | For bug #169046, fill in the --tree display with "nomerge" nodes so that the ... | Zac Medico | 2007-03-03 | 1 | -27/+75 |
* | When emerge automatically resumes, add --ignore-default-opts to the command l... | Zac Medico | 2007-03-02 | 1 | -2/+14 |
* | For bug #168646, remove --prune-empty-dirs from PORTAGE_RSYNC_OPTS since it's... | Zac Medico | 2007-03-02 | 2 | -3/+2 |
* | Even if there's no timestamp available locally, fetch the timestamp anyway as... | Zac Medico | 2007-03-02 | 1 | -1/+6 |
* | Remove unnecessary print statement reported by solar. | Zac Medico | 2007-03-02 | 1 | -1/+0 |