Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-06-05 18:36:42 +0000
committerDavid Williams2013-06-05 18:36:42 +0000
commit9053a42b5125950991d922d9bf10a0a8e32d2400 (patch)
treeb1e30881fde857684e1b6dec1c675efb18a4de30
parent98e741a9ec610ea1b6ed29afc22a668fa617d576 (diff)
downloadeclipse.platform.releng.aggregator-9053a42b5125950991d922d9bf10a0a8e32d2400.tar.gz
eclipse.platform.releng.aggregator-9053a42b5125950991d922d9bf10a0a8e32d2400.tar.xz
eclipse.platform.releng.aggregator-9053a42b5125950991d922d9bf10a0a8e32d2400.zip
Bug 409817 - All API Tools reports are missing
fix master bootstrap files
-rwxr-xr-xbootstrap/mb4I.sh2
-rwxr-xr-xbootstrap/wgetFresh.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/mb4I.sh b/bootstrap/mb4I.sh
index 1a1ab4a0e..8a0ac10ea 100755
--- a/bootstrap/mb4I.sh
+++ b/bootstrap/mb4I.sh
@@ -69,7 +69,7 @@ export BUILD_HOME=${BUILD_HOME:-/shared/eclipse/builds}
# no override for minimal $PATH
#export PATH=$JAVA_HOME/bin:$MAVEN_PATH:$ANT_HOME/bin:$PATH
-export BRANCH=david_williams/apitooling
+export BRANCH=master
export BUILD_TYPE=I
export STREAM=4.3.0
diff --git a/bootstrap/wgetFresh.sh b/bootstrap/wgetFresh.sh
index 72432482c..064097be5 100755
--- a/bootstrap/wgetFresh.sh
+++ b/bootstrap/wgetFresh.sh
@@ -3,7 +3,7 @@
# gets a fresh copy of the primary/working "bootstrap" scripts needed in build home.
# codifying the branch (or tag) to use, so it can be set/chagned in one place
-initScriptTag=david_williams/apitooling
+initScriptTag=master
# tags:
# http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/bootstrap/wgetFresh.sh?tag=vI20120417-0700

Back to the top