summaryrefslogtreecommitdiffstats
path: root/ci/kubernetes/fetch-charms.sh
blob: 255f1eb7d275af41b9547fbfdf1f87086fa4d69c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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