diff options
author | Erich Eckner <git@eckner.net> | 2017-10-06 20:44:27 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-06 20:44:27 +0200 |
commit | 403be3c81b653605701079ef776ad79ac3e4db48 (patch) | |
tree | 5e08209eead52b5da1a06b8d509a30f3f4131245 /bin/build-master-status | |
parent | f8facca7f5efb70c4c879ea2123c1b2fd45d2007 (diff) | |
download | builder-403be3c81b653605701079ef776ad79ac3e4db48.tar.xz |
bin/build-master-status: strike commented packages in blacklist.html
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-x | bin/build-master-status | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/build-master-status b/bin/build-master-status index 915ff40..72b9f7e 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -436,8 +436,8 @@ if ${web}; then s|\(.\)#|\1</td><td>| /^\s*#/{ s/^\s*#\s*// - s|\s*\(</td><td>\)|</font>\1| - s/^/<font color="#808080">/ + s|\s*\(</td><td>\)|</font></s>\1| + s/^/<s><font color="#808080">/ } s|^|<tr><td>| s|$|</td></tr>| |