From ffd1046b5a664a3691c89cb0dce4206406319889 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 11 Apr 2011 18:21:53 +0300 Subject: [PATCH] Fix path to git repository in archive creation script --- projects/make_tarball/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2