X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/eb3d52cbef2cecf8cce5fce1ef7adccfdf2b3fab..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/make_tarball/make.sh diff --git a/projects/make_tarball/make.sh b/projects/make_tarball/make.sh deleted file mode 100755 index 33a24dbf..00000000 --- a/projects/make_tarball/make.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -SRC_DIR=stg-2.4-`date "+%Y.%m.%d-%H.%M.%S"` -ARC_NAME=$SRC_DIR.tar.gz - -git clone git://madf.dyndns.org/stg.git $SRC_DIR - -if [ $? != 0 ] -then - echo "Failed to clone repository" - exit -1 -fi - -rm -rf $SRC_DIR/.git -rm -r $SRC_DIR/projects/make_tarball -rm -r $SRC_DIR/projects/traffcounter -rm -r $SRC_DIR/projects/stargazer/plugins/other/userstat -rm -r $SRC_DIR/projects/stargazer/plugins/authorization/stress -rm -r $SRC_DIR/projects/stargazer/plugins/store/db - -tar -zcf $ARC_NAME $SRC_DIR