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
115 stars 36 forks source link

Use GitHub API to enumerate all Flathub repos #31

Closed wjt closed 5 years ago

wjt commented 5 years ago

Currently, the checker checks a hardcoded list of apps in wrappers/jenkins-check-flatpak-external-apps. It could be taught to use the GitHub API to enumerate all Flathub repos and check them.

Apps may wish to opt out – for instance, 2b1b4d21597c28a869fcab36461d29b2f697a33d removed RuneScape from the hardcoded list – so it could check for a key in flathub.json, if present.

wjt commented 5 years ago

@barthalion has deployed the checker as a per-repo action.