X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/224f00301a3d7839c37ad1d71ad18b32b89f14fb..ffd1046b5a664a3691c89cb0dce4206406319889:/projects/make_tarball/make.sh?ds=sidebyside 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