You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 tohttps://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
The text was updated successfully, but these errors were encountered: