aboutsummaryrefslogtreecommitdiff
path: root/build_deploy.sh
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-02-19 15:59:32 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-02-19 15:59:32 +0100
commitd6fb69c26c1ed966b41d3d1f09b40638fce3e521 (patch)
tree38b148bae13bab561aa0918da6e3eb84cab3202b /build_deploy.sh
parent679ec20eabb4ee738e100ab9c49b79c77d75d801 (diff)
downloadturris-myrepo-d6fb69c26c1ed966b41d3d1f09b40638fce3e521.tar.gz
turris-myrepo-d6fb69c26c1ed966b41d3d1f09b40638fce3e521.tar.bz2
turris-myrepo-d6fb69c26c1ed966b41d3d1f09b40638fce3e521.zip
Drop files that shouldn't be in master
These files are my personal ones and shouldn't be there when we are releasing this as a tool to public.
Diffstat (limited to 'build_deploy.sh')
-rwxr-xr-xbuild_deploy.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/build_deploy.sh b/build_deploy.sh
deleted file mode 100755
index 80572d0..0000000
--- a/build_deploy.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-cd "$(dirname "$0")"
-
-./build_repo.sh "$@"
-
-deploy() {
- local TARGET="cynerd.cz:/var/www/myrepo"
- ssh cynerd.cz -- mkdir -p "/var/www/myrepo/$1" # Make sure that directory exists
- echo -e "\e[1;34mDeploy $1\e[0m"
- scp repo/$1/* $TARGET/$1/
-
- .$1-sdk/staging_dir/host/bin/usign -S -s key.sec -m $1.lua
- scp $1.lua $TARGET/$1.lua
- scp $1.lua.sig $TARGET/$1.lua.sig
- rm $1.lua.sig
-}
-
-[ ! -d repo/omnia ] || deploy omnia
-[ ! -d repo/turris ] || deploy turris