From a49962da07eeb6b04aa6c09b47ee031ca5a65ee9 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Nov 29 2013 11:56:31 +0000 Subject: import run.sh --- diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..f8e7c03 --- /dev/null +++ b/run.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +function notify_reimzul() { + echo $* | nc nazar.karan.org 531121 +} + +Repo=$2 +RelVer=$1 +for arch in i386 x86_64; do + for Vari in cd dvd ; do + tag=$(cat ${Repo}/${arch}/CentOS_BuildTag) + notify_reimzul "#centos-qa Live ${Vari} Build run Started for ${arch} on Tag: ${tag}" + ./build_c6_live.sh -a ${arch} -p ${Repo}/${arch}/ -m ${Vari} -r RelVer + notify_reimzul "#centos-qa Live ${Vari} Build run Done for ${arch} on Tag: ${tag}" + done +done + +# XXX: add a size test to make sure we are within the limits expected