From: baigk Date: Sat, 12 Sep 2015 02:34:44 +0000 (+0800) Subject: make rhel7 ppa fail due to the name of comps.xml in template file X-Git-Tag: brahmaputra.1.0~235^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b5dbb3a0d6f159e910cf56bdb869eda8593340fd;p=compass4nfv.git make rhel7 ppa fail due to the name of comps.xml in template file JIRA: COMPASS-44 Change-Id: I24eaffa5b1d793037ec041d2352c00f7e8ea7b58 Signed-off-by: baigk --- diff --git a/build/templates/RedHat_juno.tmpl b/build/templates/RedHat_juno.tmpl index 8efd23b8..a2f0fd08 100644 --- a/build/templates/RedHat_juno.tmpl +++ b/build/templates/RedHat_juno.tmpl @@ -48,6 +48,6 @@ find /var/cache/yum/ -name *.rpm | xargs -i cp {} /centos7-juno-ppa/Packages/ rm /centos7-juno-ppa/Packages/selinux-policy* -f rm /centos7-juno-ppa/Packages/systemd* -f -cp /centos7-comps.xml /centos7-juno-ppa/ -createrepo -g centos7-comps.xml /centos7-juno-ppa +cp /comps.xml /centos7-juno-ppa/ +createrepo -g comps.xml /centos7-juno-ppa tar -zcvf /centos7-juno-ppa.tar.gz /centos7-juno-ppa