OPNFV KVM4NFV CICD: Scripts for creating Rpms & Debians for Kernel, Qemu 01/16001/16
authorSwati <swatix.sharma@intel.com>
Mon, 27 Jun 2016 12:23:53 +0000 (17:53 +0530)
committerswatisharma <swatix.sharma@intel.com>
Thu, 11 Aug 2016 10:17:22 +0000 (15:47 +0530)
commit7552c26370d38ef5dd182682a0d3bf096661fe0e
tree4b989be4c6250a1b3768b99c62004d465bc9d798
parent6ec128a4e6a1819881f8db6659d4024aac35ce38
OPNFV KVM4NFV CICD: Scripts for creating Rpms & Debians for Kernel, Qemu

This patch contains the files for generating rpms & debians for both kernel
& qemu changes, as part of kvmfornfv project development. The scripts will be
triggered to build kernel-rpm & qemu-rpm packages inside centos docker, and
kernel-debian & qemu-debian packages inside ubuntu docker, as part of the
CICD process.
After the new builds are ready, they will be deployed on the pharos testbed
for verification. Later, these will be consumed/triggered by verify/daily
Releng JJBs.

Reference: https://wiki.opnfv.org/display/kvm/KVM4NFV+CICD+Jobs

Change-Id: Ie8e8108566790a6c8db2fef1c9b5799a41732b44

Signed-off-by: Swati Sharma <swatix.sharma@intel.com>
18 files changed:
ci/README [new file with mode: 0644]
ci/build.sh
ci/build_deb/Dockerfile [new file with mode: 0644]
ci/build_deb/build_debs.sh [new file with mode: 0755]
ci/build_deb/build_debs_docker.sh [new file with mode: 0755]
ci/build_deb/kernel_deb_build.sh [new file with mode: 0755]
ci/build_deb/mkcontrol.sh [moved from ci/build_qemu_rpm_deb/mkcontrol.sh with 100% similarity]
ci/build_deb/qemu_deb_build.sh [new file with mode: 0755]
ci/build_qemu_rpm_deb/qemu_build.sh [deleted file]
ci/build_qemu_rpm_deb/qemu_deb_build.sh [deleted file]
ci/build_qemu_rpm_deb/qemu_rpm_build.sh [deleted file]
ci/build_rpm/Dockerfile [new file with mode: 0644]
ci/build_rpm/build_rpms.sh [new file with mode: 0755]
ci/build_rpm/build_rpms_docker.sh [new file with mode: 0755]
ci/build_rpm/kernel_rpm_build.sh [new file with mode: 0755]
ci/build_rpm/mkspec [moved from ci/build_qemu_rpm_deb/mkspec with 93% similarity]
ci/build_rpm/mkversion [moved from ci/build_qemu_rpm_deb/mkversion with 84% similarity]
ci/build_rpm/qemu_rpm_build.sh [new file with mode: 0755]