X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c2d2b5b171463c34e92b84290109a43f44823101..eb3d52cbef2cecf8cce5fce1ef7adccfdf2b3fab:/projects/make_tarball/make.sh diff --git a/projects/make_tarball/make.sh b/projects/make_tarball/make.sh index e072c573..33a24dbf 100755 --- a/projects/make_tarball/make.sh +++ b/projects/make_tarball/make.sh @@ -5,11 +5,17 @@ ARC_NAME=$SRC_DIR.tar.gz git clone git://madf.dyndns.org/stg.git $SRC_DIR -rm -r $SRC_DIR/.git +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 +tar -zcf $ARC_NAME $SRC_DIR