summaryrefslogtreecommitdiffstats
path: root/ci/kubernetes/fetch-charms.sh
blob: e348af75462b2adba185e82c6eb2aa3ddd64e1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash -ex

distro=$1
mkdir -p $distro

function build {
    sudo apt-get install charm-tools -y
    (cd $distro/charm-$1; charm build -s $distro  -obuild src)
    mv $distro/charm-$1/build/$distro/$1 $distro
}

# openstack
bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp