Confirmed users
14,525
edits
Line 18: | Line 18: | ||
== Narrowing the Range == | == Narrowing the Range == | ||
'''''Note | '''''Note: We recommend narrowing down the range to six weeks between builds before using mozregression.''''' | ||
* Start from the date of the build you reproduced the bug with | |||
* Open the ''about:support'' page and make note of the Build ID from the ''Application Basics'' section (the build ID follows a YYYYMMDDhhmmss format). | |||
* Install a build from six weeks before that date from [ftp://ftp.mozilla.org/pub/firefox/nightly/ ftp.mozilla.org] | |||
* If that build reproduces the bug, go back another six weeks | |||
* Repeat this process until you find a build that does not reproduce the bug and make note of its build date | |||
* Use these dates to run mozregression | |||
For example, if the build ID of a good build is 20150401123456 and the build ID of a bad build is 20150410123456: | |||
<pre>mozregression --good 2015-04-01 --bad 2015-04-10</pre> | |||
For example, if the build ID of a good build is 20150401123456 and the build ID of a bad build is 20150410123456 | |||
== If Mozregression Fails == | == If Mozregression Fails == |