summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/BinpkgExtractorAsync.py
Commit message (Collapse)AuthorAgeFilesLines
* 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