diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-09 10:23:50 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-09 10:24:57 -0500 |
commit | 3445cf6b9610aca5ea94e786735ee482151194a3 (patch) | |
tree | b72f0c2a6cc1f26d95672520648354990469c399 /ci/nosdn/fetch-charms.sh | |
parent | a909a1d044996db88a9efb9902f83d618e749f2d (diff) |
auto input to install charm-tools
Change-Id: If5fcd082e7dc9884d69ed20b716166a5346d8e5a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn/fetch-charms.sh')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |