UpdateGeneration: Difference between revisions
Jump to navigation
Jump to search
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
Line 24: | Line 24: | ||
=== Updates between major branches (aka major update) === | === Updates between major branches (aka major update) === | ||
== Proposed new process == | == Proposed new unified process == |
Revision as of 23:54, 14 July 2009
Update generation
One of the key features of Firefox is the update system that allows Mozilla to push out bug fixes and new features to users automatically.
Current processes
Currently we use two different sets of processes and tools to generate updates for nightly updates and releases.
Nightly updates
- nightly builders generate complete MAR using Makefile
- upload complete MAR to staging along with build
- upload complete snippet to AUS2 server
- prometheus-vm runs cron script every 5 minutes (patch-packager-cron.sh) that calls patch-packager.pl. In the simplest terms, this script does the following:
- Read in all of the available builds.
- Compute all of the patches we could offer.
- Read in all of the offered patches.
- Compute which patches we aren't offering which we could.
- Create all of the patches we could offer.
- Upload them.