Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-04-05 05:10:22 +0000
committerSravan Kumar Lakkimsetti2019-04-05 05:10:22 +0000
commit3472458e3ef07d3302e03d287320a76cc1d9b8d3 (patch)
treefe084826d2a17bda108638d0c88686dfdb213c53 /cje-production
parent45ccf47e656fbb6834fbed4ca2933ae5f654a33b (diff)
downloadeclipse.platform.releng.aggregator-3472458e3ef07d3302e03d287320a76cc1d9b8d3.tar.gz
eclipse.platform.releng.aggregator-3472458e3ef07d3302e03d287320a76cc1d9b8d3.tar.xz
eclipse.platform.releng.aggregator-3472458e3ef07d3302e03d287320a76cc1d9b8d3.zip
Bug 546098 - Create new scripts to generate repository reports
- Modified mirroring command Change-Id: I001016e6677b8ad54e18f2135c86d1bb2686aff8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-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 545aaeda9..57e5ece64 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_VERSION/$PREVIOUS_RELEASE_ID/ -destination file:$CJE_ROOT/$TMP_DIR/$PREVIOUS_RELEASE_ID/
+$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/
popd

Back to the top