Learn more about these different git repos.
Other Git URLs
1494f20
@@ -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
:thumbsup:
rebased onto 1494f20
Pull-Request has been merged by lsedlar
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