[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: get rid off 'hello world'

Holger Levsen holger at moszumanska.debian.org
Tue Mar 10 00:16:02 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 aa903f7345285a1f7dcaafe8c594965523697303
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 10 01:13:48 2015 +0100

    reproducible: get rid off 'hello world'
---
 bin/reproducible_html_packages.py | 2 +-
 userContent/untested.html         | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 9083013..80e66ff 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -145,7 +145,7 @@ def gen_extra_links(package, version, suite, arch):
     else:
         log.warning('The package ' + package +
                     ' did not produce any buildlog! Check ' + rbuild)
-    default_view = '/index.html' if not default_view else default_view
+    default_view = '/untested.html' if not default_view else default_view
     return (links, default_view)
 
 
diff --git a/userContent/untested.html b/userContent/untested.html
new file mode 100644
index 0000000..0ebcb20
--- /dev/null
+++ b/userContent/untested.html
@@ -0,0 +1,4 @@
+<html>
+<head>
+</head>
+<body> ></body></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