OPNFV KVM4NFV CICD: Scripts for creating Rpms & Debians for Kernel, Qemu
[kvmfornfv.git] / ci / build_deb / mkcontrol.sh
diff --git a/ci/build_deb/mkcontrol.sh b/ci/build_deb/mkcontrol.sh
new file mode 100755 (executable)
index 0000000..7eb504a
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+echo "Package: qemu"
+echo "Version: $1"
+echo "Section: base"
+echo "Priority: optional"
+echo "Architecture: all"
+echo "Maintainer: Intel"
+echo "Description: control file for qemu debian build on centos"