[Git][reproducible-builds/reproducible-misc][master] Allow textual comments when cross-referencing against packages listed on...

Chris Lamb (@lamby) gitlab at salsa.debian.org
Mon Oct 17 19:29:43 UTC 2022



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-misc


Commits:
88e934f8 by Chris Lamb at 2022-10-17T12:28:51-07:00
Allow textual comments when cross-referencing against packages listed on Jenkins, not just the "ftbfs_in_jenkins_setup" tag.

- - - - -


1 changed file:

- clean-notes


Changes:

=====================================
clean-notes
=====================================
@@ -181,7 +181,7 @@ def check_notes_validity(notes, testedpkgs):
                 errors = True
             continue
         if testedpkgs[pkg]["status"] == "blacklisted":
-            if "ftbfs_in_jenkins_setup" not in note.get("issues", []):
+            if not note.get("comments", "") and "ftbfs_in_jenkins_setup" not in note.get("issues", []):
                 log.critical(
                     "the package %s is blacklisted, but no note was found", pkg
                 )



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-misc/-/commit/88e934f8a6279b9f8a8e93dd91eb85b02b3146f1

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-misc/-/commit/88e934f8a6279b9f8a8e93dd91eb85b02b3146f1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20221017/b68b603d/attachment.htm>


More information about the rb-commits mailing list