summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Add support for parallel --regen, using the existing --jobs and --load-averageZac Medico2008-07-102-67/+108
* Bug #231382 - If the open() call in getconfig() raises an unexpected IOError,Zac Medico2008-07-101-0/+1
* Make digestcheck() skip the "checking ebuild checksums" part when fetching inZac Medico2008-07-101-1/+1
* Bug #231358 - Fix 'NameError: global name 'p' is not defined' inZac Medico2008-07-091-1/+1
* Use the EbuildFetcher class to implement async fetch for the EbuildBuildZac Medico2008-07-091-2/+1
* Use the EbuildPhase class to execute the "clean" phase asynchronously.Zac Medico2008-07-051-1/+2
* * Implement a new binarytree.digestCheck() method and use it to checkZac Medico2008-07-052-32/+79
* Fix broken references to portage.exception.Zac Medico2008-07-041-3/+2
* Bug #230469 - Implement non-blocking distlocks for --fetchonly. This addsZac Medico2008-07-033-11/+32
* Fix typo.Zac Medico2008-07-031-1/+1
* Bug #230579 - Handle EOFError raised from cPickle.load() inZac Medico2008-07-031-2/+2
* Add a portage._disable_legacy_globals() function. This deletes theZac Medico2008-07-031-5/+17
* Implement asynchronous binary package extraction, so that the schedulerZac Medico2008-07-031-2/+2
* Use stdout.write() instead of "print", for py3k compat.Zac Medico2008-07-031-14/+24
* Remove $PORTAGE_BUILDDIR locking from portage.pkgmerge() and useZac Medico2008-07-021-23/+1
* Py3k compatibility patch by Ali Polatel <hawking@g.o>.Zac Medico2008-07-027-37/+58
* Py3k compatibility patch #6 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-013-1/+18
* Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-015-7/+7
* Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-014-14/+15
* Py3k compatibility patch #2 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-012-2/+2
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-018-55/+57
* Add a "prefix" keyword parameter to slot_dict_class() which controls theZac Medico2008-07-011-10/+14
* Never do realpath() on an empty string for portdbapi.porttree_root sinceZac Medico2008-07-011-1/+3
* Also avoid sandbox violations in PreservedLibsRegistry.store(), for runningZac Medico2008-07-011-0/+2
* Handle potential errors in PreservedLibsRegistry.store() now that it canZac Medico2008-07-011-3/+7
* Split out a write_contents() function and a vardbapi.removeFromContents()Zac Medico2008-07-011-30/+68
* add a call to pruneNonExisting() at the end of dbapi.vartree.PreservedLibsReg...Zac Medico2008-07-011-1/+2
* Reimplement parallel-fetch by spawning the `ebuild fetch` command for eachZac Medico2008-06-301-2/+3
* Avoid python-2.6 deprecation warnings for md5 and sha modules by tryingZac Medico2008-06-301-3/+13
* * Tweak conditionals in doebuild() to fix emerge --fetch breakage reportedZac Medico2008-06-301-4/+6
* Add EMERGE_FROM to the blacklisted vars in the config constructor.Zac Medico2008-06-291-1/+1
* * Add "fd_pipes" and "returnpid" parameters to doebuild() and passZac Medico2008-06-291-24/+44
* In EbuildBuild.execute(), call doebuild() separately for each phase sinceZac Medico2008-06-291-6/+6
* Split out a _check_build_log() function from spawnebuild().Zac Medico2008-06-291-67/+78
* Split out a _post_src_install_uid_fix() function from spawnebuild().Zac Medico2008-06-291-22/+28
* Split out a _spawn_misc_sh() function from spawnebuild().Zac Medico2008-06-291-25/+40
* Move clean code, from the previous commit, from doebuild() toZac Medico2008-06-291-12/+4
* Instead of calling the ebuild "clean" phase in MergeTask.merge(),Zac Medico2008-06-291-4/+16
* Handle re.error exceptions raised from re.compile() when ACCEPT_CHOSTSZac Medico2008-06-281-3/+14
* Use bool() to simplify ObjectProxy.__nonzero__().Zac Medico2008-06-271-3/+1
* Add "PATH" to the set of allowed pacakge metadata keys for the PackageIndex.Zac Medico2008-06-261-0/+1
* Fix the PermissionDenied message for color.map.Zac Medico2008-06-261-1/+4
* Use settings["ROOT"] at the beginning of env_update() to avoid breakageZac Medico2008-06-261-2/+2
* Handle KeyError from aux_get() inside dbapi._iter_match_slot() andZac Medico2008-06-261-3/+9
* Also use a separate proxy type for portage.mtimedb since it's independentZac Medico2008-06-261-7/+32
* Use a separate proxy type to trigger portage.portdb initialization separatelyZac Medico2008-06-261-3/+16
* Implement lazy initialization of global "portdb", "settings" and otherZac Medico2008-06-262-1/+87
* Make PackageIndex use SlotDict for package metadata storage. The set ofZac Medico2008-06-263-12/+45
* Use SlotDict where appropriate in binarytree._populate().Zac Medico2008-06-251-2/+2
* Fix typo.Zac Medico2008-06-251-1/+1