summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make repoman pass Package instances into run_checks(), so that the checksZac Medico2008-06-083-13/+27
* 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
* Make load_emerge_config() filter out empty PORTAGE_CONFIGROOT and ROOTZac Medico2008-06-071-1/+3
* Bug #224271 - New check 'IUSE.undefined', renamed from genericZac Medico2008-06-073-1/+6
* As suggested by Flameeyes, add a new 'inherit.autotools' check which warnsZac Medico2008-06-073-5/+21
* remove old/unused gen_wrapper functionMike Frysinger2008-06-072-10/+1
* Bug #224271 - Add a 'IUSE is not defined' ebuild.minorsyn warning.Zac Medico2008-06-071-0/+7
* Add a PackageVirtualDbapi.__getitem__() method.Zac Medico2008-06-061-0/+15
* Add Package.counter and mtime attributes.Zac Medico2008-06-051-3/+20
* 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
* Mention PORTAGE_RO_DISTDIRS in the DISTDIR docs.Zac Medico2008-06-041-1/+6
* Use sets for more accurate cache modification counts BlockerCache and vardbapi.Zac Medico2008-06-042-9/+9
* Use platform module to make it clear what we're displaying. Instead ofZac Medico2008-06-041-5/+5
* Use "platform" module instead of os.uname, or -- even worse -- a systemZac Medico2008-06-043-4/+10
* 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
* Update --depclean and package.provided docs to indicate interactionZac Medico2008-06-033-25/+51
* 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 regex for compatibility with the regex implementation from FreeBSD'sZac Medico2008-06-031-1/+1
* Tweak the installed masked code from bug #223447 so that it less noisyZac Medico2008-06-031-3/+4
* 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
* Add modification threshold for BlockerCache.flush(), to avoid wasteful IO.Zac Medico2008-06-031-6/+10
* 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-032-1/+138
* Don't unset PORTAGE_BINPKG_FILE because it's readonly.Zac Medico2008-06-031-1/+0
* Filter PORTAGE_BINPKG_FILE in save_ebuild_env().Zac Medico2008-06-011-0/+1
* Fix typo.Zac Medico2008-06-011-1/+1
* Mention masked packages in another --resume message.Zac Medico2008-06-011-3/+3
* Reference depgraph.UnsatisfiedResumeDep instead of mydepgraph since theZac Medico2008-06-011-1/+1
* Update the --skipfirst dropped packages warning to mention "masking"Zac Medico2008-06-011-1/+2
* Update the UnsatisfiedResumeDep display to distinguish masked packagesZac Medico2008-06-011-6/+13
* Revert changes wrt argument atoms in the previous commit since it's notZac Medico2008-06-011-10/+8
* Make --skipfirst tolerate masked packages by dropping them (similar toZac Medico2008-06-011-10/+18
* 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
* Fix create_world_atom() to take a Package instance in it's arguments.Zac Medico2008-05-311-11/+7
* 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-312-11/+21
* Clean up reference to parts of the first graph for --skipfirst.Zac Medico2008-05-311-2/+3
* Optimize the new --skipfirst code so that in only has to buildZac Medico2008-05-311-6/+35
* 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