From: Maxim Mamontov Date: Mon, 11 Apr 2011 15:21:53 +0000 (+0300) Subject: Fix path to git repository in archive creation script X-Git-Tag: 2.407-rc3~7 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/ffd1046b5a664a3691c89cb0dce4206406319889 Fix path to git repository in archive creation script --- 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