summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/BinpkgExtractorAsync.py
Commit message (Collapse)AuthorAgeFilesLines
* In BinpkgExtractorAsync, add -q to bzip2 opts, in order to avoidZac Medico2010-09-041-1/+3
| | | | | "trailing garbage after EOF ignored" warning messages due to xpak trailer.
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-301-2/+1
| | | | | | PORTAGE_BUNZIP2_COMMAND settings in make.conf. This only adds support for binary packages, since that's where pbzip2 can provide the most benefit in common cases.
* Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to theZac Medico2010-08-251-3/+4
| | | | | ebuild environment. SIGPIPE is typically 13, but its better not to assume that.
* Handle SIGPIPE when unpack() extracts tar files through a pipe (bug #309001).Zac Medico2010-08-231-1/+3
| | | | | | | When checking ${PIPESTATUS[@]} for extraction of tar files in unpack(), use a new assert_sigpipe_ok() function which behaves the same as the existing assert() function except that it tolerates pipe writers being killed by SIGPIPE.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Revert tar error handling changes from bug #309001 since we can't necessarilyZac Medico2010-03-141-1/+7
| | | | | | trust tar exist status alone (reverts r15820 and r15821). svn path=/main/trunk/; revision=15827
* Trust tar exit status and ignore bzip2 exit status as in bug #309001.Zac Medico2010-03-111-7/+1
| | | | svn path=/main/trunk/; revision=15821
* Use os.environ instead of the config.environ(). This solves binpkg extractionZac Medico2010-02-121-9/+4
| | | | | | | issues with catalyst stage1 due to PATH being unset and bzip2/tar binaries not being found by bash. svn path=/main/trunk/; revision=15344
* Logg errors that occur during binpkg extraction.Zac Medico2010-02-121-1/+7
| | | | svn path=/main/trunk/; revision=15343
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+23
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663