X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/21e6061f5016f9d405605c51ac0125e0c1a9ac6a..ffd1046b5a664a3691c89cb0dce4206406319889:/projects/make_tarball/make.sh diff --git a/projects/make_tarball/make.sh b/projects/make_tarball/make.sh index af6a71cf..a429df63 100755 --- a/projects/make_tarball/make.sh +++ b/projects/make_tarball/make.sh @@ -3,7 +3,7 @@ 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 +git clone git://gitorious.org/stg/stg.git $SRC_DIR if [ $? != 0 ] then