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