summaryrefslogtreecommitdiff
path: root/vmdb
AgeCommit message (Expand)AuthorFilesLines
2017-06-03Prepare to release version 0.4vmdb2-0.4Lars Wirzenius1-2/+2
2017-05-29Enable serial console for grub installsLars Wirzenius1-0/+21
2017-05-21Bump version number post-release to 0.3+gitLars Wirzenius1-2/+2
2017-05-21Prepare to release version 0.3vmdb2-0.3Lars Wirzenius1-2/+2
2017-05-21Refactor: Use vmdb.runcmd instead of cliapp.runcmdLars Wirzenius1-2/+2
2017-05-21Refactor: Make UEFI and BIOS flavor use common codeLars Wirzenius1-42/+16
2017-05-21Add: BIOS installing flavor for GRUB pluginLars Wirzenius1-6/+59
2017-05-21Fix: make --verbose output to stdoutLars Wirzenius4-29/+14
2017-05-21Make progress reporting prettier, and not be errors anymoreLars Wirzenius12-25/+26
2017-05-21Force locale to C when running commandsLars Wirzenius1-0/+4
2017-05-14Bump version number post-release to 0.2+gitLars Wirzenius1-2/+2
2017-05-14Prepare to release version 0.2vmdb2-0.2Lars Wirzenius1-2/+2
2017-05-14Add a rootfs caching pluginLars Wirzenius4-0/+94
2017-05-13Bump version number post-release to 0.1+gitLars Wirzenius1-2/+2
2017-05-13Prepare to release version 0.1vmdb2-0.1Lars Wirzenius1-2/+2
2017-05-13Add grub UEFI pluginLars Wirzenius2-2/+212
2017-05-13Fix typo in progress message in main programLars Wirzenius1-1/+1
2017-04-02Drop kernel plugin now we have aptLars Wirzenius1-49/+0
2017-04-02Add an apt step runnerLars Wirzenius1-0/+48
2017-04-01Produce progress report even without ttyLars Wirzenius1-1/+3
2017-04-01Remove echo commands added for deguggingLars Wirzenius2-2/+2
2017-04-01Improve progress reportingLars Wirzenius12-38/+72
2017-04-01Add vmdb.runcmd function, make everything use thatLars Wirzenius9-14/+60
2017-03-29Add shell stepLars Wirzenius1-1/+22
2017-03-29Check early that we have runners for all stepsLars Wirzenius1-0/+4
2017-03-29Rename step_spec to just step, for clarityLars Wirzenius9-46/+45
2017-03-29Run all teardowns even if one failsLars Wirzenius1-16/+20
2017-03-28Add a chroot pluginLars Wirzenius1-0/+49
2017-03-28Change tag names for deboostrap pluginLars Wirzenius1-2/+2
2017-03-28Use partition and filesystem tagsLars Wirzenius1-11/+14
2017-03-28Use partition tags for mkfs instead of devicesLars Wirzenius1-2/+3
2017-03-28Create loopback partitions with kpartx, keep in StateLars Wirzenius1-1/+22
2017-03-28Log traceback on errorsLars Wirzenius1-1/+1
2017-03-28Add plugin for partitioningLars Wirzenius1-0/+63
2017-03-26Make State.as_dict return everything not initially thereLars Wirzenius1-1/+5
2017-03-25Add kernel pluginLars Wirzenius1-0/+49
2017-03-25Add debootstrap pluginLars Wirzenius1-0/+48
2017-03-25Make State attributes available to Jinja2Lars Wirzenius2-8/+14
2017-03-25Add mount pluginLars Wirzenius1-0/+64
2017-03-25Add mkfs stepLars Wirzenius1-0/+44
2017-03-25Add mkimg stepLars Wirzenius1-0/+49
2017-03-25Log what steps, teardowns are runLars Wirzenius1-0/+2
2017-03-25Add placeholder class for "state" of image buildingLars Wirzenius3-2/+23
2017-03-25Add a state parameter to the right placesLars Wirzenius4-13/+15
2017-03-10Add Jinja2 templating to values in spec filesLars Wirzenius4-11/+38
2017-03-09Make error have teardown instead of error_cleanupLars Wirzenius2-6/+7
2017-03-09Add missing copyright blurbsLars Wirzenius2-0/+36
2017-03-09Handle exceptions from steps being runLars Wirzenius4-8/+21
2017-03-08Refactor: Move progress reporting of spec loadingLars Wirzenius1-4/+3
2017-03-08Refactor: Move running teardowns into its own methodLars Wirzenius1-6/+8