Firefox builds on the Taskcluster Index
RIP FTP?
You have have heard rumblings that FTP is going away...
Over the past few quarters we've been working to migrate our infrastructure off of the ageing "FTP" [1] system to Amazon S3.
We've maintained some backwards compatibility for the time being [2], so that current Firefox CI and release builds are still available via ftp.mozilla.org, or preferably, archive.mozilla.org since we don't support the ftp protocol any more!
Our long term plan is to make the builds available via the Taskcluster Index, and stop uploading builds to archive.mozilla.org
How do I find my builds???
This is pretty big change, but we really think this will make it easier to find the builds you're looking for.
The Taskcluster Index allows us to attach multiple "routes" to a build job. Think of a route as a kind of hierarchical tag, or directory. Unlike regular directories, a build can be tagged with multiple routes, for example, according to the revision or buildid used.
A great tool for exploring the Taskcluster Index is the Indexed Artifact Browser
Here are some recent examples of nightly Firefox builds:
- The latest win64 nightly Firefox build is available via the
-
gecko.v2.mozilla-central.nightly.latest.firefox.win64-opt route
This same build (as of this writing) is also available via its revision:
gecko.v2.mozilla-central.nightly.revision.47b49b0d32360fab04b11ff9120970979c426911.firefox.win64-opt
Or the date:
gecko.v2.mozilla-central.nightly.2015.11.27.latest.firefox.win64-opt
The artifact browser is simply an interface on top of the index API. Using this API, you can also fetch files directly using wget, curl, python requests, etc.:
https://index.taskcluster.net/v1/task/gecko.v2.mozilla-central.nightly.latest.firefox.win64-opt/artifacts/public/build/firefox-45.0a1.en-US.win64.installer.exe [3]
Similar routes exist for other platforms, for B2G and mobile, and for opt/debug variations. I encourage you to explore the gecko.v2 namespace, and see if it makes things easier for you to find what you're looking for! [4]
Can't find what you want in the index? Please let us know!
in fact, all Firefox builds right now are currently uploaded to S3. we've just had to implement some compatibility layers to make S3 appear in many ways like the old FTP service.
yes, you need to know the version number...for now. we're considering stripping that from the filenames. if you have thoughts on this, please get in touch!
ignore the warning on the right about "Task not found" - that just means there are no tasks with that exact route; kind of like an empty directory
Comments