summaryrefslogtreecommitdiff
path: root/deploy_a_system.sh
diff options
context:
space:
mode:
authorPatrick Darley <patrick.darley@codethink.co.uk>2015-09-14 13:05:34 +0000
committerPatrick Darley <patrick.darley@codethink.co.uk>2015-09-14 13:05:59 +0000
commitc2d48f1d1767dc6e78c9f1f1b675cb9f53cf074d (patch)
treeceeaa30b5cc27c9b679e0909433ff4db0c9b4dc5 /deploy_a_system.sh
parent68f789efb66b2bf2717d97241701e7051b9e0fea (diff)
downloadbuildslave-scripts-c2d48f1d1767dc6e78c9f1f1b675cb9f53cf074d.tar.gz
Move beginings of archiving to a seperate script
Diffstat (limited to 'deploy_a_system.sh')
-rwxr-xr-xdeploy_a_system.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/deploy_a_system.sh b/deploy_a_system.sh
index 05700ed..5d3eb6c 100755
--- a/deploy_a_system.sh
+++ b/deploy_a_system.sh
@@ -5,7 +5,7 @@
set -ex
cluster_name="$1"
-
+archive=/archive/
definitions_dir=definitions
ybd_dir=/home/patrickdarley/ybd
@@ -23,8 +23,3 @@ sudo modprobe btrfs
cd "$definitions_dir"
sudo "$ybd_dir"/ybd.py clusters/"$cluster_name"
-
-
-# Err, should probably just change he deploy script but that is tlsa's
-# not mine. So will do this for now. Also assumed we wanted
-