Unverified Commit 85c8b021 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian: html_packages: fix check for NFU packages when looking at buildinfo files



The NFU string is set by get_status_icon() to that canonical name with
the underscore.

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 6cb96892
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ def gen_suitearch_details(package, version, suite, arch, status, spokenstatus,
        context['buildinfo_uri'] = url
        default_view = default_view if default_view else url
    elif not args.ignore_missing_files and status not in \
        ('untested', 'blacklisted', 'FTBFS', 'not for us', 'depwait', '404'):
        ('untested', 'blacklisted', 'FTBFS', 'not_for_us', 'depwait', '404'):
            log.critical('buildinfo not detected at ' + buildinfo_file)

    # Get rbuild, build2 and build diffs context