From 42b0a2bdd2988e5720a30399ce3d780bbcaf63b8 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Fri, 17 Feb 2017 10:29:47 +0200 Subject: Add comment to build report about deployment contexts Later, the demo URL list should be fixed to take this into account automatically. --- scripts/GenerateBuildTestAndStagingReport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "{demoName}".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" -- cgit v1.2.3