From e2ce7d0806819c391b098e38843d542848a21ed8 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 24 Nov 2019 11:13:34 +0100 Subject: [PATCH] Revert "reproducible debian: set the max size for HTML pages for diffoscope to 1MB (current default is 400 KB)" diffoscope's default since v131 is 4MB This reverts commit 0a56df3226d9eb33178d6b5c47cb2fd01414cf98. --- bin/reproducible_build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 7e24b38c..efa24c9a 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -369,7 +369,6 @@ 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