Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/updateTestResultsPages.sh')
-rwxr-xr-xproduction/testScripts/updateTestResultsPages.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/production/testScripts/updateTestResultsPages.sh b/production/testScripts/updateTestResultsPages.sh
index 1b1517891..0e9da43e3 100755
--- a/production/testScripts/updateTestResultsPages.sh
+++ b/production/testScripts/updateTestResultsPages.sh
@@ -219,8 +219,7 @@ then
echo
echo " = = First, installing derby"
# make sure derby.core is installed in basebuilder
- perfrepoLocation=http://build.eclipse.org/eclipse/buildtools/
- #perfrepoLocation=file:///shared/eclipse/buildtools
+ perfrepoLocation=https://download.eclipse.org/eclipse/updates/buildtools/
derby=org.apache.derby.core.feature.feature.group
echo " perfrepoLocation: $perfrepoLocation"
echo " derby: $derby"

Back to the top