Initial checkin to OBS
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/csi-provisioner-image?expand=0&rev=1
This commit is contained in:
12
pre-checkin.sh
Normal file
12
pre-checkin.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Generate the kiwi file for the given target.
|
||||
|
||||
image="csi-provisioner-image"
|
||||
target=${1:-tumbleweed}
|
||||
if [ ! -e ${target}.xml ]; then
|
||||
echo "Unknown target: ${target}.xml must exist!"
|
||||
exit 1
|
||||
fi
|
||||
xsltproc "${image}.xsl" "${target}.xml" > "${image}.kiwi"
|
||||
|
Reference in New Issue
Block a user