From: Narinder Gupta Date: Thu, 9 Jun 2016 15:23:50 +0000 (-0500) Subject: auto input to install charm-tools X-Git-Tag: colorado.1.0~149 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3445cf6b9610aca5ea94e786735ee482151194a3;p=joid.git auto input to install charm-tools Change-Id: If5fcd082e7dc9884d69ed20b716166a5346d8e5a Signed-off-by: Narinder Gupta --- diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index 0a659af0..96f83055 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -4,7 +4,7 @@ distro=$1 mkdir -p $distro function build { - sudo apt-get install charm-tools + sudo apt-get install charm-tools -y (cd $distro/charm-congress; charm build -s $distro -obuild src) mv $distro/charm-congress/build/$distro/congress $distro }