Allow people to clone from the RO repo
This is necessary in order to allow people outside TCWG to use our scripts
Change-Id: Ia1855be8f5a45d6c8b070c782548b6e7bfb11335
diff --git a/helpers/llvm-prepare b/helpers/llvm-prepare
index d9f8a2a..4f57447 100755
--- a/helpers/llvm-prepare
+++ b/helpers/llvm-prepare
@@ -26,11 +26,11 @@
fi
}
-gitroot=ssh://$LLVM_GITUSER@review.linaro.org:29418/toolchain/llvm
-
if [ -z $LLVM_SVNUSER ]; then
+ gitroot=https://git.linaro.org/toolchain/llvm
svnroot=https://llvm.org/svn/llvm-project
else
+ gitroot=ssh://$LLVM_GITUSER@review.linaro.org:29418/toolchain/llvm
svnroot=https://$LLVM_SVNUSER@llvm.org/svn/llvm-project
fi