Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-04-05 06:30:16 +0000
committerSravan Kumar Lakkimsetti2019-04-05 06:30:53 +0000
commit28457a3db9d95f5bc4f7dd02046813512d209634 (patch)
treee2b477c6b88d0efacb8eb8228494ae0dfdb12a0c /cje-production/mbscripts/mb030_downloadBuildToCompare.sh
parent3472458e3ef07d3302e03d287320a76cc1d9b8d3 (diff)
downloadeclipse.platform.releng.aggregator-28457a3db9d95f5bc4f7dd02046813512d209634.tar.gz
eclipse.platform.releng.aggregator-28457a3db9d95f5bc4f7dd02046813512d209634.tar.xz
eclipse.platform.releng.aggregator-28457a3db9d95f5bc4f7dd02046813512d209634.zip
Revert "Bug 546098 - Create new scripts to generate repository reports"
This reverts commit 3472458e3ef07d3302e03d287320a76cc1d9b8d3. Revert "Bug 546098 - Create new scripts to generate repository reports" This reverts commit 45ccf47e656fbb6834fbed4ca2933ae5f654a33b.
Diffstat (limited to 'cje-production/mbscripts/mb030_downloadBuildToCompare.sh')
-rwxr-xr-xcje-production/mbscripts/mb030_downloadBuildToCompare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb030_downloadBuildToCompare.sh b/cje-production/mbscripts/mb030_downloadBuildToCompare.sh
index 57e5ece64..fad2ec3eb 100755
--- a/cje-production/mbscripts/mb030_downloadBuildToCompare.sh
+++ b/cje-production/mbscripts/mb030_downloadBuildToCompare.sh
@@ -24,5 +24,5 @@ source $1
mkdir -p $CJE_ROOT/$TMP_DIR
pushd $CJE_ROOT/$TMP_DIR
-$CJE_ROOT/$BASEBUILDER_DIR/eclipse -nosplash -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication -source https://$DOWNLOAD_HOST/eclipse/updates/$PREVIOUS_RELEASE_VER/$PREVIOUS_RELEASE_ID/ -destination file:$CJE_ROOT/$TMP_DIR/$PREVIOUS_RELEASE_ID/
+wget --recursive --no-parent --no-verbose http://$BUILD_TO_COMPARE_SITE/$PREVIOUS_RELEASE_VER/$PREVIOUS_RELEASE_ID &
popd

Back to the top