]> git.stg.codes - stg.git/commitdiff
Fix path to git repository in archive creation script
authorMaxim Mamontov <faust@gts.dp.ua>
Mon, 11 Apr 2011 15:21:53 +0000 (18:21 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Mon, 11 Apr 2011 15:21:53 +0000 (18:21 +0300)
projects/make_tarball/make.sh

index af6a71cff95d0a0e7593416a20f55f3caf73f955..a429df63572c3cdab58b746d39b82d62c914c2a8 100755 (executable)
@@ -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