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

Update only when two sources are at the same version number #144

Open TheEvilSkeleton opened 3 years ago

TheEvilSkeleton commented 3 years ago

I'm not sure exactly how to explain this, but the com.github.Eloston.UngoogledChromium flatpak Chromium and ungoogled-chromium patches require to be at the same version. See:

Since Chromium (the latter) comes with updates sooner than ungoogled-chromium's patches, flathubbot starts building the ungoogled-chromium flatpak without the new patches. See https://github.com/flathub/com.github.Eloston.UngoogledChromium/pull/18.

How can I make flathubbot only PR when both versions are the same?

gasinvein commented 3 years ago

How can I make flathubbot only PR when both versions are the same?

You can't, sources are independent from each other. Although it makes sense to implement interconnection between modules. I'm not yet sure how to approach this, so ideas welcome.