summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-11-25 13:07:44 +0000
committerPascal Terjan <pterjan@mageia.org>2020-11-25 13:07:44 +0000
commitd7f9c48731aa73d47cb28c63a5bc1332cdb631bc (patch)
tree1f2bf8ed856a24589cc524a64231730994423293
parent453ccaa651424242d2c86fafa3f2dc4a43e307f5 (diff)
downloadpkgsubmit-d7f9c48731aa73d47cb28c63a5bc1332cdb631bc.tar
pkgsubmit-d7f9c48731aa73d47cb28c63a5bc1332cdb631bc.tar.gz
pkgsubmit-d7f9c48731aa73d47cb28c63a5bc1332cdb631bc.tar.bz2
pkgsubmit-d7f9c48731aa73d47cb28c63a5bc1332cdb631bc.tar.xz
pkgsubmit-d7f9c48731aa73d47cb28c63a5bc1332cdb631bc.zip
Add back accidentally dropped information
-rw-r--r--autobuild/results.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/autobuild/results.php b/autobuild/results.php
index 654162a..08dd674 100644
--- a/autobuild/results.php
+++ b/autobuild/results.php
@@ -240,6 +240,7 @@ echo "<tr><td>Fixed</td><td>$nb_fixed</td></tr>\n";
echo "<tr><td>Removed</td><td>$nb_removed</td></tr>\n";
echo "<tr><td>Unchanged</td><td>$nb_still_broken</td></tr>\n";
echo "</table>\n";
+echo "<br />If no new package was broken, success rate next time should be $estimated_percent%.\n";
echo "<h2>Failed builds ($nb_failed/$nb_tried)</h2>\n";
echo "<table class=\"failureTable\" >\n";
echo "<tr><th></th><th>Status</th><th>Failure type</th><th>Build step</th><th></th><th>Languages</th><th>Detected errors</th></tr>\n";