Unverified Commit 0a56df32 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian: set the max size for HTML pages for diffoscope to 1MB...


reproducible debian: set the max size for HTML pages for diffoscope to 1MB (current default is 400 KB)

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 06c70874
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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}" \