Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/sdk/bootstrap/bootstrap.shsource')
-rw-r--r--production/sdk/bootstrap/bootstrap.shsource8
1 files changed, 1 insertions, 7 deletions
diff --git a/production/sdk/bootstrap/bootstrap.shsource b/production/sdk/bootstrap/bootstrap.shsource
index 045ef2334..255e7c027 100644
--- a/production/sdk/bootstrap/bootstrap.shsource
+++ b/production/sdk/bootstrap/bootstrap.shsource
@@ -41,13 +41,7 @@ fi
# if not defined "externally", we use default for eclipse.org
if [[ -z $REPO_AND_ACCESS ]]
then
- # unless we are on 'build' machine
- if [[ "build" == "$(hostname)" || "$(hostname)" =~ ^hipp[[:digit:]]+$ ]]
- then
- export REPO_AND_ACCESS=file:///gitroot
- else
- export REPO_AND_ACCESS=git://git.eclipse.org/gitroot
- fi
+ export REPO_AND_ACCESS=ssh://genie.releng@git.eclipse.org:29418
fi

Back to the top