[Git][reproducible-builds/reproducible-notes][master] 2 commits: Add support for detecting nondetermistic_js_output_from_webpack.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Thu Aug 31 18:14:44 UTC 2023



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


Commits:
6ada561e by Chris Lamb at 2023-08-31T11:12:15-07:00
Add support for detecting nondetermistic_js_output_from_webpack.

- - - - -
4c601672 by Chris Lamb at 2023-08-31T11:13:45-07:00
Tag packages with nondetermistic_js_output_from_webpack

- - - - -


2 changed files:

- bin/auto-classify
- packages.yml


Changes:

=====================================
bin/auto-classify
=====================================
@@ -113,6 +113,9 @@ def walk_json(elem):
         if v == "Sphinx inventory" and "Indeks" in diff:
             yield "sphinxdoc_translations"
 
+        if v.startswith("Pretty-printed") and "webpack:" in diff:
+            yield "nondetermistic_js_output_from_webpack"
+
         if v.endswith("sng") and "PlantUML" in diff:
             yield "png_generated_by_plantuml_captures_kernel_version_and_builddate"
 


=====================================
packages.yml
=====================================
@@ -18688,6 +18688,10 @@ node-react-highlighter:
   version: 0.4.3+repack2+~0.3.5-2
   issues:
     - nondetermistic_js_output_from_webpack
+node-react-paginate:
+  version: 8.1.5+ds-2
+  issues:
+    - nondetermistic_js_output_from_webpack
 node-rollup:
   version: 2.35.1-1
   issues:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/b5ff2d335a867e4627dce7cb7f66b19578aac6d7...4c601672f41e1d5097f2e81ca64551997903bd8c

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/-/compare/b5ff2d335a867e4627dce7cb7f66b19578aac6d7...4c601672f41e1d5097f2e81ca64551997903bd8c
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/20230831/c871bff9/attachment.htm>


More information about the rb-commits mailing list