We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spidermonkey/get-latest-version.js currently only supports Beta builds, but it should also be possible to download Nightly builds:
curl -s -X POST https://buildhub.moz.tools/api/search \ -d '{"size": 1, "sort": {"build.id": "desc"}, "query": {"bool": {"must": [{"term": {"source.product": "firefox"}}, {"term": {"source.tree": "mozilla-central"}}, {"term": {"target.channel": "nightly"}}, {"term": {"target.platform": "linux-x86_64"}}]}}}'
The text was updated successfully, but these errors were encountered:
Add slides for TA interop item
55a15a7
No branches or pull requests
spidermonkey/get-latest-version.js currently only supports Beta builds, but it should also be possible to download Nightly builds:
curl -s -X POST https://buildhub.moz.tools/api/search \ -d '{"size": 1, "sort": {"build.id": "desc"}, "query": {"bool": {"must": [{"term": {"source.product": "firefox"}}, {"term": {"source.tree": "mozilla-central"}}, {"term": {"target.channel": "nightly"}}, {"term": {"target.platform": "linux-x86_64"}}]}}}'
The text was updated successfully, but these errors were encountered: