diff options
author | Sravan Kumar Lakkimsetti | 2019-04-05 04:40:03 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2019-04-05 04:41:03 +0000 |
commit | 45ccf47e656fbb6834fbed4ca2933ae5f654a33b (patch) | |
tree | baa4b7c4fee049c43806c3aa9db6f3d5203136c4 /cje-production | |
parent | fd4218e38a7025863617ba3e28228e2daf7c32df (diff) | |
download | eclipse.platform.releng.aggregator-45ccf47e656fbb6834fbed4ca2933ae5f654a33b.tar.gz eclipse.platform.releng.aggregator-45ccf47e656fbb6834fbed4ca2933ae5f654a33b.tar.xz eclipse.platform.releng.aggregator-45ccf47e656fbb6834fbed4ca2933ae5f654a33b.zip |
Bug 546098 - Create new scripts to generate repository reports
- Modified mirroring command
Change-Id: I8fb223259e3a7119537ba0190323a363a318e036
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
4 files changed, 4 insertions, 5 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt index 5aef6b67e..28f243ca1 100644 --- a/cje-production/buildproperties.txt +++ b/cje-production/buildproperties.txt @@ -25,7 +25,6 @@ AGG_REPO="/platform/eclipse.platform.releng.aggregator.git" AGG_DIR="gitCache/eclipse.platform.releng.aggregator" DROP_DIR="siteDir/eclipse/downloads/drops4" TMP_DIR="tmp" -BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates" # Base builder parameters PREVIOUS_RELEASE_ID="R-4.11-201903070500" diff --git a/cje-production/mbscripts/mb020_createBaseBuilder.sh b/cje-production/mbscripts/mb020_createBaseBuilder.sh index 01612af3b..f9210d311 100755 --- a/cje-production/mbscripts/mb020_createBaseBuilder.sh +++ b/cje-production/mbscripts/mb020_createBaseBuilder.sh @@ -40,4 +40,4 @@ ${TMP}/eclipse/eclipse -nosplash \ -destination \ ${qualifiedBaseBuilder} \ -profile \ - SDKProfile & + SDKProfile diff --git a/cje-production/mbscripts/mb030_downloadBuildToCompare.sh b/cje-production/mbscripts/mb030_downloadBuildToCompare.sh index fad2ec3eb..545aaeda9 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 -wget --recursive --no-parent --no-verbose http://$BUILD_TO_COMPARE_SITE/$PREVIOUS_RELEASE_VER/$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_VERSION/$PREVIOUS_RELEASE_ID/ -destination file:$CJE_ROOT/$TMP_DIR/$PREVIOUS_RELEASE_ID/ popd diff --git a/cje-production/mbscripts/mb500_createRepoReports.sh b/cje-production/mbscripts/mb500_createRepoReports.sh index 73b19891a..84b9169f1 100755 --- a/cje-production/mbscripts/mb500_createRepoReports.sh +++ b/cje-production/mbscripts/mb500_createRepoReports.sh @@ -36,6 +36,6 @@ tar -xf $CJE_ROOT/$TMP_DIR/$tar_name -C $report_app_dir mkdir -p $output_dir $report_app_dir/p2analyze/p2analyze -data $output_dir/workspace-report -vm $JAVA_HOME/bin -vmargs -Xmx1g \ - -DreferenceRepo=$CJE_ROOT/$TMP_DIR/$BUILD_TO_COMPARE_SITE/$PREVIOUS_RELEASE_VER/$PREVIOUS_RELEASE_ID \ + -DreferenceRepo=$CJE_ROOT/$TMP_DIR/$PREVIOUS_RELEASE_ID \ -DreportRepoDir=$buildToTest \ - -DreportOutputDir=$output_dir & + -DreportOutputDir=$output_dir |