Nightly Builds for {{ product }} {% if version %}{{ version }}{% endif %}
The following nightly builds were scraped from the Mozilla Nightly Builds FTP site.
| Date | Version | Platforms |
|---|---|---|
| {{ date.strftime('%B %d, %Y') }} | {{ version }} | {% for r in builds %} {{ r.platform }} {% endfor %} |
{% if version %}
{% set builds_rss_url = url('crashstats.buildsrss', product, version) %}
{% else %}
{% set builds_rss_url = url('crashstats.buildsrss', product) %}
{% endif %}
Subscribe