comparison README.txt @ 59:e66165f2f31b

complete automagic imports
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 10 Jan 2011 22:40:18 -0800
parents 0926e5aa0339
children f8dccf3377d9
comparison
equal deleted inserted replaced
58:008404759e4f 59:e66165f2f31b
1 * mozmill 1 autobot
2 * jetpack thing 2 =======
3 * devicemanager 3
4 * profilemanager 4 buildbot for the A*Team
5 * logparser 5
6 * firebug 6 Using autobot
7 7
8 Autobot may be installed using the Install script::
9
10 curl http://...
11
12 This will create a virtualenv and install autobot for development
13 ($VIRTUAL_ENV/src/autobot). You can create a master-slave pair by
14 running ``create-autobot`` after activating the virtualenv. This is
15 mostly useful for autobot development. The scripts ``create-autobot-master`` and
16 ``create-autobot-slave`` are also available. The scripts will prompt you
17 for a factory. The factories are from ``autobot.projects`` and its
18 subdirectories.
19
20 Projects
21 --------
22
23 * logparser [WORKING]
24 * profilemanager [IN FLIGHT]
25 * mozmill [IN FLIGHT]
26 * firebug [TODO]
27 * jetpack [TODO]
28 * devicemanager [TODO]