flathub-infra / flatpak-external-data-checker

A tool for checking if the external data used in Flatpak manifests is still up to date
GNU General Public License v2.0
116 stars 34 forks source link

main: Report the module name when only one module changed #431

Closed bbhtt closed 3 weeks ago

bbhtt commented 3 weeks ago

Instead of falling back to len(module_names)

bbhtt commented 3 weeks ago

See for example https://github.com/flathub/io.github.streetpea.Chiaki4deck/pull/39

The changes are unique but, the module name is not (we are removing duplicated module names). So there can be multiple changed sources but all belonging to one module.