[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: html_packages: fix typo

Holger Levsen holger at moszumanska.debian.org
Mon Jun 1 14:46:48 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 c1172fc6599d2367d5037a1c58789d4899270d48
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Mon Jun 1 16:46:00 2015 +0200

    reproducible: html_packages: fix typo
---
 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 d649b12..a7f9e26 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -116,7 +116,7 @@ def link_buildlogs(package, eversion, suite, arch):
     uri = LOGS_URI + '/' + path
     if os.access(log.format('1'), os.R_OK):
         html += '<a href="' + uri.format('1') + '" target="main">log1</a>\n'
-    if os.access(logs.format('2'), os.R_OK):
+    if os.access(log.format('2'), os.R_OK):
         html += '<a href="' + uri.format('2') + '" target="main">2</a>\n'
     return 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