summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-21 02:44:43 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-21 02:44:43 +0100
commit41ada00281626e56155a7e65dc09af36c31fb5ca (patch)
tree271a7ad778d77935a525f1f873a822e06bacec55 /bin/reproducible_html_breakages.py
parentce4dd8bdb8e9a427216ce9417bc12cb1c2b43825 (diff)
downloadjenkins.debian.net-41ada00281626e56155a7e65dc09af36c31fb5ca.tar.xz
s#reproducible.debian.net#tests.reproducible-builds.org#g in many but not all places yet
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 12c9de3d..8b653b23 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -325,7 +325,7 @@ if __name__ == '__main__':
else:
html += '<p><b>COOL!!!</b> Everything is GOOD and not a single issue was '
html += 'detected. <i>Enjoy!</i></p>'
- title = 'Breakage on reproducible.debian.net'
+ title = 'Breakage on the Debian pages of tests.reproducible-builds.org'
destfile = BASE + '/index_breakages.html'
desturl = REPRODUCIBLE_URL + '/index_breakages.html'
write_html_page(title, html, destfile, style_note=True)