[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: _html_packages: do not hardcode amd64 in buildinfo filename
Holger Levsen
holger at moszumanska.debian.org
Sat Aug 8 14:17:47 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 19a853a6095a06c1863090da87b59177e2c9f0c8
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Aug 8 14:15:30 2015 +0000
reproducible: _html_packages: do not hardcode amd64 in buildinfo filename
---
bin/reproducible_html_packages.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 3108086..c55e8cb 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -127,7 +127,7 @@ def gen_extra_links(package, version, suite, arch, status):
eversion = strip_epoch(version)
notes = NOTES_PATH + '/' + package + '_note.html'
buildinfo = BUILDINFO_PATH + '/' + suite + '/' + arch + '/' + package + \
- '_' + eversion + '_amd64.buildinfo'
+ '_' + eversion + '_' + arch + '.buildinfo'
dbd = DBD_PATH + '/' + suite + '/' + arch + '/' + package + '_' + \
eversion + '.debbindiff.html'
dbdtxt = DBDTXT_PATH + '/' + suite + '/' + arch + '/' + package + '_' + \
@@ -160,7 +160,7 @@ def gen_extra_links(package, version, suite, arch, status):
default_view = url
if pkg_has_buildinfo(package, version, suite):
url = BUILDINFO_URI + '/' + suite + '/' + arch + '/' + package + \
- '_' + eversion + '_amd64.buildinfo'
+ '_' + eversion + '_' + arch + '.buildinfo'
links += '<a href="' + url + '" target="main">buildinfo</a>\n'
if not default_view:
default_view = url
--
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