diff options
author | Erich Eckner <git@eckner.net> | 2017-11-07 08:53:17 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-07 08:53:17 +0100 |
commit | 354695aee30a3b124c8ae2bf59c60481159012a7 (patch) | |
tree | d257f60a50e596290e4effbca48c317f63cf18b5 /bin/build-master-status | |
parent | 89787bc77d751ad66f87c6fe56fe616216d12562 (diff) | |
download | builder-354695aee30a3b124c8ae2bf59c60481159012a7.tar.xz |
bin/build-master-status: add links to our FS, too
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-x | bin/build-master-status | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/build-master-status b/bin/build-master-status index 0a575f2..6b5915e 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -367,6 +367,10 @@ if ${web}; then printf '<a href="https://bugs.archlinux.org/task/%s">%s</a>' \ "${reason#FS#}" \ "${reason}" + elif [ "FS32#${reason#FS32#}" = "${reason}" ]; then + printf '<a href="https://bugs.archlinux32.org/index.php?do=details&task_id=%s">%s</a>' \ + "${reason#FS32#}" \ + "${reason}" elif grep -q "^$(str_to_regex "${reason}") " "${work_dir}/build-list"; then printf '<a href="graphs/%s.png">%s</a>' \ "${reason}" \ @@ -483,6 +487,7 @@ if ${web}; then 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*#/{ |