diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2022-07-19 11:48:25 -0700 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2022-08-19 18:11:12 +0000 |
commit | 8d38cd12fea3fa02b68972cb933c95c097e1890a (patch) | |
tree | a73c284ef1ad0b9e5af83d7dbb3359de9a84be79 /autobuild | |
parent | d46611394063200d13caf3211966e4d63bdcee9d (diff) | |
download | pkgsubmit-8d38cd12fea3fa02b68972cb933c95c097e1890a.tar pkgsubmit-8d38cd12fea3fa02b68972cb933c95c097e1890a.tar.gz pkgsubmit-8d38cd12fea3fa02b68972cb933c95c097e1890a.tar.bz2 pkgsubmit-8d38cd12fea3fa02b68972cb933c95c097e1890a.tar.xz pkgsubmit-8d38cd12fea3fa02b68972cb933c95c097e1890a.zip |
Add links to the wiki for highlighted autobuild errors
Diffstat (limited to 'autobuild')
-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 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') { |