summaryrefslogtreecommitdiff
path: root/vmdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-27Change: allow old fields for apt, mkpart stepsLars Wirzenius2-3/+3
2018-12-26Drop: forced running of 'apt-get update' in grub stepLars Wirzenius1-6/+0
2018-12-26Add: allow steps to run someting even if they're skippedLars Wirzenius3-2/+20
2018-12-26Fix: run 'apt-get update' before installing grubLars Wirzenius1-0/+6
2018-09-03TEMP: disable grub unmounting at endLars Wirzenius1-1/+1
2018-09-03Fix: name of exceptionLars Wirzenius1-1/+1
2018-09-02Fix: force harderLars Wirzenius1-1/+1
2018-09-02Change: pvcreate --forceLars Wirzenius1-1/+1
2018-09-02Fix: add missing variableLars Wirzenius1-0/+1
2018-09-02Change: close VG in teardownLars Wirzenius1-7/+1
2018-09-02Change: don't vgremove and pvremove when cleaning upLars Wirzenius2-5/+12
2018-08-31Add support for f2fs labelsChristian Schlüter1-0/+2
2018-08-30Add: some documentationLars Wirzenius13-0/+403
2018-08-29Add: lvm2, luks pluginsLars Wirzenius3-0/+173
2018-08-29Fix: copy /etc/resolv.conf into the chroot when unpacking rootfsLars Wirzenius1-0/+5
2018-08-19Fix: call to progressLars Wirzenius1-1/+1
2018-08-19Fix: bugs, plus put back compatibiliy with old tag field namesLars Wirzenius8-18/+22
2018-08-19Add: kpartx step to avoid running kpartx many timesLars Wirzenius1-18/+24
2018-08-19Fix: use Tags.set_mount_point instead of add_mount_pointLars Wirzenius1-1/+1
2018-08-19Change: Tags has ordered list of tagsLars Wirzenius3-53/+84
2018-08-19Rename: Image to TagsLars Wirzenius3-3/+3
2018-08-19Rename: image.py and Image to tags.py and TagsLars Wirzenius2-0/+0
2018-08-19Drop: pointless progress reportingLars Wirzenius6-13/+0
2018-08-18Change: systematize how tags are usedLars Wirzenius14-75/+57
2018-08-18Add: Image classLars Wirzenius3-0/+156
2018-08-18Change: use vmdb.unmount to unmountLars Wirzenius3-5/+14
2018-08-18Add: vmdb.unmountLars Wirzenius3-0/+156
2018-08-18Change: find actual new partition deviceLars Wirzenius1-1/+28
2018-08-18Change: don't create loop devs (with kpartx) if device is a blockdevLars Wirzenius1-6/+22
2018-08-16Change: allow setting the image dev in the .vmdb fileLars Wirzenius1-1/+3
2018-08-14Fix: typo in error messageLars Wirzenius1-1/+1
2018-07-28Add: depend on qemu-utils (for qemu-img)Lars Wirzenius1-2/+5
2018-07-16Add support for filesystem labelsChristian Schlüter1-1/+9
2018-07-08Add: run "apt-get clean" after apt stepHolger Mueller1-0/+12
2018-07-08Fix: add "apt-get update" also to qemudebootstrapHolger Mueller1-0/+1
2018-06-30Fix: add "apt-get update" to the end of debootstrap actionLars Wirzenius1-0/+1
2018-06-04Merge pull request #38 from bikeos/tar-optionsLars Wirzenius1-2/+2
2018-05-06Bump version number post-release to 0.13.2+gitLars Wirzenius1-2/+2
2018-05-06Prepare to release version 0.13.2Lars Wirzenius1-2/+2
2018-04-30Bump version number post-release to 0.13.1+gitLars Wirzenius1-2/+2
2018-04-30Prepare to release version 0.13.1Lars Wirzenius1-2/+2
2018-04-30Bump version number post-release to 0.13+gitLars Wirzenius1-2/+2
2018-04-30Prepare to release version 0.13Lars Wirzenius1-2/+2
2018-03-11rootfs_cache_plugin: expose tar options as 'options'chzchzchz1-2/+2