summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildFetcher.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-10/+1
* Revert back to using portdbapi.getFetchMap() since the Package classZac Medico2010-08-161-5/+6
* Use _parse_uri_map() so that we can use cached metadata instead ofZac Medico2010-08-161-6/+5
* Fix SubProcess instances to call _set_returncode() when appropriate,Zac Medico2010-08-151-3/+3
* Evaluate SRC_URI and return early if there's nothing to fetch.Zac Medico2010-08-151-26/+52
* Fix broken reference to self._settings (from previous commit).Zac Medico2010-07-161-1/+0
* Bug #327883 - Make EbuildBuild call the pre-clean phase prior toZac Medico2010-07-161-47/+30
* Cleanup $T earlier to prevent old messages from being displayed - bug 279041Sebastian Luther2010-04-061-1/+3
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move _pty module to portage.util._pty.Zac Medico2010-03-021-1/+1
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-1/+2
* Use Package.use.enabled where appropriate.Zac Medico2010-02-021-1/+1
* Use stat rather than lstat since portage.fetch() creates symlinks whenZac Medico2010-02-021-1/+3
* Make sure the fetcher process correctly inherits PORTAGE_CONFIGROOT.Zac Medico2010-02-011-0/+1
* Optimize parallel-fetch for the case where all files are already fetched andZac Medico2010-02-011-0/+52
* Deallocate config instance when necessary, to avoid memory leak when inZac Medico2010-02-011-0/+3
* Force consistent color output, in case we are capturing fetchZac Medico2009-10-091-0/+5
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-0/+2
* Use _encodings where appropriate.Zac Medico2009-08-191-2/+5
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+3
* Open file in text mode (unicode) where appropriate.Zac Medico2009-08-051-1/+3
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+109