From 3445cf6b9610aca5ea94e786735ee482151194a3 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 9 Jun 2016 10:23:50 -0500 Subject: auto input to install charm-tools Change-Id: If5fcd082e7dc9884d69ed20b716166a5346d8e5a Signed-off-by: Narinder Gupta --- ci/nosdn/fetch-charms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/nosdn') 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 } -- cgit 1.2.3-korg