Nightlies: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
m (kill the heading)
Line 1: Line 1:
==What are nightlies?==
[[Mozilla Suite]], [[Firefox]], and [[Thunderbird]] all have releases and release candidates: These are the versions, such as Mozilla Suite 1.0 or Firefox 1.0, announced on [http://mozilla.com/ Mozilla] and other websites and the ones you hear about. However, the code for these upstanding programs change daily, and developers check in new code everyday. To help developers find new bugs and fixes, the code is recompiled each night and these '''nightlies''' are uploaded to [http://ftp.mozilla.org/ Mozilla's servers]. As noted, these nightlies are usually filled with bugs, are generally unstable, and should be avoided for anything except testing if possible.
[[Mozilla Suite]], [[Firefox]], and [[Thunderbird]] all have releases and release candidates: These are the versions, such as Mozilla Suite 1.0 or Firefox 1.0, announced on [http://mozilla.com/ Mozilla] and other websites and the ones you hear about. However, the code for these upstanding programs change daily, and developers check in new code everyday. To help developers find new bugs and fixes, the code is recompiled each night and these '''nightlies''' are uploaded to [http://ftp.mozilla.org/ Mozilla's servers]. As noted, these nightlies are usually filled with bugs, are generally unstable, and should be avoided for anything except testing if possible.


Line 6: Line 5:
==External Links==
==External Links==
* [ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/ Mozilla Suite nightlies]
* [ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/ Mozilla Suite nightlies]
** [ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/ Firefox nightlies]
* [ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/ Firefox nightlies]
** [ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/ Thunderbird nightlies]
* [ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/ Thunderbird nightlies]
* [http://www.squarefree.com/burningedge/ The Burning Edge]: Find out what's new in Firefox nightlies.
* [http://www.squarefree.com/burningedge/ The Burning Edge]: Find out what's new in Firefox nightlies.
** [http://weblogs.mozillazine.org/rumblingedge/ The Rumbling Edge]: Find out what's new in Thunderbird nightlies.
* [http://weblogs.mozillazine.org/rumblingedge/ The Rumbling Edge]: Find out what's new in Thunderbird nightlies.
* [http://bonsai.mozilla.org Mozilla's Bonsai]: A raw log of what changes in Mozilla's code.
* [http://bonsai.mozilla.org Mozilla's Bonsai]: A raw log of what changes in Mozilla's code.



Revision as of 15:16, 11 August 2006

Mozilla Suite, Firefox, and Thunderbird all have releases and release candidates: These are the versions, such as Mozilla Suite 1.0 or Firefox 1.0, announced on Mozilla and other websites and the ones you hear about. However, the code for these upstanding programs change daily, and developers check in new code everyday. To help developers find new bugs and fixes, the code is recompiled each night and these nightlies are uploaded to Mozilla's servers. As noted, these nightlies are usually filled with bugs, are generally unstable, and should be avoided for anything except testing if possible.

However, if you want to get involved and want to help with development or bug triaging or filing bugs or patch writing or anything fun like that, using nightly are an excellent tool. This is the reason why Mozilla's Bugzilla recommends users to use nightlies before reporting bugs because those bugs could have been already fixed in recent nightlies.

External Links