aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-20 10:25:35 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-20 10:25:35 +0300
commit6c9add02854f3f88b46f609c3cc408af0e7ea338 (patch)
treed0f427e846dd891a45be616d5491467d01c2d3a2 /scripts
parent688c9cc7e870293b2770a89c6c21967126cc43b2 (diff)
downloadvaadin-framework-6c9add02854f3f88b46f609c3cc408af0e7ea338.tar.gz
vaadin-framework-6c9add02854f3f88b46f609c3cc408af0e7ea338.zip
Remove duplicate link, improve tag script variable ordering
Change-Id: I3b8990ea31603a8b8aa278ac5ae1495fdd603dbc
Diffstat (limited to 'scripts')
-rw-r--r--scripts/GenerateBuildReport.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/GenerateBuildReport.py b/scripts/GenerateBuildReport.py
index d0d4b556ae..e812ac899e 100644
--- a/scripts/GenerateBuildReport.py
+++ b/scripts/GenerateBuildReport.py
@@ -45,7 +45,6 @@ except subprocess.CalledProcessError as e:
else:
raise e
-content += """<tr><td><a href="{url}">Build result page (See test results, pin and tag build and dependencies)</a></td></tr>""".format(url=args.buildResultUrl)
content += "<tr><td>Try demos<ul>"
for demo in demos:
@@ -68,12 +67,12 @@ content += """</pre>
<tr><td><a href="https://dev.vaadin.com/milestone/Vaadin {version}">Close Trac Milestone</a></td></tr>
<tr><td><a href="https://dev.vaadin.com/query?status=pending-release&component=Core+Framework&resolution=fixed&col=id&col=summary&col=component&col=milestone&col=status&col=type">Verify pending release tickets still have milestone {version}</a></td></tr>
<tr><td><a href="https://dev.vaadin.com/admin/ticket/versions">Add version {version} to Trac</td></tr>
- <tr><td><a href="{url}">Staging result page (See test results, pin and tag build and dependencies)</a></td></tr>
+ <tr><td><a href="{url}">Result page (See test results, pin and tag build and dependencies)</a></td></tr>
<tr><td>Commands to tag all repositories (warning: do not run as a single script but set variables and check before any push commands - this has not been tested yet and the change IDs are missing)</td></tr>
<tr><td><pre>
- VERSION={version}
-
GERRIT_USER=[fill in your gerrit username]
+
+ VERSION={version}
FRAMEWORK_REVISION={frameworkRevision}
SCREENSHOTS_REVISION={screenshotRevision}
ARCHETYPES_REVISION={archetypeRevision}