]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
sg-report-flight: Provide correct links to test history pages
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 27 Apr 2018 14:12:47 +0000 (15:12 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 27 Apr 2018 14:14:41 +0000 (15:14 +0100)
The files are actually called `ALL.html' and `<branch>.html'.  See the
assignments to $html_file in sg-report-job-history near l.251.

I think this may have previously worked in Massachusetts (prior to the
recent upgrades) due to content negotiation, but this should not be
relied on.

Reported-by: Julien Grall <julien.grall@linaro.org>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sg-report-flight

index dba36410c3f61aaaf9b142005d3b791e29e8d892..e69efb7f3ab22aa5a1b45758177e68ec5e13b243 100755 (executable)
@@ -969,8 +969,8 @@ END
 <h1>$title</h1>
 <ul>
 <li><a href="../">Flight $fi->{Flight} scoreboard</a>
-<li><a href="$c{ResultsHtmlPubBaseUrl}/history/$job/ALL">History for $job</a>
-<li><a href="$c{ResultsHtmlPubBaseUrl}/history/$job/$branch">History for $job in tests of $branch</a>
+<li><a href="$c{ResultsHtmlPubBaseUrl}/history/$job/ALL.html">History for $job</a>
+<li><a href="$c{ResultsHtmlPubBaseUrl}/history/$job/$branch.html">History for $job in tests of $branch</a>
 <li><a href="./">Logfiles for $fi->{Flight} $job as webserver directory listing</a>
 </ul>
 <h2>Steps</h2>