reproducible-check: get and use data for all Debian suites

This fixes reporting the right data for the script reproducible-check on Debian stable or oldstable.

  • reproducible-tracker.json only contains data for unstable, so running this tool on stable (or oldstable) generates an incorrect report where most of the packages appear as unreproducible (because the version installed not longer matchs the Unstable version).

  • Use instead reproducible.json that contains information about what packages are reproducible on the different Debian suites like Experimental, Unstable, Stable and Oldstable (and others).

Currently on debian oldstable (buster) before this patch I get:

(7.99%) of installed binary packages are reproducible.

After the patch I get

(71.26%) of installed binary packages are reproducible.

Edited by Carlos Alberto Lopez Perez

Merge request reports

Loading