[Qa-jenkins-scm] [jenkins.debian.net] 01/02: 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

Holger Levsen holger at moszumanska.debian.org
Sat Mar 7 10:19:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit e751895d2c92aab96e103893c4a438a1f7ac1823
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Mar 7 11:15:23 2015 +0100

    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(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index f4eea16..c3671a4 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'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list