Confirmed users
1,989
edits
Line 81: | Line 81: | ||
With the move to taskcluster, nightly build artifacts are no longer stored on archive.mozilla.org. Instead, they can be downloaded in two ways: | With the move to taskcluster, nightly build artifacts are no longer stored on archive.mozilla.org. Instead, they can be downloaded in two ways: | ||
1. Treeherder. With buildbot, the build + signing + repackaging of Firefox into the correct format for that platform was a single job, the nightly build. With the move to taskcluster, the installable artifacts are created in different job names. | |||
For Android and Linux, they are in the Ns (nightly signing) jobs on treeherder. For Mac and Windows, they are in the Nr (nightly repackage) job. Here is a [https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&filter-job_type_symbol=Ns&filter-job_type_symbol=Nr filter for mozilla-central] that will display the job names you need to download the artifacts. | For Android and Linux, they are in the Ns (nightly signing) jobs on treeherder. For Mac and Windows, they are in the Nr (nightly repackage) job. Here is a [https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&filter-job_type_symbol=Ns&filter-job_type_symbol=Nr filter for mozilla-central] that will display the job names you need to download the artifacts. | ||
Line 92: | Line 92: | ||
</pre> | </pre> | ||
2. Indexes. Taskcluster indexes identify artifacts associated with each job. For the latest [https://tools.taskcluster.net/index/gecko.v2.mozilla-central.nightly.latest.firefox taskcluster nightlies, look here]. Again, the jobs and artifacts associated with each nightly correspond the the chart above. Click on the appropriate job, then "Taskid" on the right, then "Run artifacts" on the right. | |||
== Disable updates == | == Disable updates == |