#1735 image_build: accept Kiwi vagrant image name format
Merged 10 months ago by lsedlar. Opened 10 months ago by adamwill.
adamwill/pungi kiwi-vagrant-format  into  master

file modified
+2 -2
@@ -34,8 +34,8 @@ 

      "rhevm-ova": ["rhevm.ova"],

      "tar-gz": ["tar.gz"],

      "vagrant-hyperv": ["vagrant-hyperv.box"],

-     "vagrant-libvirt": ["vagrant-libvirt.box"],

-     "vagrant-virtualbox": ["vagrant-virtualbox.box"],

+     "vagrant-libvirt": ["vagrant-libvirt.box", "vagrant.libvirt.box"],

+     "vagrant-virtualbox": ["vagrant-virtualbox.box", "vagrant.virtualbox.box"],

      "vagrant-vmware-fusion": ["vagrant-vmware-fusion.box"],

      "vdi": ["vdi"],

      "vmdk": ["vmdk"],

According to Neal, Vagrant images produced by Kiwi end in e.g.
vagrant.libvirt.box and vagrant.virtualbox.box - with a
period between vagrant and the image type, not a dash as with
oz. We should accept this slightly different format so we can
correctly derive the productmd type and format for these.

Signed-off-by: Adam Williamson awilliam@redhat.com

Pull-Request has been merged by lsedlar

10 months ago
Metadata