summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Remove the config._filter_calling_env attribute since it's not really needed.Zac Medico2008-07-161-14/+13
* Pass the whole dblink instance into Scheduler._dblink_display_merge() in caseZac Medico2008-07-161-2/+1
* Redirect dblink.merge() output to the log file when --jobs > 1.Zac Medico2008-07-161-26/+38
* Make dblink._display_merge() detect scheduler presence internally.Zac Medico2008-07-161-6/+6
* Adapt the dblink merge display callback to use log levels from the loggingZac Medico2008-07-161-5/+14
* Redirect dblink.unmerge() output to the log file when --jobs > 1.Zac Medico2008-07-161-2/+10
* When packages fail with --jobs > 1 and the "echo" elog module is not enabled,Zac Medico2008-07-151-1/+6
* Call prepare_build_dirs() prior to pkg_preinst so that logging worksZac Medico2008-07-141-0/+2
* * Fix doebuild so "returnpid" works for preinst and postinst.Zac Medico2008-07-142-31/+96
* Add async execution support for pkg_preinst and pkg_postinst. This allows theZac Medico2008-07-142-13/+28
* * Since can_poll_pty() is unsafe due to he possibility of the poll() callZac Medico2008-07-131-16/+0
* Fix broken binpkg path comparison in in binarytree.inject() so that duplicateZac Medico2008-07-131-1/+1
* Split out a portage._create_pty_or_pipe() function to avoid duplicate code.Zac Medico2008-07-122-55/+60
* Derive a PtyReaderTestCase from PipeReaderTestCase. This test is expected toZac Medico2008-07-121-3/+52
* Create a test case for the poll loop which uses the loop to read data from aZac Medico2008-07-123-0/+46
* * Add a digraph.get() method, analogous to dict.get(), used to simplifyZac Medico2008-07-121-0/+4
* Copy INHERITED/_eclasses_ handling from portdbapi._metadata_callback() toZac Medico2008-07-111-0/+6
* 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