From 4ede6cbe23f97d5fe3b196bd0313f011d9004070 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Fri, 10 Oct 2014 22:15:49 +0300 Subject: [PATCH] Clone from local repo. --- functest/clone.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functest/clone.sh b/functest/clone.sh index f6c7b44b..e185a464 100755 --- a/functest/clone.sh +++ b/functest/clone.sh @@ -19,7 +19,8 @@ then exit -1 fi -$GIT clone "https://gitorious.org/stg/stg.git" "$BASEPATH/stg" +#$GIT clone "https://gitorious.org/stg/stg.git" "$BASEPATH/stg" +$GIT clone "../" "$BASEPATH/stg" if [ "$ARCHIVE" != "" ] then -- 2.43.2