From d048bf03113ba9ea4ccd6ebe067264b233b79184 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 29 Oct 2017 21:23:52 +0100 Subject: bin/filter-build-logs: add page about text-rel-packages --- bin/filter-build-logs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'bin/filter-build-logs') diff --git a/bin/filter-build-logs b/bin/filter-build-logs index c139f9b..05b534a 100755 --- a/bin/filter-build-logs +++ b/bin/filter-build-logs @@ -58,3 +58,23 @@ '' } > \ "${webserver_directory}/namcap-outputs.html" + +{ + printf '%s\n' \ + '' \ + '' \ + 'packages with text relocations' \ + '' \ + '' + find "${webserver_directory}/build-logs/success" -name '*-namcap.log.gz' \ + -exec zgrep -q '^[+*].*\sELF file (.*) has text relocations\.$' '{}' \; \ + -printf '%f\n' | \ + sort | \ + sed ' + s|-namcap\.log\.gz$|
| + ' + printf '%s\n' \ + '' \ + '' +} > \ + "${webserver_directory}/text-relocations-packages.html" -- cgit v1.2.3