index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-23 10:52:44 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-23 10:52:44 +0100 |
commit | 3211e6e8de91e6cb462a1935032ffa209470f550 (patch) | |
tree | 8a1a97d4942a81e35c96e76b9a9d75efe5fc71de /bin/build-master-status | |
parent | 4e2dbce045fa380a19d76d861c6d17654c10b786 (diff) |
-rwxr-xr-x | bin/build-master-status | 36 |
diff --git a/bin/build-master-status b/bin/build-master-status index 18a5d5b..c93a9aa 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -194,42 +194,6 @@ fi printf '%s\n' \ '<html>' \ '<head>' \ - '<title>Blacklisted packages</title>' \ - '<link rel="stylesheet" type="text/css" href="/static/style.css">' \ - '</head>' \ - '<body>' \ - '<table>' - printf '<tr>' - printf '<th>%s</th>' \ - 'package' \ - 'reason' - printf '</tr>\n' - git -C "${repo_paths__archlinux32}" archive "$(cat "${work_dir}/archlinux32.revision")" -- 'blacklist' | \ - tar -Ox | \ - sed ' - s@FS#\([0-9]\+\)@<a href="https://bugs.archlinux.org/task/\1">\0</a>@ - s@FS32#\([0-9]\+\)@<a href="https://bugs.archlinux32.org/index.php?do=details\&task_id=\1">\0</a>@ - /.#/!s/$/#/ - s|\(.\)#|\1</td><td>| - /^\s*#/{ - s/^\s*#\s*// - s|\s*\(</td><td>\)|</font></s>\1| - s/^/<s><font color="#808080">/ - } - s|^|<tr><td>| - s|$|</td></tr>| - ' - printf '%s\n' \ - '</table>' \ - '</body>' \ - '</html>' -} > \ - "${tmp_dir}/blacklist.html" - -{ - printf '%s\n' \ - '<html>' \ - '<head>' \ '<title>log of ssh connections from build slaves</title>' \ '</head>' \ '<body>' \ |