]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove duplicate link, improve tag script variable ordering
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 20 Apr 2016 07:25:35 +0000 (10:25 +0300)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 20 Apr 2016 07:25:35 +0000 (10:25 +0300)
Change-Id: I3b8990ea31603a8b8aa278ac5ae1495fdd603dbc

scripts/GenerateBuildReport.py

index d0d4b556aeb05b96d64999e64a03251448c4b2a6..e812ac899e22537a1f5c3409cfff8054a70e4c7d 100644 (file)
@@ -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}