From 4c52e84af1cc6a4b47fd703e0271d4fcf153a489 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 20 Aug 2022 10:01:14 +0000 Subject: Add back links to the wiki for autobuild errors --- autobuild/results.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autobuild/results.php b/autobuild/results.php index 6d6d090..3cbc476 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -356,8 +356,7 @@ foreach ($failure as $rpm => $error) { $langs = $langs . " $lang"; } } elseif ($attrtype === "err") { - # TODO: create link into wiki with information about these errors - $errors = "$errors $attrname"; + $errors = "$errors $attrname"; } elseif ($attrtype === "stage") { if ($attrname != 'nobuild') { if ($attrname == 'preprep') { -- cgit v1.2.1