mozilla / mozdownload

Easy to use download tool and API for different types of Firefox and Thunderbird builds
http://pypi.python.org/pypi/mozdownload
Other
68 stars 76 forks source link

Download by using `--build-number` always fails because latest mozilla-central is queried #691

Closed whimboo closed 2 months ago

whimboo commented 2 months ago

When using the following command I expect to get a build from 21st of October in 2015:

mozdownload -t daily --build-number 20151021030212

But strangely it's querying for latest builds on mozilla-central:

INFO | Retrieving the build status file from https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
INFO | Retrieving list of builds from https://archive.mozilla.org/pub/firefox/nightly/2024/06/
INFO | Found 1 build: 2024-06-25-21-32-30-mozilla-central-l10n

This bug is already present for a while and at least the latest release is affected as well.

whimboo commented 2 months ago

Oh, I actually mixed up the build number with the build id. Using --build-id actually makes it work.