From e751895d2c92aab96e103893c4a438a1f7ac1823 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 7 Mar 2015 11:15:23 +0100 Subject: reproducible: html_packages: use /index.html as a default view for the iframe, to print a nice hello world instead of an ungly 404 error --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index f4eea167..c3671a48 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -100,7 +100,7 @@ def gen_extra_links(package, version, suite, arch): eversion + '.debbindiff.html' links = '' - default_view = False + default_view = '/index.html' # check whether there are notes available for this package if os.access(notes, os.R_OK): url = NOTES_URI + '/' + package + '_note.html' -- cgit v1.2.3-54-g00ecf