summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/BinpkgExtractorAsync.py
Commit message (Collapse)AuthorAgeFilesLines
* Use os.environ instead of the config.environ(). This solves binpkg extractionZac Medico2010-03-021-9/+4
| | | | | | | issues with catalyst stage1 due to PATH being unset and bzip2/tar binaries not being found by bash. (trunk r15344) svn path=/main/branches/2.1.7/; revision=15571
* Logg errors that occur during binpkg extraction. (trunk r15343)Zac Medico2010-03-021-1/+7
| | | | svn path=/main/branches/2.1.7/; revision=15570
* 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