summaryrefslogtreecommitdiff
path: root/.tools/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to '.tools/deploy.sh')
-rwxr-xr-x.tools/deploy.sh34
1 files changed, 0 insertions, 34 deletions
diff --git a/.tools/deploy.sh b/.tools/deploy.sh
deleted file mode 100755
index 1b42d445..00000000
--- a/.tools/deploy.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/bash
-
-source ./.tools/init.sh
-
-clientdata_init
-
-aptget_update
-aptget_install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python
-rm -rf tools
-gitclone https://gitlab.com/TMW2 evol-tools.git tools
-
-cd clientdata
-rm -rf public
-mkdir public
-
-cd ..
-
-rm -rf music
-gitclone https://gitlab.com/TMW2 evol-music.git music
-
-cd tools/update
-
-./createnew.sh
-check_error $?
-./create_music.sh
-check_error $?
-
-cp -r upload/* ../../clientdata/public
-cd ../../clientdata
-gitclone https://gitlab.com/4144 pagesindexgen.git pagesindexgen
-cd pagesindexgen
-./pagesindexgen.py ../public
-check_error $?
-ls ../public