summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ExtractedTarball class and method to extract/mount an artifactJannis Pohlmann2013-02-214-1/+91
* Move MountableImage class into morphlibJannis Pohlmann2013-02-214-57/+86
* Fix ./check on SqueezeSam Thursfield2013-02-211-2/+11
* 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-2140-124/+267
|\ \
| * | buildcommand: Refuse to build chunks or strata out of contextSam Thursfield2013-02-203-1/+37
| * | tests.build: Don't build individual chunks or strataSam Thursfield2013-02-2026-128/+100
| * | Separate out build tests from general Morph testsSam Thursfield2013-02-2034-17/+152
* | | Merge branch 'samthursfield/edit-morph' of git://git.baserock.org/baserock/ba...Richard Maw2013-02-212-4/+213
|\ \ \
| * | | scripts/edit-morph: Add to-yaml and to-json commandsSam Thursfield2013-02-181-0/+42
| * | | Allow forcing output format (useful for edit-morph script)Sam Thursfield2013-02-181-4/+8
| * | | Add scripts/edit-morph.pySam Thursfield2013-02-181-0/+163
* | | | 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
* | | | Merge branch 'liw/debug-jjardon-assert-fail'Sam Thursfield2013-02-202-13/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Make rootfs-tarball build only the tarball also on ARMLars Wirzenius2013-02-202-13/+2
|/ /
* | Merge branch 'liw/build-ordering'Sam Thursfield2013-02-199-407/+134
|\ \ | |/ |/|
| * Add clarifying commentSam Thursfield2013-02-191-1/+3
| * Rewrite show-dependencies to work without BuildOrderLars Wirzenius2013-02-192-109/+66
| * 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-136-36/+117
|\
| * Amend tests to trigger failure to recursively update strataRichard Maw2013-02-135-3/+51
| * morph edit: Recursively edit strataRichard Maw2013-02-131-33/+66
* | Merge branch 'liw/disable-test-on-squeeze'Lars Wirzenius2013-02-121-2/+9
|\ \
| * | Disable deployment test on Python 2.6Lars Wirzenius2013-02-121-2/+9
|/ /
* | Merge branch 'liw/deployment-fixes'Lars Wirzenius2013-02-122-2/+3
|\ \
| * | Improve message phrasingLars Wirzenius2013-02-121-2/+2
| * | Add missing "import sys" to fix error messagesLars Wirzenius2013-02-121-0/+1
|/ /
* | Merge branch 'liw/deployment-refactor' of git://git.baserock.org/baserock/bas...Richard Maw2013-02-1216-2/+995
|\ \
| * | Add missing argument to create_local_system methodLars Wirzenius2013-02-071-1/+1
| * | Refactor: Add WriteExtension.create_local_system methodLars Wirzenius2013-02-074-69/+52
| * | Remove debugging outputLars Wirzenius2013-02-073-29/+0
| * | Do away with unnecessary fstab entries for proc, sysLars Wirzenius2013-02-071-2/+0
| * | Let mount choose loop deviceLars Wirzenius2013-02-071-2/+1
| * | Create hole in-process without executing dd(1)Lars Wirzenius2013-02-071-7/+4
| * | Comment logic in _run_extensionLars Wirzenius2013-02-071-0/+3
| * | Make configuration-extensions have a default valueLars Wirzenius2013-02-072-12/+11
| * | Fix docstring and error messageLars Wirzenius2013-02-071-3/+3
| * | Describe how we re-use code from branch+merge pluginLars Wirzenius2013-02-071-0/+6
| * | Set PYTHONPATH during testsLars Wirzenius2013-02-061-0/+6
| * | Fix setup.py to also install deployment extensionsLars Wirzenius2013-02-061-0/+1
| * | Add cmdtest for "morph deploy" and rawdisk.writeLars Wirzenius2013-02-065-5/+278
| * | Add a write extension for kvm+libvirtLars Wirzenius2013-02-061-0/+140
| * | Add a write extension for VirtualBoxLars Wirzenius2013-02-061-0/+158
| * | Add a write extension for raw disk imagesLars Wirzenius2013-02-061-0/+70