RapidRelease/FAQ: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Q: Does mozilla-aurora require approval flags in bugzilla?: We know have a system for requesting approvals.)
m (don't indent the answer wiki text, it makes it ugly PREformatted)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
== Milestones ==
== Milestones ==
=== Q: What are the milestones for FF5? ===
=== Q: What are the milestones for FF5? ===
A: mozilla-aurora merges to mozilla-beta on May 17.  Other milestones are [http://mozilla.github.com/process-releases/draft/development_specifics/#milestones-ff5 described here]
A: mozilla-aurora merges to mozilla-beta on May 17.  Other milestones are [http://mozilla.github.com/process-releases/draft/development_specifics/#milestones-ff5 described here]


=== Q: What are the milestones for the release after FF5? ===
=== Q: What are the milestones for the release after FF5? ===
A: The next merge from mozilla-central to mozilla-aurora should occur May 24.
A: The next merge from mozilla-central to mozilla-aurora should occur May 24.


== Repositories ==
== Repositories ==
=== Q: What repositories do we use for the rapid release process? ===
=== Q: What repositories do we use for the rapid release process? ===
A: mozilla-central, mozilla-aurora, mozilla-beta and mozilla-release [http://mozilla.github.com/process-releases/draft/development_specifics/#repositories described here]
A: mozilla-central, mozilla-aurora, mozilla-beta and mozilla-release [http://mozilla.github.com/process-releases/draft/development_specifics/#repositories described here]


=== Q: What is the Firefox version number used in each repository? ===  
=== Q: What is the Firefox version number used in each repository? ===  
A: mozilla-central uses X.0a1, mozilla-aurora uses X.0a2, mozilla-beta X.0 as [http://mozilla.github.com/process-releases/draft/development_specifics/#versioning-firefox described here]
A: mozilla-central uses X.0a1, mozilla-aurora uses X.0a2, mozilla-beta X.0 as [http://mozilla.github.com/process-releases/draft/development_specifics/#versioning-firefox described here]


=== Q: What is the gecko version number used in each repository? ===  
=== Q: What is the gecko version number used in each repository? ===  
A: Same as the Firefox version number as [http://mozilla.github.com/process-releases/draft/development_specifics/#versioning-gecko described here]
A: Same as the Firefox version number as [http://mozilla.github.com/process-releases/draft/development_specifics/#versioning-gecko described here]


=== Q: Does mozilla-central require approval flags in bugzilla? ===  
=== Q: Does mozilla-central require approval flags in bugzilla? ===  
A: No.
A: No.


=== Q: Does mozilla-aurora require approval flags in bugzilla? ===  
=== Q: Does mozilla-aurora require approval flags in bugzilla? ===  
A: Yes.  Set approval-mozilla-aurora? to request approval.
A: Yes.  Set approval-mozilla-aurora? to request approval.


=== Q: How is one repository merged to another? ===  
=== Q: How is one repository merged to another? ===  
A: The mechanics are [http://mozilla.github.com/process-releases/draft/development_specifics/#branching described here]
A: The mechanics are [http://mozilla.github.com/process-releases/draft/development_specifics/#branching described here]


=== Q: When does stabilization occur? ===
=== Q: When does stabilization occur? ===
A: After the pull to the next downstream branch.  For instance mozilla-central is merged to mozilla-aurora and then stabilization occurs on mozilla-aurora.
A: After the pull to the next downstream branch.  For instance mozilla-central is merged to mozilla-aurora and then stabilization occurs on mozilla-aurora.


== Triage ==
== Triage ==
=== Q: How do I nominate a bug for action in the mozilla-aurora repository? ===  
=== Q: How do I nominate a bug for action in the mozilla-aurora repository? ===  
A: Set tracking5?
A: Set tracking5?


=== Q: How do I see what bugs have been nominated and approved? ===  
=== Q: How do I see what bugs have been nominated and approved? ===  
A: [[Firefox/Aurora]]
A: [[Firefox/Aurora]]


== Channels ==
== Channels ==
=== Q: What channels exist for updates? ===  
=== Q: What channels exist for updates? ===  
A: Nightly, Aurora, Beta and Release
A: Nightly, Aurora, Beta and Release
 
=== Q: Where is the channel download page? ===
A: http://www.mozilla.com/en-US/firefox/channel/
 
=== Q: Why isn't nightly on the channel download page? ===
A: Users getting nightlies should be very conscious of the risks.


=== Q: What locales will be built for the Aurora channel? ===  
=== Q: What locales will be built for the Aurora channel? ===  
A: All 88
A: All 88


=== Q: What locales will be built for the Beta and Release channel? ===  
=== Q: What locales will be built for the Beta and Release channel? ===  
A: All locales that have been shipped before or are new and well supported
A: All locales that have been shipped before or are new and well supported
 
== Features ==
=== Q: How are features handled? ===
A: Using feature pages, more details are at [[Features/Planning_and_Tracking]]
 
=== Q: What features are being worked on for the next release? ===
A: In general feature status is available on the [[Features/Release_Tracking|release tracking page]]
 
=== Q: How do I suggest a feature? ===
A: You can write a [[Feature_Page_Structure|feature page]] and submit it to the [[Features/Inbox|Inbox]]


== Security & Stability Updates ==
== Security & Stability Updates ==
=== Q: How will users get regular security and stability updates? ===
=== Q: How will users get regular security and stability updates? ===
A: By being silently updated to the next release.
A: By being silently updated to the next release.


=== Q: Will there still be chemspill releases for critical issues? ===
=== Q: Will there still be chemspill releases for critical issues? ===
A: Yes.
A: Yes.

Latest revision as of 02:55, 26 June 2011

Documentation

Glossary

  • Stabilization is the process of backing out and preff-ing off features and changes
  • Downstream Repository is the repository from which an antecedent or Upstream Repository is merged to, for instance mozilla-aurora is the downstream repository for mozilla-central in the current

FAQ

Milestones

Q: What are the milestones for FF5?

A: mozilla-aurora merges to mozilla-beta on May 17. Other milestones are described here

Q: What are the milestones for the release after FF5?

A: The next merge from mozilla-central to mozilla-aurora should occur May 24.

Repositories

Q: What repositories do we use for the rapid release process?

A: mozilla-central, mozilla-aurora, mozilla-beta and mozilla-release described here

Q: What is the Firefox version number used in each repository?

A: mozilla-central uses X.0a1, mozilla-aurora uses X.0a2, mozilla-beta X.0 as described here

Q: What is the gecko version number used in each repository?

A: Same as the Firefox version number as described here

Q: Does mozilla-central require approval flags in bugzilla?

A: No.

Q: Does mozilla-aurora require approval flags in bugzilla?

A: Yes. Set approval-mozilla-aurora? to request approval.

Q: How is one repository merged to another?

A: The mechanics are described here

Q: When does stabilization occur?

A: After the pull to the next downstream branch. For instance mozilla-central is merged to mozilla-aurora and then stabilization occurs on mozilla-aurora.

Triage

Q: How do I nominate a bug for action in the mozilla-aurora repository?

A: Set tracking5?

Q: How do I see what bugs have been nominated and approved?

A: Firefox/Aurora

Channels

Q: What channels exist for updates?

A: Nightly, Aurora, Beta and Release

Q: Where is the channel download page?

A: http://www.mozilla.com/en-US/firefox/channel/

Q: Why isn't nightly on the channel download page?

A: Users getting nightlies should be very conscious of the risks.

Q: What locales will be built for the Aurora channel?

A: All 88

Q: What locales will be built for the Beta and Release channel?

A: All locales that have been shipped before or are new and well supported

Features

Q: How are features handled?

A: Using feature pages, more details are at Features/Planning_and_Tracking

Q: What features are being worked on for the next release?

A: In general feature status is available on the release tracking page

Q: How do I suggest a feature?

A: You can write a feature page and submit it to the Inbox

Security & Stability Updates

Q: How will users get regular security and stability updates?

A: By being silently updated to the next release.

Q: Will there still be chemspill releases for critical issues?

A: Yes.