Mercurial > hg > autobot
view README.txt @ 171:af76bbcc4457
add a dummy catch up function; this should work (at least in theory) as-is, though it might be better to FETCH earlier and pull now
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 31 Jan 2011 18:28:58 -0800 |
parents | f8dccf3377d9 |
children | a5709ef5e275 |
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] * devicemanager [IN FLIGHT] * firebug [TODO] * jetpack [TODO]