From d7cfb0842f571ab160f7a0794164733a5145c050 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 6 Oct 2017 13:02:19 +0200 Subject: bin/build-master-status: blacklisted.html new --- bin/build-master-status | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 50f86a5..4a01565 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -414,6 +414,24 @@ if ${web}; then } > \ "${tmp_dir}/todos.html" + { + printf '%s\n' \ + '' \ + '' \ + 'Blacklisted packages' \ + '' \ + '' + git -C "${repo_paths__archlinux32}" archive "$(cat "${work_dir}/archlinux32.revision")" -- 'blacklist' | \ + tar -Ox | \ + sed ' + s|$|
| + ' + printf '%s\n' \ + '' \ + '' + } > \ + "${tmp_dir}/blacklist.html" + find "${tmp_dir}" -maxdepth 1 -type f | \ while read -r file; do cat "${file}" > \ -- cgit v1.2.3-54-g00ecf