-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Rotating URL f.e.d.c does not respect the pattern provided. In the following yaml, you can see the pattern is configured
https://cdnnow-distr.gaijinent.com/wt_launcher_linux_([0-9.]+).tar.gz. This means that the new URL should match said pattern. But, also looking at the following yaml, you can see that the URL has been set to https://aws-yup-distr-04.gaijinent.com/wt_launcher_linux_0.9.4.114.tar.gz.
https://github.com/flathub/net.gaijin.WarThunder/blob/62a9fc4fc1b919ce20bc90cd0be17fc04b2d5959/net.gaijin.WarThunder.yaml#L68
This means that, well. Any time that the upstream URL provides a different aws server (and every time the f.e.d.c bot runs) a new PR is made.
https://github.com/flathub/net.gaijin.WarThunder/pulls
I have attempted to correct this with more "correct" regex, but local testing finds it to also not work.
flathub/net.gaijin.WarThunder#150