| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure USE=test is properly enabled when the test phase is forced via the ... | Zac Medico | 2007-05-09 | 1 | -0/+2 |
* | Use shlex for better splitting of FETCHCOMMAND. (trunk r6489:6490) | Zac Medico | 2007-05-06 | 1 | -4/+4 |
* | Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND. (trunk r6486:6487) | Zac Medico | 2007-05-06 | 1 | -6/+7 |
* | For bug #171259, fix vercmp so that implicit _p0 is less than explicit _p0. ... | Zac Medico | 2007-05-05 | 1 | -3/+5 |
* | For bug #175058, comment #15, expand all possible variables in each argument.... | Zac Medico | 2007-05-05 | 1 | -3/+3 |
* | Fix eend so that it works properly on a standard BSD console. Thanks to Uber... | Zac Medico | 2007-05-02 | 1 | -0/+3 |
* | For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND with... | Zac Medico | 2007-04-29 | 1 | -6/+9 |
* | Always ensure permissions in DISTCC_DIR in order to try to prevent potential ...v2.1.2.5 | Zac Medico | 2007-04-26 | 1 | -1/+1 |
* | For bug #176139, only symlink the distfiles that are required according the c... | Zac Medico | 2007-04-26 | 1 | -1/+1 |
* | For bug #175781, add a higher preference priority for choices where all match... | Zac Medico | 2007-04-24 | 1 | -1/+15 |
* | Also validate RESTRICT inside doebuild(). (trunk r6426:6427) | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | Also validate SRC_URI inside doebuild(). (trunk r6424:6425) | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | For bug #175344, validate LICENSE and PROVIDE inside doebuild(). (trunk r6422... | Zac Medico | 2007-04-20 | 1 | -2/+15 |
* | Add CATEGORY to blacklisted variables since it can interfere with CATEGORY gu... | Zac Medico | 2007-04-13 | 1 | -5/+3 |
* | Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere. (tr... | Zac Medico | 2007-04-13 | 1 | -2/+2 |
* | Efficiently recycle partial valid vdb cache when possible. This reduces disk... | Zac Medico | 2007-04-10 | 1 | -4/+7 |
* | Don't load FEATURES in load_infodir() because FEATURES from the build host sh... | Zac Medico | 2007-04-09 | 1 | -0/+4 |
* | Only apply permissions to ccache, confcache, and distcc dirs when they are cr... | Zac Medico | 2007-04-08 | 1 | -7/+6 |
* | For bug #173184, handle the CommandNotFound that is produced during uninstall... | Zac Medico | 2007-04-02 | 1 | -4/+9 |
* | Fix missing import. (trunk r6324:6325) | Zac Medico | 2007-03-31 | 1 | -0/+1 |
* | For bug #170178, remove all hardcoded references to '/usr/lib/portage'. (trun... | Zac Medico | 2007-03-27 | 2 | -3/+4 |
* | Clean up and simplify preference selection logic for bug #171840. (trunk r626... | Zac Medico | 2007-03-23 | 1 | -47/+26 |
* | For bug #171840, consider all choices for slot intersection and promote those... | Zac Medico | 2007-03-23 | 1 | -3/+7 |
* | Ignore non-existent directories for bug #171809. This is required for readon... | Zac Medico | 2007-03-23 | 1 | -1/+9 |
* | Fix a utime call to prevent a timestamp collision for bug #171117. (trunk r62... | 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 |
* | Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when nece... | Zac Medico | 2007-03-16 | 1 | -4/+4 |
* | Remove the KVERS environment variable since it's code that creates it is brok...v2.1.2.1 | Zac Medico | 2007-03-04 | 1 | -4/+0 |
* | Pass waiting_msg into recursive lockfile() calls. (trunk r6155:6156) | Zac Medico | 2007-03-03 | 1 | -2/+5 |
* | Add missing sys import. (trunk r6145:6146) | 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 | -27/+43 |
* | Fix types.InstanceType test which is failing now for some reason. (trunk r613... | Zac Medico | 2007-03-03 | 1 | -1/+1 |
* | Fix the rest of the broken except statement syntax. (trunk r6120:6121) | Zac Medico | 2007-03-01 | 1 | -1/+1 |
* | For bug #168823, fix broken except statement syntax that prevents the ValueEr... | Zac Medico | 2007-03-01 | 1 | -1/+1 |
* | Clean up os.environ["USERLAND"] pollution from the portage_data module so tha... | Zac Medico | 2007-02-24 | 1 | -1/+8 |
* | Make verify_all() return an "insufficient data" error if there is not at leas... | Zac Medico | 2007-02-23 | 2 | -0/+22 |
* | Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is disabled.... | Zac Medico | 2007-02-22 | 1 | -3/+3 |
* | For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge... | Zac Medico | 2007-02-22 | 2 | -2/+6 |
* | Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ... | Zac Medico | 2007-02-22 | 1 | -0/+1 |
* | Raise a CommandNotFound exception when necessary, to ease troubleshooting. T... | Zac Medico | 2007-02-21 | 1 | -2/+2 |
* | For bug #167795, try avoid the population routine when possible, so that FEAT... | Zac Medico | 2007-02-20 | 1 | -0/+11 |
* | For bug #163990, warn about binary packages with invalid categories and do no... | Zac Medico | 2007-02-18 | 1 | -0/+18 |
* | For bug #163990, warn about ebuilds with invalid categories and do not allow ... | Zac Medico | 2007-02-18 | 1 | -1/+6 |
* | Detect potential issues with mtime granlarity in env_update() and sleep if ne... | Zac Medico | 2007-02-16 | 1 | -1/+13 |
* | Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber... | Zac Medico | 2007-02-12 | 1 | -1/+1 |
* | Synchronize required hash code in all relevant places. (trunk r5924) | Zac Medico | 2007-02-07 | 3 | -8/+13 |
* | For bug #165783, handle a potential InvalidDependString exception inside doeb... | Zac Medico | 2007-02-07 | 1 | -4/+10 |
* | For bug #165783, handle a potential InvalidDependString exception inside dige... | Zac Medico | 2007-02-07 | 1 | -3/+9 |
* | For backward compatibility with api consumers, _dep_check_strict behavior wil... | Zac Medico | 2007-02-07 | 1 | -2/+3 |
* | Ensure that the code for bug #165382 only affects name collisions with virtua... | Zac Medico | 2007-02-05 | 1 | -2/+4 |