diff options
author | Henri Sara <hesara@vaadin.com> | 2017-02-17 10:29:47 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-17 11:03:45 +0200 |
commit | 42b0a2bdd2988e5720a30399ce3d780bbcaf63b8 (patch) | |
tree | d854816af3ae63980bdc71cd0148ca3cea798bcb /scripts | |
parent | 88d5fed8f29fbca7d2c8588b17d7b219b9439429 (diff) | |
download | vaadin-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.py | 2 |
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" |