summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Test that chunk artifacts are NOT compressedLars Wirzenius2013-03-131-1/+7
* Turn off rootfs-tarball compressionLars Wirzenius2013-03-131-3/+1
* Do not compress chunk artifacts upon creationLars Wirzenius2013-03-131-1/+1
* Fix deploy to not assume artifacts are compressedLars Wirzenius2013-03-131-2/+1
* Merge remote-tracking branch 'origin/baserock/richardholland/morph-deploy--te...Sam Thursfield2013-03-121-2/+2
|\
| * Fixed 'morph deploy' to obey --tempdirRic Holland2013-03-071-2/+2
| * Merge branch 'baserock/richardholland/fix-virtualbox-deploy' into baserock/ri...Ric Holland2013-03-071-3/+5
| |\
* | \ Merge remote-tracking branch 'origin/baserock/richardholland/environment-logg...Lars Wirzenius2013-03-116-7/+71
|\ \ \
| * | | Change morph to reduce loogign of the environmentRic Holland2013-03-082-2/+20
| * | | Merge branch 'liw/pre-commands' into stagingSam Thursfield2013-03-074-5/+51
| |\ \ \ |/ / / /
| * | | Fix copyright yearsSam Thursfield2013-03-071-1/+1
| * | | Add pre- and post-commands for chunksLars Wirzenius2013-02-194-4/+50
* | | | Merge remote-tracking branch 'origin/baserock/richardholland/fix-virtualbox-d...Lars Wirzenius2013-03-061-3/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix virtualbox deploymentRic Holland2013-03-051-3/+5
* | | | Merge remote-tracking branch 'origin/baserock/richardholland/improve-output-m...Lars Wirzenius2013-03-061-4/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Improve "morph build" progress messages:Ric Holland2013-03-051-4/+6
| |/ /
* | | B&M: Share error message formatting codeRichard Maw2013-03-042-28/+54
* | | Merge branch 'baserock/richardmaw/branch-and-merge-git-config-warnings-v2' of...baserock/genivi/baseline/releases/F-0.1Richard Maw2013-03-012-2/+40
|\ \ \
| * | | B&M: Check git config before some subcommandsRichard Maw2013-03-012-0/+39
| * | | B&M: Commit to build branches with user's emailRichard Maw2013-03-011-2/+1
| |/ /
* | | Fix existence checks to not follow symlinksLars Wirzenius2013-03-011-4/+4
* | | Fix settings['tempdir'] not being setJonathan Maw2013-03-011-0/+5
|/ /
* | Add the ability for chunk morphs to specify devicesJonathan Maw2013-02-283-0/+26
* | Perform *-commands in linux-user-chrootJonathan Maw2013-02-281-2/+17
* | Hardlink files into the staging-areaJonathan Maw2013-02-283-69/+180
* | Merge branch 'richardmaw/artifact-inspection-plugin-rebase-v2' of git://git.b...Richard Maw2013-02-276-58/+469
|\ \
| * | Add version guessing for autotools projectsJannis Pohlmann2013-02-211-1/+139
| * | Add image inspection pluginJannis Pohlmann2013-02-211-0/+156
| * | Add ExtractedTarball class and method to extract/mount an artifactJannis Pohlmann2013-02-213-1/+90
| * | Move MountableImage class into morphlibJannis Pohlmann2013-02-213-57/+85
* | | Avoid infinite looping when walking artifact dep graphLars Wirzenius2013-02-221-3/+3
* | | Allow building strata with 'morph build-morphology' againSam Thursfield2013-02-221-1/+1
|/ /
* | Merge branch 'liw/build-progress2'Sam Thursfield2013-02-212-3/+14
|\ \
| * | Make BuildCommand report current and total build stepsLars Wirzenius2013-02-212-3/+14
* | | Merge branch 'samthursfield/only-build-systems' of git://git.baserock.org/bas...Richard Maw2013-02-211-1/+6
|\ \ \
| * | | buildcommand: Refuse to build chunks or strata out of contextSam Thursfield2013-02-201-1/+6
* | | | Merge branch 'samthursfield/edit-morph' of git://git.baserock.org/baserock/ba...Richard Maw2013-02-211-4/+8
|\ \ \ \
| * | | | Allow forcing output format (useful for edit-morph script)Sam Thursfield2013-02-181-4/+8
* | | | | Merge branch 'samthursfield/morph-update-improvements' of git://git.baserock....Richard Maw2013-02-213-148/+258
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Make writing morphologies back out properly non-destructiveSam Thursfield2013-02-183-154/+252
| * | | Handle morphs that are not dicts (By failing)Sam Thursfield2013-02-182-3/+6
| * | | Detect and abort on empty morphologiesSam Thursfield2013-02-182-0/+9
| * | | Catch only JSON parse exceptions, not ExceptionSam Thursfield2013-02-181-1/+1
| | |/ | |/|
* | | Make rootfs-tarball build only the tarball also on ARMLars Wirzenius2013-02-202-13/+2
| |/ |/|
* | Add clarifying commentSam Thursfield2013-02-191-1/+3
* | Rewrite show-dependencies to work without BuildOrderLars Wirzenius2013-02-191-15/+7
* | Stop computing the old build orderingLars Wirzenius2013-02-194-267/+17
* | Replace builder order graph with just a single artifactLars Wirzenius2013-02-194-36/+54
|/
* Merge branch 'baserock/richardmaw/fix-edit-build-depends'Sam Thursfield2013-02-131-33/+66
|\
| * morph edit: Recursively edit strataRichard Maw2013-02-131-33/+66