Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a909a1d
)
auto input to install charm-tools
31/15331/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Thu, 9 Jun 2016 15:23:50 +0000
(10:23 -0500)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Thu, 9 Jun 2016 15:24:57 +0000
(10:24 -0500)
Change-Id: If5fcd082e7dc9884d69ed20b716166a5346d8e5a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/nosdn/fetch-charms.sh
patch
|
blob
|
history
diff --git
a/ci/nosdn/fetch-charms.sh
b/ci/nosdn/fetch-charms.sh
index
0a659af
..
96f8305
100755
(executable)
--- 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
}