diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2022-07-19 11:48:25 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2022-07-19 11:48:25 -0700 |
commit | 6faf86967caa8d6ce431cc238c8f96f40a06a727 (patch) | |
tree | a73c284ef1ad0b9e5af83d7dbb3359de9a84be79 | |
parent | 9b43ccc2aab04a49a656e5c77cf28a75d7d39026 (diff) | |
download | pkgsubmit-user/danf/links.tar pkgsubmit-user/danf/links.tar.gz pkgsubmit-user/danf/links.tar.bz2 pkgsubmit-user/danf/links.tar.xz pkgsubmit-user/danf/links.zip |
Add links to the wiki for highlighted autobuild errorsuser/danf/links
-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') { |