From 9d11e700923fa7abf80bc36332606d204deeeed3 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 1 Jun 2015 18:24:27 +0200 Subject: reproducible: html_indexes: set suite/arch to the defaults when building a global page --- bin/reproducible_html_indexes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_html_indexes.py') diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 12917808..a250c46d 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -399,6 +399,8 @@ def build_page(page, suite=None, arch=None): gpage = False if pages[page].get('global') and pages[page]['global']: gpage = True + suite = defaultsuite + arch = defaultarch if not gpage and suite and not arch: print_critical_message('The architecture was not specified while ' + 'building a suite-specific page.') -- cgit v1.2.3-54-g00ecf