Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-11-03 05:02:54 +0000
committerSravan Kumar Lakkimsetti2020-11-03 05:02:54 +0000
commitd8f5d8e6b6dda0434f5923e8aea1c890550c7793 (patch)
tree8f768464aa47de285309366b3a60fac36b2a0f65 /cje-production
parentaa24fbc8c02f7ecd2028e7bb863aacd6d9fdfb59 (diff)
downloadeclipse.platform.releng.aggregator-d8f5d8e6b6dda0434f5923e8aea1c890550c7793.tar.gz
eclipse.platform.releng.aggregator-d8f5d8e6b6dda0434f5923e8aea1c890550c7793.tar.xz
eclipse.platform.releng.aggregator-d8f5d8e6b6dda0434f5923e8aea1c890550c7793.zip
Bug 566202 - https://ci.eclipse.org/cbi/ is down
Change-Id: I18b89726d58f514ac5b9d321a1a5a14ecd9d1da9 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/mbscripts/mb500_createRepoReports.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cje-production/mbscripts/mb500_createRepoReports.sh b/cje-production/mbscripts/mb500_createRepoReports.sh
index 2dccbbb38..29780205c 100755
--- a/cje-production/mbscripts/mb500_createRepoReports.sh
+++ b/cje-production/mbscripts/mb500_createRepoReports.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#*******************************************************************************
-# Copyright (c) 2019 IBM Corporation and others.
+# Copyright (c) 2020 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -30,7 +30,7 @@ output_dir=$CJE_ROOT/$DROP_DIR/$BUILD_ID/buildlogs
tar_name=org.eclipse.cbi.p2repo.analyzers.product-linux.gtk.x86_64.tar.gz
report_app_dir=$CJE_ROOT/$TMP_DIR/reportApplication
-wget --no-proxy --no-verbose --no-cache -O $CJE_ROOT/$TMP_DIR/$tar_name https://ci.eclipse.org/cbi/job/cbi.p2repo.analyzers_cleanAndDeploy/lastSuccessfulBuild/artifact/output/products/$tar_name
+wget --no-proxy --no-verbose --no-cache -O $CJE_ROOT/$TMP_DIR/$tar_name https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/org.eclipse.cbi.p2repo.analyzers.product_I20191111-1833_linux.gtk.x86_64.tar.gz
mkdir -p $report_app_dir
tar -xf $CJE_ROOT/$TMP_DIR/$tar_name -C $report_app_dir

Back to the top