projects
/
can-benchmark.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef29857
)
continuous: Add contact link to web page with graphs
author
Michal Sojka
<sojkam1@fel.cvut.cz>
Fri, 11 Apr 2014 13:54:00 +0000
(15:54 +0200)
committer
Michal Sojka
<sojkam1@fel.cvut.cz>
Fri, 11 Apr 2014 13:54:00 +0000
(15:54 +0200)
continuous/www/wvperf2html.py
patch
|
blob
|
history
diff --git
a/continuous/www/wvperf2html.py
b/continuous/www/wvperf2html.py
index
ab69dc0
..
e21ca16
100755
(executable)
--- a/
continuous/www/wvperf2html.py
+++ b/
continuous/www/wvperf2html.py
@@
-355,7
+355,8
@@
$.getJSON('%(dataname)s', function(data) {
'options': graph.options_json()})
print(graph.getData(), file=open(graph.dataname, 'w'))
print("Generated on "+time.strftime("%Y-%m-%d %H:%M %z"))
-print("""
+print("""<br />
+Contact: <a href="mailto:sojkam1@fel.cvut.cz">Michal Sojka</a>
</body>
</html>
""")