aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2015-07-11 09:04:39 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2015-07-21 14:40:25 +0300
commit4e00c82733f4ceebaf8f5ad2142964457045e91b (patch)
tree09c072e1c87cc7d220e9d234f08bebfb141029c4
parent40485eb3afca72e53eccd5b8905fa193bb8a03b4 (diff)
downloadvaadin-framework-4e00c82733f4ceebaf8f5ad2142964457045e91b.tar.gz
vaadin-framework-4e00c82733f4ceebaf8f5ad2142964457045e91b.zip
Fix repo URL in staging report
Change-Id: Idd3a5d378a4acea4f1274ce4845642bb4a4339d3
-rw-r--r--scripts/GenerateStagingReport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GenerateStagingReport.py b/scripts/GenerateStagingReport.py
index aca37216ee..fdcdc93fdb 100644
--- a/scripts/GenerateStagingReport.py
+++ b/scripts/GenerateStagingReport.py
@@ -24,7 +24,7 @@ for archetype in archetypes:
content += """</ul></td></tr>
<tr><td><a href="{repoUrl}">Staging repository</a></td></tr>
-<tr><td>Eclipse Ivy Settings:<br><pre>"""
+<tr><td>Eclipse Ivy Settings:<br><pre>""".format(repoUrl=args.stagingRepo)
content += cgi.escape(""" <ibiblio name="vaadin-staging" usepoms="true" m2compatible="true"
root="{repoUrl}" />""".format(repoUrl=args.stagingRepo))
content += """</pre>