From b5dbb3a0d6f159e910cf56bdb869eda8593340fd Mon Sep 17 00:00:00 2001 From: baigk Date: Sat, 12 Sep 2015 10:34:44 +0800 Subject: make rhel7 ppa fail due to the name of comps.xml in template file JIRA: COMPASS-44 Change-Id: I24eaffa5b1d793037ec041d2352c00f7e8ea7b58 Signed-off-by: baigk --- build/templates/RedHat_juno.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') 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 -- cgit 1.2.3-korg