-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odd rotating-url
behavior?
#438
Comments
The Reference #373 |
The way the
I would prefer "if the hash of a source didn't change and the old URL still resolves". Alternatively you might consider "ignore redirects that don't match the given pattern". |
another pr on discord's side xd flathub/com.discordapp.Discord#444 |
At least until upstream addresses the following issue: flathub-infra/flatpak-external-data-checker#438 This is to prevent the bot from opening (and merging) multiple pull requests that point to the same version. Closes flathub#437
At least until upstream addresses the following issue: flathub-infra/flatpak-external-data-checker#438 This is to prevent the bot from opening (and merging) multiple pull requests that point to the same version. Closes flathub#437
This would mean that the file always have to be downloaded even if a version pattern is given. Although looking at the current code, this is the current behavior, this is not really a great solution for bigger applications to be re-downloaded for each check. Nevertheless, I created a PR that uses this solution: #439
If we ignore those redirects, we might miss new releases. Especially in use cases where the provider will only use those URLs ( |
On the Discord repository, there have been many pull requests made by this bot that simply change the URL of a
.tar.gz
source back and forth, even though its sha256 sum never changes:Additionally, the metainfo file is getting many duplicated
<release>
tags.Maybe the bot shouldn't open a pull request if the hash of a source didn't change and it's not an
extra-data
type?The text was updated successfully, but these errors were encountered: