Unverified Commit 2d1708e1 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: build index_notify only for Debian

parent a30c3c18
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -647,6 +647,7 @@ pages = {
    },
    'notify': {
        'global': True,
        'limit': ['debian'],
        'notes': True,
        'nosuite': True,
        'title': 'Packages with notification enabled',
@@ -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