diff options
author | Pascal Terjan <pterjan@mageia.org> | 2022-08-20 10:01:14 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2022-08-20 10:01:14 +0000 |
commit | 4c52e84af1cc6a4b47fd703e0271d4fcf153a489 (patch) | |
tree | ed59481b0f497e1401dc0c9191db750857a94f28 | |
parent | c5666c1999629af385a6d0d93de790e61afbdefb (diff) | |
download | pkgsubmit-4c52e84af1cc6a4b47fd703e0271d4fcf153a489.tar pkgsubmit-4c52e84af1cc6a4b47fd703e0271d4fcf153a489.tar.gz pkgsubmit-4c52e84af1cc6a4b47fd703e0271d4fcf153a489.tar.bz2 pkgsubmit-4c52e84af1cc6a4b47fd703e0271d4fcf153a489.tar.xz pkgsubmit-4c52e84af1cc6a4b47fd703e0271d4fcf153a489.zip |
Add back links to the wiki for autobuild errors
-rw-r--r-- | autobuild/results.php | 3 |
1 files changed, 1 insertions, 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 <a href='https://wiki.mageia.org/en/Autobuild_errors#$attrname'>$attrname</a>"; } elseif ($attrtype === "stage") { if ($attrname != 'nobuild') { if ($attrname == 'preprep') { |