diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 21:42:35 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 21:42:35 +0200 |
commit | 60914910ccf3d3c189ee66190f111877a4e8e258 (patch) | |
tree | 55e0645a4c6ea5c46017fae9d8b4fa937eaba92a /bin | |
parent | a27eb4516b89843b0807e29938ecfa618d1d917b (diff) | |
download | jenkins.debian.net-60914910ccf3d3c189ee66190f111877a4e8e258.tar.xz |
reproducible: explicitly explain that some problems needs to be fixed in diffoscope
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_breakages.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 = '<p>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 <a href="http://anonscm.debian.org/cgit/reproducible/diffoscope.git">diffoscope</a>.' html += '<em>Please help making this page empty!</em></p>\n' breakages = gen_html() if breakages: |