summaryrefslogtreecommitdiff
path: root/morphlib/stagingarea.py
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-3/+2
* Merge branch 'baserock/richardmaw/bugfix/stagingarea-mounts-inside-destdir-v2'Sam Thursfield2014-12-191-3/+10
|\
| * Don't mount /dev/shm in bootstrap mode.Sam Thursfield2014-12-191-3/+4
| * stagingarea: Mount things inside dirnamebaserock/richardmaw/bugfix/stagingarea-mounts-inside-destdir-v2Richard Maw2014-12-121-1/+6
* | Give a useful path to failed staging areasSam Thursfield2014-12-091-4/+7
* | Give less scary error messages when a containerised command failsSam Thursfield2014-12-091-15/+26
|/
* stagingarea: Remove vestigial pre-command mounting logicRichard Maw2014-10-301-22/+2
* Make build commands use containerised_cmdlineRichard Maw2014-10-301-31/+14
* stagingarea: Mount proc and ccache inside the namespaceRichard Maw2014-10-241-9/+15
* Create multiple sources per stratum morphologyRichard Maw2014-09-191-2/+2
* StagingArea: Ensure staging are paths are bytestringsbaserock/richardmaw/bugfix/distbuild-eglibcRichard Maw2014-07-251-2/+2
* Add logfile kwarg to staging area runcmdRichard Ipsum2014-05-141-1/+8
* Use morphlib.fsutils.mount when possiblePedro Alvarez2014-03-181-1/+1
* Reduce spam from setting up staging areaLars Wirzenius2014-03-101-1/+4
* Tidy up debug output of morph buildDaniel Firth2013-10-281-4/+1
* Added chunkname prefix to some elements of the debug log.Dan Firth2013-10-111-3/+3
* Remove redundant dict.getRichard Maw2013-08-231-1/+0
* Merge branch 'baserock/richardmaw/S8563/bootstrap-rootfs-protection'Richard Maw2013-08-231-31/+36
|\
| * Make the tempdir writable in bootstrap mode.Richard Maw2013-08-161-3/+7
| * stagingarea: use linux-user-chroot in bootstrapsRichard Maw2013-08-151-28/+30
| * stagingarea: use invert_paths to bind-mount roRichard Maw2013-08-151-10/+10
* | Disable network during buildsJonathan Maw2013-08-131-0/+1
|/
* stagingarea: move to failed on construction failRichard Maw2013-08-061-0/+14
* stagingarea: Construct hardlink cache atomicallyRichard Maw2013-08-061-6/+14
* Change the structure of the temporary directory used by morphTiago Gomes2013-06-051-3/+3
* Added exception to give smaller error messageRic Holland2013-03-201-1/+7
* Fix long lineSam Thursfield2013-03-151-1/+2
* Only bind mount necessary directories in chrootSam Thursfield2013-03-131-7/+5
* Add 'prefix' property for chunks within strataSam Thursfield2013-03-131-2/+2
* Add 'build-mode' field for chunks in a stratumSam Thursfield2013-03-131-2/+4
* Refactor build processSam Thursfield2013-03-131-16/+36
* Remove support for bootstrap mode in staging areaSam Thursfield2013-03-131-12/+8
* Fix existence checks to not follow symlinksLars Wirzenius2013-03-011-4/+4
* Perform *-commands in linux-user-chrootJonathan Maw2013-02-281-2/+17
* Hardlink files into the staging-areaJonathan Maw2013-02-281-2/+151
* 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