diff options
-rwxr-xr-x | bin/filter-build-logs | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/bin/filter-build-logs b/bin/filter-build-logs index 54e13d8..48f9aeb 100755 --- a/bin/filter-build-logs +++ b/bin/filter-build-logs @@ -20,20 +20,7 @@ 'type' \ 'message' printf '</tr>\n' - find "${build_log_directory}/success" -maxdepth 1 -name '*.build-log.gz' -printf '%p\n' | \ - while read -r log; do - zcat "${log}" | \ - sed -n ' - /^Checking PKGBUILD$/{ - :a - $!{ - N - ba - } - p - } - ' - done | \ + find "${build_log_directory}/success" -maxdepth 1 -name '*.pkg.tar.xz-namcap.log.gz' -execdir zcat {} \; | \ sed ' /^Checking \(PKGBUILD\|\S\+\(-[^-]\+\)\{3\}\.pkg\.tar\.xz\)$/d / on your system is a testing release$/d |