From 6faf86967caa8d6ce431cc238c8f96f40a06a727 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 19 Jul 2022 11:48:25 -0700 Subject: Add links to the wiki for highlighted autobuild errors --- autobuild/results.php | 3 +-- 1 file changed, 1 insertion(+), 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 $attrname"; } elseif (substr($attr, 0, 6) === "stage_") { if ($attrname != 'nobuild') { if ($attrname == 'preprep') { -- cgit v1.2.1