Fix only one rpm copied in to packages during making rhel7 repo 87/1987/1
authorgrakiss <grakiss.wanglei@huawei.com>
Fri, 25 Sep 2015 02:40:38 +0000 (10:40 +0800)
committergrakiss <grakiss.wanglei@huawei.com>
Fri, 25 Sep 2015 02:40:38 +0000 (10:40 +0800)
commit313ab3ddd1fc80ca7c869d65fe7f1b110f02b2f6
tree83db6371d42462971c695e91b770a7bbf4ecfaed
parent47cfbaa9070f5a12272627ff3648e28388f279f5
Fix only one rpm copied in to packages during making rhel7 repo

JIRA: COMPASS-78

- find . -name "*.rpm",here "*.rpm" should be quoted, otherwise it will be automatically expand to
  files matched pattern in current directory at first, then execute the "find" command.so it turns
  to find some specific file other than some wildcard file

Change-Id: Ibb8e868c9a0f820e1c5d7bd659caf347c8660af9
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
build/templates/RedHat_juno.tmpl