summaryrefslogtreecommitdiff
path: root/vmdb/plugins/debootstrap_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-14debootstrap_plugin: optionally install TLS Certificate Authority certsrtkapiper1-0/+18
2023-05-12fix(debootstrap): set state.arch from arch field only if emptyLars Wirzenius1-1/+1
2023-05-12feat: add more debugging to when state.arch is setLars Wirzenius1-0/+1
2023-04-29fix: put back the "run even if skipped" feature, for debootstrapLars Wirzenius1-0/+7
2022-10-25chore: drop debootstrap plugin's run_even_if_skippedLars Wirzenius1-4/+0
2022-10-17fix(debootstrap plugin): set architecture for later stagesAntonio Terceiro1-4/+6
2022-02-19debootstrap: allow user to say target need not be emptyLars Wirzenius1-1/+3
2022-02-10fix: test suite after debootstrap-target-must-be-empty changeLars Wirzenius1-2/+4
2022-01-16fix: if debootstrap target is exists, it must be an empty dirLars Wirzenius1-1/+6
2021-11-22debootstrap_plugin: add `include` and `install_keyring` keysAndy Piper1-29/+48
2021-11-22debootstrap_plugin: don't always run apt-get updateAndy Piper1-4/+0
2021-07-17fix: strip spaces and newlines from host architectureLars Wirzenius1-1/+5
2021-07-12fix: get config key "arch" for arch instead of "keyring"Lars Wirzenius1-1/+1
2021-06-24Merge qemu-debootstrap into debootstrapAaron Dewes1-2/+23
2020-09-05refactor(plugins): replace cliapp's plugin infra with a custom oneLars Wirzenius1-3/+1
2020-08-20refactor: format all Python modules with blackLars Wirzenius1-25/+26
2020-04-05Fix: drop unnecessary get_required_keys methodsLars Wirzenius1-3/+0
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius1-10/+27
2019-12-26Refactor: rename get_mount_point to set_builder_mount_pointLars Wirzenius1-2/+2
2019-12-17Added keyring functionality to debootstrapDaniel Vonthethoff1-1/+5
2018-12-26Add: allow steps to run someting even if they're skippedLars Wirzenius1-0/+4
2018-08-19Fix: bugs, plus put back compatibiliy with old tag field namesLars Wirzenius1-1/+1
2018-08-19Drop: pointless progress reportingLars Wirzenius1-2/+0
2018-08-18Change: systematize how tags are usedLars Wirzenius1-1/+1
2018-06-30Fix: add "apt-get update" to the end of debootstrap actionLars Wirzenius1-0/+1
2017-09-16Add support for debootstrap variantsStuart Prescott1-1/+2
2017-06-18Add: Run pylint in check; fix problems it findsLars Wirzenius1-4/+1
2017-06-04Fix: actually implement "unless:" in .vmdb filesLars Wirzenius1-3/+0
2017-05-21Make progress reporting prettier, and not be errors anymoreLars Wirzenius1-1/+1
2017-05-14Add a rootfs caching pluginLars Wirzenius1-0/+3
2017-04-01Remove echo commands added for deguggingLars Wirzenius1-1/+1
2017-04-01Improve progress reportingLars Wirzenius1-2/+2
2017-04-01Add vmdb.runcmd function, make everything use thatLars Wirzenius1-1/+1
2017-03-29Rename step_spec to just step, for clarityLars Wirzenius1-4/+4
2017-03-25Add debootstrap pluginLars Wirzenius1-0/+48