Remove pkg_nofetch code from the fetch() function since it's currently broken (doebui...
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Sep 2010 01:39:42 +0000 (18:39 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 11 Sep 2010 01:46:23 +0000 (18:46 -0700)
commit722000c545d7c23764382685d70819e42c11ead8
tree2d5c1ce34929ccbfac1091949cc6c8b22477e268
parent7aac6b6be6092ceb7f778534efd95c7f6a35a55c
Remove pkg_nofetch code from the fetch() function since it's currently broken (doebuild_environment raises TypeError due to missing mydbapi parameter) and this is a poor place to spawn pkg_nofetch anyway, especially given that the caller does not even pass in a portdbapi instance. For now, relocate the pkg_nofetch execution to EbuildBuild so that it works for emerge. TODO: Add pkg_nofetch support to fetch() callers where appropriate.
pym/_emerge/EbuildBuild.py
pym/portage/package/ebuild/fetch.py