summaryrefslogtreecommitdiffstats
path: root/autobuild/results.php
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2022-08-20 10:01:14 +0000
committerPascal Terjan <pterjan@mageia.org>2022-08-20 10:01:14 +0000
commit4c52e84af1cc6a4b47fd703e0271d4fcf153a489 (patch)
treeed59481b0f497e1401dc0c9191db750857a94f28 /autobuild/results.php
parentc5666c1999629af385a6d0d93de790e61afbdefb (diff)
downloadpkgsubmit-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
Diffstat (limited to 'autobuild/results.php')
-rw-r--r--autobuild/results.php3
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') {