|
|
Line 1: |
Line 1: |
| This page is obsolete, documentation for TPS (formerly Crossweave) may now be found at https://developer.mozilla.org/en/TPS | | This page is obsolete, documentation for TPS (formerly Crossweave) may now be found at https://developer.mozilla.org/en/TPS |
|
| |
| == Dependencies ==
| |
|
| |
| From what I can glean from my history, dependencies are at least these:
| |
|
| |
| easy_install pytz carrot
| |
|
| |
| hg clone http://hg.mozilla.org/users/clegnitto_mozilla.com/mozillapulse
| |
| hg clone http://hg.mozilla.org/automation/pulsebuildmonitor
| |
| git clone git://github.com/jonallengriffin/mozrunner.git
| |
|
| |
| cd mozillapulse
| |
| python setup.py install
| |
| cd ../mozrunner
| |
| python setup.py install
| |
| cd ../pulsebuildmonitor
| |
| python setup.py install
| |
|
| |
|
| |
|
| == See Also == | | == See Also == |