diff options
author | baigk <baiguoku@huawei.com> | 2015-09-12 10:34:44 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-09-12 10:34:44 +0800 |
commit | b5dbb3a0d6f159e910cf56bdb869eda8593340fd (patch) | |
tree | 1d982a1a0f4c676f7c93d880caecf82cb93c3563 | |
parent | 6ec9d66787b01e710de5514f377830a94e32a4d2 (diff) |
make rhel7 ppa fail due to the name of comps.xml in template file
JIRA: COMPASS-44
Change-Id: I24eaffa5b1d793037ec041d2352c00f7e8ea7b58
Signed-off-by: baigk <baiguoku@huawei.com>
-rw-r--r-- | build/templates/RedHat_juno.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |