summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Change: set version number for release 0.14.1vmdb2-0.14.1Lars Wirzenius2-3/+3
2020-04-05Change: update NEWSLars Wirzenius1-2/+6
2020-04-05Add: script to run ./vmdb2 againt my, Debian's specs filesLars Wirzenius1-0/+25
2020-04-05Change: update NEWSLars Wirzenius1-0/+4
2020-04-05Fix: name of field in key spec, for qemu-debootstrapLars Wirzenius1-2/+2
2020-04-05Fix: drop unnecessary get_required_keys methodsLars Wirzenius3-8/+5
No step runner needs to implement that method, ever. StepRunnerInterface provides it.
2020-03-31Fix: name of shell plugin source fileLars Wirzenius3-0/+2
2020-03-21Change: NEWS for devLars Wirzenius1-0/+4
2020-03-21Change: version number for releasevmdb2-0.14Lars Wirzenius2-3/+3
2020-03-21Change: update NEWS for releaseLars Wirzenius1-2/+14
2020-03-21Change: disable doc checksLars Wirzenius1-0/+2
They fail in CI because command redirection doesn't work there.
2020-03-21Change: only produce PDF if pdflatex is availableLars Wirzenius1-12/+15
2020-03-21Change: disable yarn testsLars Wirzenius1-0/+2
2020-03-21Merge branch 'badkey' into 'master'Lars Wirzenius28-215/+443
Change: make step runners check the values for the step at init See merge request larswirzenius/vmdb2!15
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius28-215/+443
2020-03-21Merge branch 'doc' into 'master'Lars Wirzenius38-338/+560
Fix manual to have steps in alphabetical order Closes #6 See merge request larswirzenius/vmdb2!14
2020-03-21Change: check manual has steps in alphabetical orderLars Wirzenius28-325/+547
2020-03-21Change: don't use literals for step names in docsLars Wirzenius14-19/+19
2020-03-21Merge branch 'check-all' into 'master'Lars Wirzenius1-2/+2
Change: check-all outputs go to cwd, not srcdir See merge request larswirzenius/vmdb2!13
2020-03-21Change: check-all outputs go to cwd, not srcdirLars Wirzenius1-2/+2
2020-03-21Merge branch 'proc' into 'master'Lars Wirzenius2-4/+33
Always mount /proc in chroot Closes #18 See merge request larswirzenius/vmdb2!12
2020-03-21Change: always mount /proc in chrootLars Wirzenius2-4/+33
2020-03-21Merge branch 'debootstrap-step-doc-fix' into 'master'Lars Wirzenius1-1/+1
The "mirror" key is required, fix docs. See merge request larswirzenius/vmdb2!11
2020-03-02The "mirror" key is required, fix docs.Tim Small1-1/+1
2020-02-15Merge branch 'doc' into 'master'Lars Wirzenius1-2/+5
Fix: debootstrap step documentation See merge request larswirzenius/vmdb2!10
2020-02-15Fix: debootstrap step documentationLars Wirzenius1-2/+5
It was copied from the apt step, and the summary was entirely inaccurate.
2020-02-06Add: Subplot version of the yarn testsLars Wirzenius4-0/+245
Subplot is a replacement for yarn, but it's not in Debian yet, so we keep running yarn, and only run Subplot if it's available.
2019-12-26Change: use get_builder_from_target_mount_point in files pluginLars Wirzenius1-3/+3
This way use doesn't need to specify any tags.
2019-12-26Add: Tags.get_builder_from_target_mount_pointLars Wirzenius3-5/+44
2019-12-26Refactor: rename get_mount_point to set_builder_mount_pointLars Wirzenius14-25/+25
2019-12-26Refactor: rename tags mount point to builder mount pointLars Wirzenius3-14/+14
2019-12-26Add: smoke tests for files_pluginvoney3-0/+36
2019-12-26Fix: handle mode/owner/group as integers in files pluginLars Wirzenius1-48/+9
Also, refactor how defaults are handled, for clarity and terseness.
2019-12-26Change: support integer values in spec filesLars Wirzenius2-0/+4
2019-12-26Change: allow user to specify which test images to buildLars Wirzenius1-1/+2
2019-12-25Change: set Ansible var rootfs_tarball to --rootfs-tarball valueLars Wirzenius1-1/+14
This allows the playbook to use the tarball given to vmdb2, rather than hardcoding a value.
2019-12-17Change: README.md with some notes on making changesLars Wirzenius1-0/+13
2019-12-17Refactor: break long lines into shorterLars Wirzenius2-3/+9
2019-12-17Add: Smoke tests for debootstrap keyringDaniel Vonthethoff2-0/+2
2019-12-17Change: Better debootstrap keyring docsDaniel Vonthethoff2-3/+3
2019-12-17Removed additional apt-get updateDaniel Vonthethoff1-1/+0
2019-12-17Added keyring functionality to debootstrapDaniel Vonthethoff4-8/+30
2019-12-16Add: repr of exceptions, as a stop gap to improve error messagesLars Wirzenius1-0/+2
I'm going to need to have a serious think about how errors in vmdb2 are handled and reported, but this should make things a little better in the short term.
2019-12-16Add: fstab step to sample vmdb filesLars Wirzenius5-0/+10
2019-12-16Fix: do not add filesystems that aren't mounted to fstabLars Wirzenius1-14/+15
Some disks have partitions that don't get used as filesystems, and vmdb2 doesn't know the mount point for those. Trying to include them in fstab resulted in a runtime error, which is avoided by this change.
2019-12-16Refactor: reformat to fit within 80 columnsLars Wirzenius1-2/+5
2019-12-15Add: step to create /etc/fstabAntonio Terceiro3-0/+74
2019-12-15Change: mount plugin to record target mount pointAntonio Terceiro1-0/+2
2019-12-15Add: target mount point attribute to tagsAntonio Terceiro3-1/+31
2019-12-15Change: make mkfs record the filesystem typeAntonio Terceiro1-0/+2