Mercurial > hg > autobot
view README.txt @ 62:2a5fa6876e48
update template to conform to the new CLI
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 11 Jan 2011 09:18:33 -0800 |
parents | e66165f2f31b |
children | f8dccf3377d9 |
line wrap: on
line source
autobot ======= buildbot for the A*Team Using autobot Autobot may be installed using the Install script:: curl http://... This will create a virtualenv and install autobot for development ($VIRTUAL_ENV/src/autobot). You can create a master-slave pair by running ``create-autobot`` after activating the virtualenv. This is mostly useful for autobot development. The scripts ``create-autobot-master`` and ``create-autobot-slave`` are also available. The scripts will prompt you for a factory. The factories are from ``autobot.projects`` and its subdirectories. Projects -------- * logparser [WORKING] * profilemanager [IN FLIGHT] * mozmill [IN FLIGHT] * firebug [TODO] * jetpack [TODO] * devicemanager [TODO]