diff options
Diffstat (limited to 'ci/opencontrail/fetch-charms.sh')
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index 95dd633f..908f7c11 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -63,11 +63,8 @@ git clone -b stable/16.07 https://github.com/openstack/charm-neutron-api.git $di #charm pull cs:~openstack-charmers-next/lxd xenial/lxd # Controller specific charm -cd /tmp -rm -rf ovno git clone https://git.opnfv.org/ovno.git -cd ovno/charms -tar cf /tmp/charms.tar trusty -cd ~ -tar xf /tmp/charms.tar - +cd ovno/charms/trusty +mv * ../../../$distro/ +cd ../../../ +rm -rf ovno |