summaryrefslogtreecommitdiff
path: root/vmdb
AgeCommit message (Expand)AuthorFilesLines
2020-04-05Change: set version number for release 0.14.1vmdb2-0.14.1Lars Wirzenius1-2/+2
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
2020-03-31Fix: name of shell plugin source fileLars Wirzenius1-0/+0
2020-03-21Change: version number for releasevmdb2-0.14Lars Wirzenius1-2/+2
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius28-215/+443
2020-03-21Change: check manual has steps in alphabetical orderLars Wirzenius26-315/+502
2020-03-21Change: don't use literals for step names in docsLars Wirzenius14-19/+19
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
2020-03-02The "mirror" key is required, fix docs.Tim Small1-1/+1
2020-02-15Fix: debootstrap step documentationLars Wirzenius1-2/+5
2019-12-26Change: use get_builder_from_target_mount_point in files pluginLars Wirzenius1-3/+3
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-26Fix: handle mode/owner/group as integers in files pluginLars Wirzenius1-48/+9
2019-12-26Change: support integer values in spec filesLars Wirzenius2-0/+4
2019-12-25Change: set Ansible var rootfs_tarball to --rootfs-tarball valueLars Wirzenius1-1/+14
2019-12-17Refactor: break long lines into shorterLars Wirzenius2-3/+9
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
2019-12-16Fix: do not add filesystems that aren't mounted to fstabLars Wirzenius1-14/+15
2019-12-16Refactor: reformat to fit within 80 columnsLars Wirzenius1-2/+5
2019-12-15Add: step to create /etc/fstabAntonio Terceiro2-0/+73
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
2019-12-15Add: a fstype attribute for tagsAntonio Terceiro3-1/+31
2019-12-15Change: fix typos in tags_testsAntonio Terceiro1-1/+1
2019-12-15Change: remove misplaced commentAntonio Terceiro1-6/+0
2019-12-15Change: add copy-file stepLars Wirzenius3-1/+81
2019-12-15Change: chroot/shell/luks steps: run sh with -eLars Wirzenius2-3/+3
2019-12-15Change: clarify in --help that --image is for existing files/devicesLars Wirzenius1-1/+1
2019-12-15Change: use buster instead of stretch in all examplesLars Wirzenius2-2/+2
2019-12-08Change: if there's an error, always write to stderrLars Wirzenius1-2/+1
2019-12-07Add: IsEmptyString error classLars Wirzenius3-0/+13
2019-12-07Add: vmdb.NotString error classLars Wirzenius4-17/+29
2019-12-07Fix: exclude method not used in unit tests from test coverageLars Wirzenius1-1/+1
2019-12-07Change: improve logging of mkfs step parameter mistakesLars Wirzenius3-1/+23
2019-11-02Some more typos and clarifications in the documentationGunnar Wolf2-3/+3
2019-10-18Added a create_file pluginGunnar Wolf2-0/+124
2019-02-13Change: add pylint3 back to check, fix issues it findsLars Wirzenius7-10/+6
2019-02-13Change: always run apt-get update, even when using cached tarballLars Wirzenius1-0/+5
2019-02-13Fix: handle missing 'cached' tag (assume set to False)Lars Wirzenius1-1/+1
2019-01-02Change: cache all explicitly mounted filesystems, not just /Lars Wirzenius2-2/+26
2019-01-01Add: mark mount points as (not) cached in tags tableLars Wirzenius2-1/+18
2019-01-01Fix: name of unit test to be clearerLars Wirzenius1-1/+1