summaryrefslogtreecommitdiff
path: root/morphlib/stagingarea.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'liw/hardlink-staging-area-pre-rebase'"Jannis Pohlmann2012-11-301-67/+4
* Change method comments to docstringsLars Wirzenius2012-11-291-3/+6
* Reformat code, plus adapt for non-staging-area buildsLars Wirzenius2012-11-291-15/+20
* Refactor and fix to make it pass (more of) the test suiteLars Wirzenius2012-11-291-8/+12
* Hardlinked chroot done with linux-user-chrootJoe Burmeister2012-11-291-3/+54
* python scripts: pep8ize codebaseRichard Maw2012-08-011-24/+23
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-3/+3
* 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