| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore non-existent directories for bug #171809. This is required for readon... | Zac Medico | 2007-03-23 | 1 | -1/+9 |
* | Add --verbose to the "for more help" message. | Zac Medico | 2007-03-22 | 1 | -1/+1 |
* | default --help should be usable, so make the extended output require --verbose | Mike Frysinger | 2007-03-22 | 1 | -6/+3 |
* | Fix a typo. | Zac Medico | 2007-03-21 | 1 | -1/+1 |
* | Pass a list of USE flags into config.getMissingLicenses() so that the method ... | Zac Medico | 2007-03-21 | 3 | -8/+23 |
* | Add a docstring to config.getMissingLicenses(). | Zac Medico | 2007-03-20 | 1 | -0/+13 |
* | Catch a potential InvalidDependString exception. | Zac Medico | 2007-03-20 | 1 | -2/+8 |
* | Fix cvstree import to avoid deprecation warning. | Zac Medico | 2007-03-20 | 1 | -1/+1 |
* | Pass missing acceptable_licenses parameter into recursive _getMissingLicenses... | Zac Medico | 2007-03-20 | 1 | -2/+4 |
* | Appropriately return from _getMissingLicenses() if one of the choices is sati... | Zac Medico | 2007-03-20 | 1 | -0/+2 |
* | Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593. | Zac Medico | 2007-03-20 | 5 | -13/+199 |
* | revert previous change since it is obviously incorrect as pointed out by grobian | Mike Frysinger | 2007-03-18 | 2 | -2/+8 |
* | Appropriately use globals() instead of locals() as suggested by marienz. | Zac Medico | 2007-03-18 | 2 | -2/+2 |
* | Never use listdir with both recursion=True and followSymlinks=True since it c... | Zac Medico | 2007-03-18 | 1 | -2/+2 |
* | Use locals() instead of setattr to insert generated functions into the curren... | Zac Medico | 2007-03-18 | 2 | -2/+2 |
* | make sure we prefix all arguments with $D, including ones that dont start wit... | Mike Frysinger | 2007-03-17 | 3 | -8/+5 |
* | Call the base class destructor if it exists. | Zac Medico | 2007-03-17 | 1 | -0/+2 |
* | Add "bin" to testDirs. | Zac Medico | 2007-03-17 | 1 | -1/+1 |
* | Make paths independent of cwd. | Zac Medico | 2007-03-17 | 1 | -2/+3 |
* | Close /dev/null when finished. | Zac Medico | 2007-03-17 | 1 | -0/+1 |
* | start of framework for programs in portage bin | Mike Frysinger | 2007-03-17 | 4 | -0/+91 |
* | send stdout to /dev/null since we rely on the output of stdout here to determ... | Mike Frysinger | 2007-03-17 | 1 | -1/+1 |
* | bump ________foo from the TestCase class since _exc_info() doesn't do anythin... | Alec Warner | 2007-03-17 | 1 | -6/+3 |
* | fix for older python who have oddly named __exc_info() | Alec Warner | 2007-03-17 | 1 | -0/+3 |
* | Use mkstemp to create a random tempfile. | Zac Medico | 2007-03-17 | 1 | -3/+5 |
* | Fix a broken test. | Zac Medico | 2007-03-17 | 1 | -1/+1 |
* | Fix broken exception handling. | Zac Medico | 2007-03-17 | 1 | -3/+3 |
* | Fix a typo. | Zac Medico | 2007-03-17 | 1 | -1/+1 |
* | forcibly break all hard links so we dont need to rely on --force in compresso... | Mike Frysinger | 2007-03-17 | 1 | -3/+6 |
* | 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 |