From 60914910ccf3d3c189ee66190f111877a4e8e258 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 21:42:35 +0200 Subject: reproducible: explicitly explain that some problems needs to be fixed in diffoscope --- bin/reproducible_html_breakages.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index ea6b1ab2..f7a08bec 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -295,7 +295,8 @@ if __name__ == '__main__': bugs = get_bugs() html = '

This page lists unexpected things a human should look at and ' html += 'fix, like packages with an incoherent status or files that ' - html += 'should not be there. ' + html += 'should not be there. Be warned that quite some of these breakages ' + html += 'are due to bugs in diffoscope.' html += 'Please help making this page empty!

\n' breakages = gen_html() if breakages: -- cgit v1.2.3-54-g00ecf