Verified 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
......@@ -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}" \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment