-
Notifications
You must be signed in to change notification settings - Fork 77
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
If only the major number is specified for a release build consider downloading the latest bug fix release #668
Comments
Hi, |
Welcome @ghost and great to see that you have interest in contributing to the mozdownload project! So this issue is all around the Firefox releases including candidate builds. For both we have the The central code around retrieving available versions of an application is in Something that I would suggest is to not blindly return the version anymore in line 713, but really check if the version is present. Therefore we already have the parser code below. If the version like To run tests and checks I would propose that you create a virtual environment and run Let me know if something is not clear and you need more help. Thanks again in advance! |
…correct release scraper
… case with loren ipsum
…ase test case with 23.1.0
…0 version candidates
…idate test cases with 23.1.0
Trying to download a Firefox build by only specifying the major version currently fails:
In such a case when no minor and bugfix version is included we should fallback to the latest bug fix release of this major release which in this case is 108.0.2.
The text was updated successfully, but these errors were encountered: