[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: html_packages: fix check for NFU packages when looking at buildinfo files

Mattia Rizzolo gitlab at salsa.debian.org
Thu Apr 12 20:26:40 BST 2018


Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
85c8b021 by Mattia Rizzolo at 2018-04-12T21:26:16+02:00
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 <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_html_packages.py


Changes:

=====================================
bin/reproducible_html_packages.py
=====================================
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -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



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/85c8b0211b9ca9ff1f2465f4b4e6a2843d811fea

---
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/85c8b0211b9ca9ff1f2465f4b4e6a2843d811fea
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/qa-jenkins-scm/attachments/20180412/bfec9b87/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list