summaryrefslogtreecommitdiff
path: root/vmdb/plugins/apt_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Fix logic of the apt plugin's 'recommends' optionAndres Salomon1-1/+1
2021-03-17Add an option to apt allowing users to set --no-install-recommendsGunnar Wolf1-5/+10
2020-09-05fix(apt_plugin): add missing Plugin classLars Wirzenius1-0/+5
2020-09-05refactor(plugins): replace cliapp's plugin infra with a custom oneLars Wirzenius1-7/+0
2020-08-20refactor: format all Python modules with blackLars Wirzenius1-33/+17
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius1-9/+15
2019-12-26Refactor: rename get_mount_point to set_builder_mount_pointLars Wirzenius1-1/+1
2018-12-27Change: allow old fields for apt, mkpart stepsLars Wirzenius1-1/+1
2018-09-02Change: don't vgremove and pvremove when cleaning upLars Wirzenius1-0/+6
2018-08-19Fix: bugs, plus put back compatibiliy with old tag field namesLars Wirzenius1-1/+3
2018-08-18Change: systematize how tags are usedLars Wirzenius1-3/+3
2018-07-08Add: run "apt-get clean" after apt stepHolger Mueller1-0/+12
2017-10-07Fix: call install_packages and give list of packages correctlyLars Wirzenius1-2/+2
2017-10-07Change: apt step now takes list of packagesLars Wirzenius1-5/+9
2017-09-24Add: vmdb.runcmd_chroot functionLars Wirzenius1-2/+2
2017-06-18Add: Run apt under eatmydata, for speedLars Wirzenius1-7/+12
2017-06-16Fix: make apt installs be non-interactiveLars Wirzenius1-1/+7
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-02Add an apt step runnerLars Wirzenius1-0/+48