[Git][reproducible-builds/reproducible-misc][master] 2 commits: Generate a tracker.debian.org URL which is useful when the notes.git job rule...
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Mon Oct 3 15:01:56 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-misc
Commits:
de7db488 by Chris Lamb at 2022-10-03T08:01:27-07:00
Generate a tracker.debian.org URL which is useful when the notes.git job rule breaks on a removed package.
- - - - -
b2901ebc by Chris Lamb at 2022-10-03T08:01:36-07:00
Apply black.
- - - - -
1 changed file:
- clean-notes
Changes:
=====================================
clean-notes
=====================================
@@ -134,7 +134,7 @@ yaml.nodes.ScalarNode.__hash__ = scalar_node_hash
def compose_mapping_node(self, anchor):
start_event = self.get_event()
tag = start_event.tag
- if tag is None or tag == u"!":
+ if tag is None or tag == "!":
tag = self.resolve(yaml.nodes.MappingNode, None, start_event.implicit)
node = yaml.nodes.MappingNode(
tag, [], start_event.start_mark, None, flow_style=start_event.flow_style
@@ -174,7 +174,8 @@ def check_notes_validity(notes, testedpkgs):
pass
else:
log.critical(
- "the package %s is not known to the testing system. Maybe it's misspelled?",
+ "the package %s is not known to the testing system. Maybe it's misspelled or removed? Check https://tracker.debian.org/pkg/%s",
+ pkg,
pkg,
)
errors = True
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-misc/-/compare/301d06f916cec8a18e473d737b0cabbfbe29177e...b2901ebc2443e3fb57d7f2fc0a0991942084d8e2
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-misc/-/compare/301d06f916cec8a18e473d737b0cabbfbe29177e...b2901ebc2443e3fb57d7f2fc0a0991942084d8e2
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/20221003/1c01aced/attachment.htm>
More information about the rb-commits
mailing list