QA/TDAI/RegressionRangeInstall: Difference between revisions

From MozillaWiki
< QA‎ | TDAI
Jump to navigation Jump to search
Line 23: Line 23:
</pre>
</pre>


* you can now run the regression range finder with the command line:<pre>python regression.py -g 2009-12-01 -b 2010-01-16</pre>
* you can now run the regression range finder with the command line:
<pre>python regression.py -g 2009-12-01 -b 2010-01-16</pre>


=Mac=
=Mac=

Revision as of 01:05, 23 January 2010

Windows

  • Download regression.zip and unzip in the location of your choice (like the Desktop).
  • Run Mozilla Build. this can usually be done by running C:\mozilla-build\start-l10n.bat
  • navigate to the unzipped regression folder from this command line, for example:
    cd Desktop/regression
  • execute the install script from this directory by running the command:
    ./install-windows.sh
  • you can now run the regression range finder with the command line:
    python regression.py -g 2009-12-01 -b 2010-01-16

Ubuntu

  • Download regression.zip and unzip in the location of your choice (like the Desktop).
  • Run these commands:
sudo apt-get install python-setuptools
sudo easy_install mozmill
sudo easy_install BeautifulSoup
sudo easy_install httplib2
  • you can now run the regression range finder with the command line:
python regression.py -g 2009-12-01 -b 2010-01-16

Mac

  • Download regression.zip and unzip in the location of your choice (like the Desktop).
  • Run these commands in the terminal:
curl -O http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
sudo easy_install mozmill
sudo easy_install BeautifulSoup
sudo easy_install httplib2
  • cd into the unzipped regression folder and run the regression range finder with the command line:
python regression.py -g 2009-12-01 -b 2010-01-16