summaryrefslogtreecommitdiff
path: root/vmdb/plugins/rootfs_cache_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2020-03-21Change: check manual has steps in alphabetical orderLars Wirzenius1-98/+0
2019-12-26Refactor: rename get_mount_point to set_builder_mount_pointLars Wirzenius1-4/+4
2019-02-13Change: add pylint3 back to check, fix issues it findsLars Wirzenius1-1/+1
2019-01-02Change: cache all explicitly mounted filesystems, not just /Lars Wirzenius1-1/+25
2018-08-29Fix: copy /etc/resolv.conf into the chroot when unpacking rootfsLars Wirzenius1-0/+5
2018-08-19Fix: bugs, plus put back compatibiliy with old tag field namesLars Wirzenius1-1/+1
2018-08-19Drop: pointless progress reportingLars Wirzenius1-4/+0
2018-08-18Change: systematize how tags are usedLars Wirzenius1-2/+2
2018-03-11rootfs_cache_plugin: expose tar options as 'options'chzchzchz1-2/+2
2017-10-07Add: check tarball is set in the rootfs cache pluginLars Wirzenius1-0/+4
2017-06-18Fix: tar up only the one filesystem, not virtualsLars Wirzenius1-1/+2
2017-06-18Add: Run pylint in check; fix problems it findsLars Wirzenius1-4/+2
2017-05-21Refactor: Use vmdb.runcmd instead of cliapp.runcmdLars Wirzenius1-2/+2
2017-05-14Add a rootfs caching pluginLars Wirzenius1-0/+70