From 0a56df3226d9eb33178d6b5c47cb2fd01414cf98 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 15 Nov 2019 22:16:09 +0100 Subject: [PATCH] reproducible debian: set the max size for HTML pages for diffoscope to 1MB (current default is 400 KB) Signed-off-by: Mattia Rizzolo --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index efa24c9a..7e24b38c 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -369,6 +369,7 @@ call_diffoscope_on_changes_files() { --html $TMPDIR/${DBDREPORT} \ --text $TMPDIR/$DBDTXT \ --json $TMPDIR/$DBDJSON \ + --max-page-size 1048576 \ --profile=- \ $TMPDIR/b1/${CHANGES} \ $TMPDIR/b2/${CHANGES}" \ -- GitLab