3 SRC_DIR=stg-2.4-`date "+%Y.%m.%d-%H.%M.%S"`
4 ARC_NAME=$SRC_DIR.tar.gz
6 git clone git://madf.dyndns.org/stg.git $SRC_DIR
10 echo "Failed to clone repository"
15 rm -r $SRC_DIR/projects/make_tarball
16 rm -r $SRC_DIR/projects/traffcounter
17 rm -r $SRC_DIR/projects/stargazer/plugins/other/userstat
18 rm -r $SRC_DIR/projects/stargazer/plugins/authorization/stress
19 rm -r $SRC_DIR/projects/stargazer/plugins/store/db
21 tar -zcf $ARC_NAME $SRC_DIR