Skip to content
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

Don't use mozdownload to download firefox #15329

Merged
merged 1 commit into from Feb 12, 2019
Merged

Conversation

jgraham
Copy link
Contributor

@jgraham jgraham commented Feb 11, 2019

Instead use the same URL that's used by mozilla.org. This hopefully reduces the
problem where mozdownload tries to download a file that doesn't exist yet.
Note that we are still using mozdownload for geckodriver

Instead use the same URL that's used by mozilla.org. This hopefully reduces the
problem where mozdownload tries to download a file that doesn't exist yet.
Note that we are still using mozdownload for geckodriver
@jgraham
Copy link
Contributor Author

jgraham commented Feb 12, 2019

Fixes #13274

@jgraham jgraham merged commit 803f7f0 into master Feb 12, 2019
@gsnedders gsnedders deleted the no_mozdownload_firefox branch February 12, 2019 16:01
product = {
"nightly": "firefox-nightly-latest-ssl",
"beta": "firefox-beta-latest-ssl",
"stable": "firefox-beta-latest-ssl"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jgraham I think what you really want here for stable is https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US. Otherwise you aren't using the release but beta version on stable.

filename = urlparse.urlsplit(resp.url).path.rsplit("/", 1)[1]

if not filename:
filename = "firefox.tar.bz2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we don't run those tests on other platforms than Linux?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants