summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
Commit message (Expand)AuthorAgeFilesLines
* builder.py: Run commands using '-e' flag in 'sh'Pedro Alvarez2016-08-021-1/+1
* Make clear how long a command took to failPedro Alvarez2016-06-031-0/+2
* Add support for definitions version 8Pedro Alvarez2016-03-291-13/+29
* Unify local and remote repo cache modulesSam Thursfield2016-03-161-2/+2
* Get rid of the CachedRepo class (almost)Sam Thursfield2016-03-031-3/+3
* Hide get_repo() and cache_repo() functions, always use get_updated_repo()Sam Thursfield2016-03-031-1/+1
* Fix unused 'bs' var in builderRichard Ipsum2016-02-151-2/+1
* Use app.status() to log ldconfig messagesTiago Gomes2015-09-281-5/+7
* Replace cliapp.shell_quote() with pipes.quote()Tiago Gomes2015-09-281-1/+2
* Remove no-longer-the-case FIXMETiago Gomes2015-09-221-3/+0
* Simplify StagingArea classTiago Gomes2015-09-221-11/+9
* Rework debugging information for failed buildsTiago Gomes2015-09-011-45/+67
* Stop moving staging areas of failed buildsTiago Gomes2015-09-011-2/+0
* Use the shell X-ray modeTiago Gomes2015-08-121-5/+2
* Fix crash if artifact doesn't contain a /baserock directorySam Thursfield2015-08-111-4/+8
* Warn if system-integration commands are defined for an unknown artifactSam Thursfield2015-08-111-0/+7
* Set chunk commands' stdin to /dev/nullRichard Ipsum2015-08-071-7/+9
* Treat True and False as actual commands, rather than booleans.Jim MacArthur2015-06-161-0/+3
* cachekey/builder: Use and cache strip commandsRichard Maw2015-06-121-5/+10
* morphlib/builder.py: Add comment, os-release is now generated as an extensionJavier Jardón2015-04-281-0/+2
* Give more helpful error when stratum artifacts in cache are corruptedSam Thursfield2015-04-141-10/+24
* Use python3 compatible notation for catching exceptionsJavier Jardón2015-03-161-3/+3
* Merge "Use the modern way of the GPL copyright header: URL instead real address"Javier Jardón2015-03-161-2/+1
|\
| * Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* | Use python3 compatible notation for octal constantsJavier Jardón2015-03-131-2/+2
|/
* Remove two unused functionsSam Thursfield2015-02-111-17/+0
* Remove some ununsed importsSam Thursfield2015-02-111-4/+0
* Fix line > 79 characters that was breaking ./checkSam Thursfield2015-01-191-1/+2
* Update CopyrightRichard Ipsum2015-01-191-1/+1
* Correct resolution of error_message_for_containerised_commandline method.Craig Griffiths2015-01-161-1/+1
* Rename builder2 module to builderSam Thursfield2014-12-191-0/+720
* Get rid of the old internal morph APIsLars Wirzenius2012-05-021-699/+0
* Make copy_repository get a repo instead of treeishLars Wirzenius2012-04-121-1/+1
* builder: ensure working directory matches commitRichard Maw2012-04-111-0/+1
* Avoid setting the mtime of broken symlinks.Jannis Pohlmann2012-04-051-1/+3
* Fall back to 'manual' build system if none is specified.Jannis Pohlmann2012-04-021-4/+1
* Automatically deduce type of chunk if one doesn't existLars Wirzenius2012-03-301-1/+2
* Make use of the new build system class in ChunkBuilderLars Wirzenius2012-03-301-36/+2
* Refactor: remove unnecessary methodLars Wirzenius2012-03-271-7/+5
* Add --target-cflags option; set arch/fp in baserock-bootstrap on ARM.Jannis Pohlmann2012-03-261-1/+1
* Fix a few typos and so on.Jannis Pohlmann2012-03-231-1/+1
* fix overly long linesRichard Maw2012-03-231-2/+4
* morphlib: move filesystem stuff out of builderRichard Maw2012-03-231-39/+8
* make get_cache_id not require a blob to be passedRichard Maw2012-03-231-15/+13
* Squashme: Temporary changes to make boot with btrfs work.Jannis Pohlmann2012-03-221-26/+32
* Squashme: Switch to generating images using btrfs.Super user2012-03-221-9/+16
* Build system images using btrfs and factory/factory-run subvolumes.Jannis Pohlmann2012-03-221-16/+31
* Merge remote branch 'origin/master' into rm/morph-pass1Richard Maw2012-03-161-4/+4
|\
| * tar: add -h option to extractionRichard Maw2012-03-161-1/+1
| * SystemBuilder: add newlines to fstabRichard Maw2012-03-161-3/+3