summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-181-1/+4
* More eblank.Zac Medico2008-06-172-2/+1
* remove stray lineMarius Mauch2008-06-171-2/+0
* Remove eblank nonsenseMarius Mauch2008-06-173-16/+3
* Do not preserve the master link of a library to avoid packages being linked a...Marius Mauch2008-06-171-0/+14
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-173-3/+18
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-172-1/+2
* Fix typo.Zac Medico2008-06-161-1/+1
* Tweak the config._accept_chost() regex.Zac Medico2008-06-161-1/+1
* Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved.Zac Medico2008-06-161-1/+1
* Bug #223417 - Due to 1 second mtime granularity in < python-1.5, mtime checksZac Medico2008-06-161-23/+26
* Fix config._accept_chost_re so it's only an instance variable.Zac Medico2008-06-151-1/+1
* Add support for and ACCEPT_CHOSTS variable that controls masking behaviorZac Medico2008-06-151-0/+21
* Add two new build log qa checks, suggested by Diego Pettenò:Zac Medico2008-06-141-0/+51
* Add another sanity check in the owners cache.Zac Medico2008-06-101-1/+4
* Use isinstance() instead of handling TypeError.Zac Medico2008-06-101-4/+2
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is empty andZac Medico2008-06-101-0/+12
* Add some sanity checks and error tolerance in the owners cache.v2.2_pre8Zac Medico2008-06-101-1/+15
* Fix typo.Zac Medico2008-06-101-2/+1
* Fix typo.Zac Medico2008-06-101-1/+1
* Fix missing initialization.Zac Medico2008-06-091-0/+1
* Add CONTENTS indexing support for optimization of owner lookups. TheZac Medico2008-06-091-50/+243
* When inside fakeroot, directories with portage's gid appearZac Medico2008-06-081-2/+9
* make sure that scanelf is called with the right paths, and properly register ...Marius Mauch2008-06-081-9/+6
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is missingZac Medico2008-06-081-0/+2
* Make portdbapi.aux_get() return float type for _mtime_.Zac Medico2008-06-081-1/+4
* Inside, create_trees(), pass target_root="/" into the config constructorZac Medico2008-06-071-1/+1
* Validate ROOT from make.conf.Zac Medico2008-06-071-0/+2
* Add vardbapi.aux_get() support for an "_mtime_" value which corresponds toZac Medico2008-06-051-11/+19
* Bug #224713 - Avoid TypeError when make.conf is missing:Zac Medico2008-06-041-0/+2
* Use sets for more accurate cache modification counts BlockerCache and vardbapi.Zac Medico2008-06-041-4/+4
* Use "platform" module instead of os.uname, or -- even worse -- a systemZac Medico2008-06-042-3/+4
* Fix typo.Zac Medico2008-06-041-1/+1
* Use a distdir_writable variable in fetch(), for better control of writeZac Medico2008-06-041-8/+10
* Make PackagesSystemSet.description refer to the real profile rather thanZac Medico2008-06-031-0/+3
* Avoid an unhandled IndexError thrown from the PackagesSystemSet constructorZac Medico2008-06-031-2/+6
* Fix typo.Zac Medico2008-06-031-1/+1
* When pruning the digests to optimize parallel-fetch, use a separate dictZac Medico2008-06-031-6/+9
* Use float mtime instead of int for finer granularity in vardbapi.match()Zac Medico2008-06-031-1/+1
* Fix vardbapi.flush_cache() so that it only updates the cache when theZac Medico2008-06-031-4/+8
* Add support for a PORTAGE_RO_DISTDIRS variable. When a given file does notZac Medico2008-06-031-1/+132
* Fix EditablePackageSet.update() to create Atom instances when necessary.Zac Medico2008-06-011-5/+9
* Make PackageSet._setAtoms() use existing Atom instances when available.Zac Medico2008-05-311-7/+12
* Add some isvalidatom() test cases with "null" and missing category.Zac Medico2008-05-311-1/+11
* Fix TypeError: 'tuple' object does not support item assignmentZac Medico2008-05-311-0/+1
* * Tweak isvalidatom() to treat "null" category as valid, but missing categoryZac Medico2008-05-311-9/+20
* Fix PackageSet.findAtomForPackage() to find the most specific atom sinceZac Medico2008-05-301-4/+13
* Now that dbapi._iter_match() is guaranteed to return a real iterator withZac Medico2008-05-301-4/+4
* For consistency, make sure that a normal iterator is always returnedZac Medico2008-05-301-1/+1
* Make the use_cache=0 listdir() implementation inside vardbapi.cpv_all()Zac Medico2008-05-301-1/+4