summaryrefslogtreecommitdiff
path: root/morphlib/stagingarea.py
Commit message (Expand)AuthorAgeFilesLines
...
* bins: move errno from stagingareaRichard Maw2012-05-151-1/+0
* builder: use the same tar extract logic for all artifactsRichard Maw2012-05-141-82/+2
* stagingarea: fix dir detectionRichard Maw2012-04-301-4/+4
* Improve artifact extraction logic when overwriting existing stuff on filesystemLars Wirzenius2012-04-301-3/+49
* stagingarea: when extracting, clobber outputRichard Maw2012-04-271-0/+3
* stagingarea: remove path from chrootRichard Maw2012-04-261-1/+1
* Restructure code so coverage is happyLars Wirzenius2012-04-261-8/+7
* Monkey patch Python's tarfile.TarFile for proper errors, ignoring overwritesLars Wirzenius2012-04-261-0/+31
* Log installed artifacts; do not log shell commandsLars Wirzenius2012-04-251-2/+4
* Fix how we run commands in a chrootLars Wirzenius2012-04-201-1/+2
* Make StagingArea get temporary directory separately from root directoryLars Wirzenius2012-04-181-6/+4
* Make StagingArea create build and install directories, run commandsLars Wirzenius2012-04-181-1/+59
* Add a class to manage the staging area for buildsLars Wirzenius2012-04-121-0/+60