Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Talk details are specified in YAML files
# YAML was selected because we can use multi-line strings and add
# comments in the file.
speaker_name: "Chris AtLee"
talk_title: "How Mozilla uses Python to build and ship Firefox"
# At least 1 tag is necessary!!
talk_tags:
- "open source"
- "industry"
- "release engineering"
talk_abstract: "Mozilla ships a new version of Firefox every 6-8 weeks, new Betas are released twice a week, and Nightly builds are released twice a day.
Learn how Python is used at Mozilla in all stages of the build and release pipeline to bring Firefox to the world!"
talk_details: |
Mozilla uses Python at nearly all stages of the build and release process. The goal of this talk is to give an overview of the various ways Python are used in a large scale infrastructure for shipping desktop and mobile applications.
In brief the flow is: version control (hg in python) -> taskcluster (node) -> build system (python) -> signing (python) -> publishing (python). Firefox’s update server (Balrog) is completely written in Python and serves millions of requests each day.
All of our code is developed in the open, and so you can follow along and see for yourself how Mozilla builds and ships Firefox to the world!
# Markdown is supported
about_author: 'Chris AtLee leads the Firefox Release Engineering team at Mozilla. He has been using with Python for over 15 years to build CI systems, glue infrastructure together, and to automate his life. You can reach Chris [@chrisatlee](http://twitter.com/chrisatlee) on Twitter.'
# web link will only show if about_author section is present
author_website: 'https://atlee.ca'