Verified Commit e2ce7d08 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Revert "reproducible debian: set the max size for HTML pages for diffoscope to...

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 0a56df32.
parent 3a7ef746
...@@ -369,7 +369,6 @@ call_diffoscope_on_changes_files() { ...@@ -369,7 +369,6 @@ call_diffoscope_on_changes_files() {
--html $TMPDIR/${DBDREPORT} \ --html $TMPDIR/${DBDREPORT} \
--text $TMPDIR/$DBDTXT \ --text $TMPDIR/$DBDTXT \
--json $TMPDIR/$DBDJSON \ --json $TMPDIR/$DBDJSON \
--max-page-size 1048576 \
--profile=- \ --profile=- \
$TMPDIR/b1/${CHANGES} \ $TMPDIR/b1/${CHANGES} \
$TMPDIR/b2/${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