| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for and ACCEPT_CHOSTS variable that controls masking behavior | Zac Medico | 2008-06-15 | 2 | -6/+25 |
* | Fix the 'inherit.autotools' check to account for apache-2_src_unpack() | Zac Medico | 2008-06-14 | 1 | -0/+5 |
* | Add two new build log qa checks, suggested by Diego Pettenò: | Zac Medico | 2008-06-14 | 1 | -0/+51 |
* | Pass missing "installed" parameter into Package constructor. | Zac Medico | 2008-06-12 | 1 | -1/+1 |
* | Handle InvalidDependString in _package_cache.__setitem__(). | Zac Medico | 2008-06-11 | 1 | -4/+7 |
* | Fix indent. | Zac Medico | 2008-06-11 | 1 | -1/+1 |
* | Handle InvalidDependString. | Zac Medico | 2008-06-11 | 1 | -2/+7 |
* | Bug #225767 - Suppress warnings for installed packages masked by keywords | Zac Medico | 2008-06-11 | 1 | -1/+34 |
* | Use spawn() instead of system(). | Zac Medico | 2008-06-11 | 1 | -2/+18 |
* | Add another sanity check in the owners cache. | Zac Medico | 2008-06-10 | 1 | -1/+4 |
* | Use isinstance() instead of handling TypeError. | Zac Medico | 2008-06-10 | 1 | -4/+2 |
* | Bug #225285 - Allow digestcheck() to succeed when the Manifest is empty and | Zac Medico | 2008-06-10 | 1 | -0/+12 |
* | Add some sanity checks and error tolerance in the owners cache.v2.2_pre8 | Zac Medico | 2008-06-10 | 1 | -1/+15 |
* | Fix typo. | Zac Medico | 2008-06-10 | 1 | -2/+1 |
* | Fix typo. | Zac Medico | 2008-06-10 | 1 | -1/+1 |
* | Fix missing initialization. | Zac Medico | 2008-06-09 | 1 | -0/+1 |
* | Remove unused PackageVirtualDbapi.__getitem__() method. | Zac Medico | 2008-06-09 | 1 | -15/+0 |
* | Add CONTENTS indexing support for optimization of owner lookups. The | Zac Medico | 2008-06-09 | 3 | -79/+264 |
* | When inside fakeroot, directories with portage's gid appear | Zac Medico | 2008-06-08 | 1 | -2/+9 |
* | make sure that scanelf is called with the right paths, and properly register ... | Marius Mauch | 2008-06-08 | 1 | -9/+6 |
* | Bug #225285 - Allow digestcheck() to succeed when the Manifest is missing | Zac Medico | 2008-06-08 | 1 | -0/+2 |
* | Make portdbapi.aux_get() return float type for _mtime_. | Zac Medico | 2008-06-08 | 1 | -1/+4 |
* | Add additional functions such as eaclocal and eautoheader to the | Zac Medico | 2008-06-08 | 1 | -1/+5 |
* | Fix typo. | Zac Medico | 2008-06-08 | 1 | -1/+1 |
* | Make repoman pass Package instances into run_checks(), so that the checks | Zac Medico | 2008-06-08 | 3 | -13/+27 |
* | Inside, create_trees(), pass target_root="/" into the config constructor | Zac Medico | 2008-06-07 | 1 | -1/+1 |
* | Validate ROOT from make.conf. | Zac Medico | 2008-06-07 | 1 | -0/+2 |
* | Make load_emerge_config() filter out empty PORTAGE_CONFIGROOT and ROOT | Zac Medico | 2008-06-07 | 1 | -1/+3 |
* | Bug #224271 - New check 'IUSE.undefined', renamed from generic | Zac Medico | 2008-06-07 | 3 | -1/+6 |
* | As suggested by Flameeyes, add a new 'inherit.autotools' check which warns | Zac Medico | 2008-06-07 | 3 | -5/+21 |
* | remove old/unused gen_wrapper function | Mike Frysinger | 2008-06-07 | 2 | -10/+1 |
* | Bug #224271 - Add a 'IUSE is not defined' ebuild.minorsyn warning. | Zac Medico | 2008-06-07 | 1 | -0/+7 |
* | Add a PackageVirtualDbapi.__getitem__() method. | Zac Medico | 2008-06-06 | 1 | -0/+15 |
* | Add Package.counter and mtime attributes. | Zac Medico | 2008-06-05 | 1 | -3/+20 |
* | Add vardbapi.aux_get() support for an "_mtime_" value which corresponds to | Zac Medico | 2008-06-05 | 1 | -11/+19 |
* | Bug #224713 - Avoid TypeError when make.conf is missing: | Zac Medico | 2008-06-04 | 1 | -0/+2 |
* | Mention PORTAGE_RO_DISTDIRS in the DISTDIR docs. | Zac Medico | 2008-06-04 | 1 | -1/+6 |
* | Use sets for more accurate cache modification counts BlockerCache and vardbapi. | Zac Medico | 2008-06-04 | 2 | -9/+9 |
* | Use platform module to make it clear what we're displaying. Instead of | Zac Medico | 2008-06-04 | 1 | -5/+5 |
* | Use "platform" module instead of os.uname, or -- even worse -- a system | Zac Medico | 2008-06-04 | 3 | -4/+10 |
* | Fix typo. | Zac Medico | 2008-06-04 | 1 | -1/+1 |
* | Use a distdir_writable variable in fetch(), for better control of write | Zac Medico | 2008-06-04 | 1 | -8/+10 |
* | Update --depclean and package.provided docs to indicate interaction | Zac Medico | 2008-06-03 | 3 | -25/+51 |
* | Make PackagesSystemSet.description refer to the real profile rather than | Zac Medico | 2008-06-03 | 1 | -0/+3 |
* | Avoid an unhandled IndexError thrown from the PackagesSystemSet constructor | Zac Medico | 2008-06-03 | 1 | -2/+6 |
* | Fix regex for compatibility with the regex implementation from FreeBSD's | Zac Medico | 2008-06-03 | 1 | -1/+1 |
* | Tweak the installed masked code from bug #223447 so that it less noisy | Zac Medico | 2008-06-03 | 1 | -3/+4 |
* | Fix typo. | Zac Medico | 2008-06-03 | 1 | -1/+1 |
* | When pruning the digests to optimize parallel-fetch, use a separate dict | Zac Medico | 2008-06-03 | 1 | -6/+9 |
* | Use float mtime instead of int for finer granularity in vardbapi.match() | Zac Medico | 2008-06-03 | 1 | -1/+1 |