File applydiff of Package kiwi-templates-SLES12-JeOS

#!/bin/bash
# run this to apply the diff for each flavor in case you changed the
# template
flavors=("kvm-and-xen" "MS-HyperV" "OpenStack-Cloud" "VMware" "XEN")

for f in "${flavors[@]}"; do
	patch -p0 -i SLES12-SP3-JeOS-for-$f.diff -o SLES12-SP3-JeOS-for-$f.kiwi
done

openSUSE Build Service is sponsored by