summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2017-02-17 10:29:47 +0200
committerHenri Sara <henri.sara@gmail.com>2017-02-17 11:03:45 +0200
commit42b0a2bdd2988e5720a30399ce3d780bbcaf63b8 (patch)
treed854816af3ae63980bdc71cd0148ca3cea798bcb /scripts
parent88d5fed8f29fbca7d2c8588b17d7b219b9439429 (diff)
downloadvaadin-framework-42b0a2bdd2988e5720a30399ce3d780bbcaf63b8.tar.gz
vaadin-framework-42b0a2bdd2988e5720a30399ce3d780bbcaf63b8.zip
Add comment to build report about deployment contexts
Later, the demo URL list should be fixed to take this into account automatically.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/GenerateBuildTestAndStagingReport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GenerateBuildTestAndStagingReport.py b/scripts/GenerateBuildTestAndStagingReport.py
index 1c8d8bf192..ddc33ab406 100644
--- a/scripts/GenerateBuildTestAndStagingReport.py
+++ b/scripts/GenerateBuildTestAndStagingReport.py
@@ -65,7 +65,7 @@ def getDemoValidationStatusHtml():
def getDemoLinksHtml():
demos_html = "Try demos"
link_list = list(map(lambda demo: "<a href='{url}/{demoName}-{version}'>{demoName}</a>".format(url=args.deployUrl, demoName=demo, version=args.version), demos))
- return demos_html + getHtmlList(link_list)
+ return demos_html + getHtmlList(link_list) + "Note that the deployed framework8-demo WARs have a suffix -0..-4."
def getApiDiffHtml():
apidiff_html = "Check API diff"