summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autobuild/results.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/autobuild/results.php b/autobuild/results.php
index b134bc6..bef781b 100644
--- a/autobuild/results.php
+++ b/autobuild/results.php
@@ -296,8 +296,7 @@ foreach ($failure as $rpm => $error) {
$langs = $langs . " $lang";
}
} elseif (substr($attr, 0, 4) === "err_") {
- # TODO: create link into wiki with information about these errors
- $errors = "$errors $attrname";
+ $errors = "$errors <a href='https://wiki.mageia.org/en/Autobuild_errors#$attrname'>$attrname</a>";
} elseif (substr($attr, 0, 6) === "stage_") {
if ($attrname != 'nobuild') {
if ($attrname == 'preprep') {