From 9886c231a9a06be98c7c67268ddfb1c289377307 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 11 Aug 2015 12:28:55 +0000 Subject: reproducible: _html_packages: add architecture qualifier after the current suite name --- bin/reproducible_html_packages.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 448df8cd..92b9a43a 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -16,7 +16,7 @@ html_package_page = Template((tab*2).join((""" - $package $suite: $version + $package $suite/$arch: $version $status $build_time: @@ -202,6 +202,7 @@ def gen_packages_html(packages, no_clean=False): html = html_package_page.substitute( package=pkg, suite=suite, + arch=arch, status=status, version=version, build_time=build_date, -- cgit v1.2.3-54-g00ecf