aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/GeneratePostPublishReport.py
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-08-07 10:11:26 +0300
committerGitHub <noreply@github.com>2017-08-07 10:11:26 +0300
commitcd130dc6c45bf3f84236fae55fd9911a2783e568 (patch)
treec912ebf62ee771eeed53f3ee15f05edecb449c4f /scripts/GeneratePostPublishReport.py
parent9373b365ecd8ba0a8731139df8081ca8bbcf2b9e (diff)
downloadvaadin-framework-cd130dc6c45bf3f84236fae55fd9911a2783e568.tar.gz
vaadin-framework-cd130dc6c45bf3f84236fae55fd9911a2783e568.zip
Fix publish and post-publish report scripts (#9778)
Add support for stable 8.1.x releases.
Diffstat (limited to 'scripts/GeneratePostPublishReport.py')
-rw-r--r--scripts/GeneratePostPublishReport.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/GeneratePostPublishReport.py b/scripts/GeneratePostPublishReport.py
index c496debb61..bc19185b5c 100644
--- a/scripts/GeneratePostPublishReport.py
+++ b/scripts/GeneratePostPublishReport.py
@@ -37,9 +37,10 @@ content += createTableRow(getTrafficLight(tagOk), "Tag ok on github.com")
content += createTableRow("", "<a href=\"{url}\">Tag and pin build</a>".format(url=buildResultUrl))
# Traffic light for archetype metadata
+# TODO check all three metadata files, based on pre-release or not
archetypeMetadataUrl = ""
if not prerelease:
- archetypeMetadataUrl = "http://vaadin.com/download/maven-archetypes.xml"
+ archetypeMetadataUrl = "http://vaadin.com/download/eclipse-maven-archetypes.xml"
else:
archetypeMetadataUrl ="http://vaadin.com/download/maven-archetypes-prerelease.xml"