aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-01-311-0/+6
* EbuildFetcher: bail out if missing digestZac Medico2010-12-281-1/+2
* EbuildFetcher: pass digests to fetch()Zac Medico2010-12-281-4/+8
* EbuildFetcher: suppress finally blocks after forkZac Medico2010-11-131-4/+13
* Copy term size to pty only if foreground.Zac Medico2010-10-231-1/+3
* EbuildFetcher: fix fetch to use manifestZac Medico2010-10-221-0/+2
* EbuildFetcher: close uneeded fds in subprocessZac Medico2010-10-221-10/+1
* EbuildFetcher: Use fork for better performance.Zac Medico2010-10-211-33/+43
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-1/+1
* Combine prefetch conditionals in EbuildFetcher.Zac Medico2010-09-091-2/+1
* Make EbuildFetcher always disable color in prefetch mode, sinceZac Medico2010-09-091-0/+6
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+0
* 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