Loading bin/reproducible_html_indexes.py +4 −1 Original line number Diff line number Diff line Loading @@ -647,6 +647,7 @@ pages = { }, 'notify': { 'global': True, 'limit': ['debian'], 'notes': True, 'nosuite': True, 'title': 'Packages with notification enabled', Loading Loading @@ -768,6 +769,8 @@ def build_page_section(page, section, suite, arch): def build_page(page, suite=None, arch=None): if 'limit' in pages[page] and DISTRO not in pages[page]['limit']: return gpage = False if pages[page].get('global') and pages[page]['global']: gpage = True Loading Loading
bin/reproducible_html_indexes.py +4 −1 Original line number Diff line number Diff line Loading @@ -647,6 +647,7 @@ pages = { }, 'notify': { 'global': True, 'limit': ['debian'], 'notes': True, 'nosuite': True, 'title': 'Packages with notification enabled', Loading Loading @@ -768,6 +769,8 @@ def build_page_section(page, section, suite, arch): def build_page(page, suite=None, arch=None): if 'limit' in pages[page] and DISTRO not in pages[page]['limit']: return gpage = False if pages[page].get('global') and pages[page]['global']: gpage = True Loading