[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] sg-report-flight: Provide correct links to test history pages
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@xxxxxxxxxx> Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- sg-report-flight | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sg-report-flight b/sg-report-flight index dba3641..e69efb7 100755 --- a/sg-report-flight +++ b/sg-report-flight @@ -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> -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |