[Git][reproducible-builds/reproducible-notes][master] 2 commits: Remove (incorrect!) assumption I added about randomness_in_perl6_precompiled_libraries.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Sat Feb 26 07:01:03 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-notes
Commits:
99b9f9cc by Chris Lamb at 2022-02-26T06:58:54+00:00
Remove (incorrect!) assumption I added about randomness_in_perl6_precompiled_libraries.
- - - - -
e2c204c5 by Chris Lamb at 2022-02-26T06:59:08+00:00
Add support to auto-classify randomness_in_perl6_precompiled_libraries.
- - - - -
2 changed files:
- bin/auto-classify
- issues.yml
Changes:
=====================================
bin/auto-classify
=====================================
@@ -90,6 +90,9 @@ def walk_json(elem):
if v.endswith("/navtreeindex2.js"):
yield "nondeterministic_ordering_in_documentation_generated_by_doxygen"
+ if v.endswith(".repo-id"):
+ yield "randomness_in_perl6_precompiled_libraries"
+
diff = elem["unified_diff"]
if not diff:
=====================================
issues.yml
=====================================
@@ -2127,8 +2127,7 @@ build_path_in_typelib_files_generated_by_gir_compiler:
absolute build path
randomness_in_perl6_precompiled_libraries:
description:
- Pretty sure Debian shouldn't be shipping these, just like .pyc
- files. See https://wiki.debian.org/Perl6PreCompProposal and
+ See https://wiki.debian.org/Perl6PreCompProposal and
https://bugs.debian.org/1002496 for more information.
build_date_in_egg_info_directory_name:
description:
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/30aad349f763b182cabf0d4300501f093d3f09e5...e2c204c5a5bbfb0b510a217ba66a1d6ce8f71179
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/30aad349f763b182cabf0d4300501f093d3f09e5...e2c204c5a5bbfb0b510a217ba66a1d6ce8f71179
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/20220226/b513eac1/attachment.htm>
More information about the rb-commits
mailing list