OPNFV KVM4NFV CICD: Scripts for creating Rpms & Debians for Kernel, Qemu
[kvmfornfv.git] / ci / build_qemu_rpm_deb / mkcontrol.sh
diff --git a/ci/build_qemu_rpm_deb/mkcontrol.sh b/ci/build_qemu_rpm_deb/mkcontrol.sh
deleted file mode 100755 (executable)
index 7eb504a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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"