From 453ccaa651424242d2c86fafa3f2dc4a43e307f5 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 24 Nov 2020 21:17:11 +0000 Subject: Make the changes a table This avoids broken grammar when a category of changes has 0 or 1 package. --- autobuild/results.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autobuild/results.php b/autobuild/results.php index 081c66e..654162a 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -235,7 +235,11 @@ if ($_GET['include_success'] === 'true') { } echo "\n"; echo "

Changes since this run

\n"; -echo "$nb_fixed packages have been fixed since this run, $nb_removed have been removed and $nb_still_broken have not changed.
If no new package was broken, success rate next time should be $estimated_percent%.
\n"; +echo "\n"; +echo "\n"; +echo "\n"; +echo "\n"; +echo "
Fixed$nb_fixed
Removed$nb_removed
Unchanged$nb_still_broken
\n"; echo "

Failed builds ($nb_failed/$nb_tried)

\n"; echo "\n"; echo "\n"; -- cgit v1.2.1
StatusFailure typeBuild stepLanguagesDetected errors