Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-02-10 13:51:44 +0000
committerSravan Kumar Lakkimsetti2021-02-10 13:52:46 +0000
commit0f7b8241d26755be9d391745306e667db764ac5b (patch)
tree49036f97b71c11293716fdfab1cf75b4e36ebdab /cje-production
parent6739b8619946fe3d965e22b9d39fd0b62ef20728 (diff)
downloadeclipse.platform.releng.aggregator-0f7b8241d26755be9d391745306e667db764ac5b.tar.gz
eclipse.platform.releng.aggregator-0f7b8241d26755be9d391745306e667db764ac5b.tar.xz
eclipse.platform.releng.aggregator-0f7b8241d26755be9d391745306e667db764ac5b.zip
Bug 571086 - URLs in the build mail are not presented as links
Change-Id: Ifb965be8b7d3b23e837fbd0676f12ce875a8219b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/mbscripts/mb210_updatePom.sh4
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/cje-production/mbscripts/mb210_updatePom.sh b/cje-production/mbscripts/mb210_updatePom.sh
index 2c9f576cf..7280f2e23 100755
--- a/cje-production/mbscripts/mb210_updatePom.sh
+++ b/cje-production/mbscripts/mb210_updatePom.sh
@@ -27,7 +27,7 @@ BUILD_DIR=$CJE_ROOT/$DROP_DIR/$BUILD_ID
mkdir $CJE_ROOT/tmp
cd $REPO_DIR
-mvn --update-snapshots org.eclipse.tycho:tycho-versions-plugin:2.0.0:update-pom \
+mvn --update-snapshots org.eclipse.tycho:tycho-versions-plugin:2.2.0:update-pom \
-Dmaven.repo.local=$LOCAL_REPO \
-Djava.io.tmpdir=$CJE_ROOT/tmp \
-DaggregatorBuild=true \
@@ -78,7 +78,7 @@ then
done
echo "</ul>" >> index.html
echo "</html>" >> index.html
- POM_UPDATES="Check POM Updates made by tycho's pom-updater plugin:<br> https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/pom_updates/<br><br>"
+ POM_UPDATES="Check POM Updates made by tycho's pom-updater plugin:<br> <a href='https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/pom_updates/'>https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/pom_updates/</a><br><br>"
POM_UPDATES_SUBJECT=" - POM Updates Required"
fi
popd
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index d5f570441..203dfe125 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -276,7 +276,7 @@ then
fn-write-property COMPARATOR_ERRORS "true"
fn-write-property COMPARATOR_ERRORS_SUBJECT "\"- Comparator Errors Found\""
- fn-write-property COMPARATOR_ERRORS_BODY "\"Check unanticipated comparator messages:<br> https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt<br><br>\""
+ fn-write-property COMPARATOR_ERRORS_BODY "\"Check unanticipated comparator messages:<br> <a href='https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt'>https://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt</a><br><br>\""
else
echo -e "DEBUG: comparator logSize of $logSize was not greater than comparatorLogMinimumSize of ${comparatorLogMinimumSize}"
fn-write-property COMPARATOR_ERRORS_SUBJECT "\" \""

Back to the top