summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Avoid python-2.6 deprecation warnings for md5 and sha modules by tryingZac Medico2008-06-301-3/+13
* Rename the MergeTask class to Scheduler.Zac Medico2008-06-301-3/+3
* * Tweak conditionals in doebuild() to fix emerge --fetch breakage reportedZac Medico2008-06-301-4/+6
* Centralize select.poll() event handling in MergeTask._schedule(). This willZac Medico2008-06-291-39/+47
* 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-292-29/+211
* In EbuildBuild.execute(), call doebuild() separately for each phase sinceZac Medico2008-06-292-10/+15
* 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
* Handle invalid atoms inside depgraph._add_pkg_deps(), to avoid anZac Medico2008-06-291-0/+7
* Move clean code, from the previous commit, from doebuild() toZac Medico2008-06-292-14/+11
* Instead of calling the ebuild "clean" phase in MergeTask.merge(),Zac Medico2008-06-292-9/+18
* Split out an EbuildBuildDir class to handle locking of the build dir.Zac Medico2008-06-291-34/+76
* Handle re.error exceptions raised from re.compile() when ACCEPT_CHOSTSZac Medico2008-06-281-3/+14
* Make EbuildBinpkg delegate everything up to src_install() toZac Medico2008-06-281-2/+17
* * Remove unused EbuildBuild.pretend attribute.Zac Medico2008-06-281-7/+7
* Use the EbuildMerge class instead of portage.merge().Zac Medico2008-06-281-8/+5
* Split out a PackageUninstall class.Zac Medico2008-06-281-6/+24
* * Split out an EbuildBinpkg class.Zac Medico2008-06-281-16/+44
* Split out an EbuildBuild class.Zac Medico2008-06-281-4/+28
* Fix typo.Zac Medico2008-06-281-1/+2
* Split out an EbuildMerge class.Zac Medico2008-06-281-8/+30
* * Split out a BinpkgMerge class.Zac Medico2008-06-281-7/+26
* Split out a BinpkgFetcher class.Zac Medico2008-06-281-40/+75
* Split out an EbuildFetcher class.Zac Medico2008-06-281-14/+27
* Split the MergeTask._merge() method into 3 smaller methods. The newZac Medico2008-06-281-23/+63
* Bug #226307 - Copy come code from depgraph._iter_atoms_for_pkg() thatZac Medico2008-06-281-3/+47
* Fix depgraph.break_refs() to work with DependencyArg instances (or anythingZac Medico2008-06-271-13/+11
* Remove the MergeTask._blocker_db attribute since it can just be aZac Medico2008-06-271-5/+4
* Break references from Package instances in the digraph before passingZac Medico2008-06-271-0/+2
* Pass the digraph into the MergeTask constructor. It's currently unusedZac Medico2008-06-271-5/+5
* Add documentation for the new --keep-going option.Zac Medico2008-06-271-7/+24
* Generate and log eerror messages for any packages that need to be droppedZac Medico2008-06-271-13/+31
* Call clear_caches() after the depgraph is out of scope, in MergeTask.merge().Zac Medico2008-06-271-2/+1
* Bug #12768 - Add a --keep-going option. This uses the same resume_depgraph()Zac Medico2008-06-271-14/+96
* Use bool() to simplify ObjectProxy.__nonzero__().Zac Medico2008-06-271-3/+1
* Split the --skipfirst code into a resume_depgraph() function that willZac Medico2008-06-271-61/+83
* 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
* Add docstring to slot_dict_class().Zac Medico2008-06-251-0/+11
* Fix typo.Zac Medico2008-06-251-1/+1