summaryrefslogtreecommitdiffstats
path: root/ci/kubernetes/fetch-charm.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-01-26 01:03:16 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-01-26 01:03:16 -0600
commit1a5e2da468563a585aac891d6bf8f222371601a7 (patch)
tree1c16d54059f33d9a62c1e661bf808cd213580f7c /ci/kubernetes/fetch-charm.sh
parenteab8a2b3bb2d8e6f992e4c288fed4275a675f082 (diff)
rename as per requirements.
Change-Id: I57cc1a74ba76b437fc2c0f24c64c932c0ffc95c8 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/kubernetes/fetch-charm.sh')
-rw-r--r--ci/kubernetes/fetch-charm.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/ci/kubernetes/fetch-charm.sh b/ci/kubernetes/fetch-charm.sh
deleted file mode 100644
index 255f1eb7..00000000
--- a/ci/kubernetes/fetch-charm.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-