#1736 image_build: Accept Kiwi extension for Azure VHD images
Merged 10 months ago by lsedlar. Opened 10 months ago by jcline.
jcline/pungi kiwi-azure-format  into  master

file modified
+1 -1
@@ -39,7 +39,7 @@ 

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

      "vdi": ["vdi"],

      "vmdk": ["vmdk"],

-     "vpc": ["vhd"],

+     "vpc": ["vhd", "vhdfixed"],

      "vhd-compressed": ["vhd.gz", "vhd.xz"],

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

  }

Kiwi builds for Azure fixed VHD images are suffixed with "vhdfixed"
instead of plain "vhd". Add that to the list of suffixes.

Much like https://pagure.io/pungi/pull-request/1735

rebased onto 1494f20

10 months ago

Pull-Request has been merged by lsedlar

10 months ago
Metadata