log

age author description
2011-01-23 Jeff Hammel trying with a silly deferred list
2011-01-23 Jeff Hammel actually return something
2011-01-23 Jeff Hammel forgot a _
2011-01-23 Jeff Hammel relabel incorrectly labeled method
2011-01-23 Jeff Hammel now its revList, not changelist
2011-01-23 Jeff Hammel get the metadata
2011-01-23 Jeff Hammel reversed, not reverse, and make it a list
2011-01-23 Jeff Hammel forgot the self.
2011-01-23 Jeff Hammel uncommenting change processing
2011-01-23 Jeff Hammel starting to get to the changelist
2011-01-23 Jeff Hammel rearrange functions
2011-01-22 Jeff Hammel unrolling this to look more like the installed version of gitpoller
2011-01-19 Jeff Hammel * fix syntax and indentation errors
2011-01-18 Jeff Hammel flush out hgpoller; untested
2011-01-14 Jeff Hammel add a stub for an hg poller; doesnt work yet
2011-01-13 Jeff Hammel automagically install buildbotcustom
2011-01-12 Jeff Hammel whitespace
2011-01-12 Jeff Hammel add a helper script to run in foreground
2011-01-12 Jeff Hammel fix some test harnesses
2011-01-12 Jeff Hammel set the firefox_url to None until we have something to do with it
2011-01-12 Jeff Hammel setup mozmill for development
2011-01-12 Jeff Hammel basic test for autobot
2011-01-12 Jeff Hammel add dependency on MakeItSo
2011-01-12 Jeff Hammel add a stub step for downloading Fx
2011-01-12 Jeff Hammel autobot/template/master/master.cfg
2011-01-12 Jeff Hammel forgot a :
2011-01-12 Jeff Hammel fix missing ]
2011-01-12 Jeff Hammel switch to .ini files for configuration
2011-01-12 Jeff Hammel deal with port defaults
2011-01-12 Jeff Hammel have some sort of working configuration parser....lets roll with it
2011-01-12 Jeff Hammel some factory tidying
2011-01-12 Jeff Hammel use the proper python
2011-01-12 Jeff Hammel move docstring to the top
2011-01-12 Jeff Hammel wipe a virtualenv before we make it
2011-01-11 Jeff Hammel * fix a typo
2011-01-11 Jeff Hammel forgot a )
2011-01-11 Jeff Hammel * use absolute paths for finding (works in unix bash)
2011-01-11 Jeff Hammel stub borked :( i hate not having a platform
2011-01-11 Jeff Hammel fix a potential bug(?)
2011-01-11 Jeff Hammel stub out being able to find scripts cross-platform in a virtualenv
2011-01-11 Jeff Hammel templates work again maybe
2011-01-11 Jeff Hammel the factory variable is no longer needed or desired
2011-01-11 Jeff Hammel make the autobot project possibly do something
2011-01-11 Jeff Hammel update documentation
2011-01-11 Jeff Hammel first use of project template -> devicemanager
2011-01-11 Jeff Hammel make project creation template work
2011-01-11 Jeff Hammel stub for a template to create new autobot factories; unfinished
2011-01-11 Jeff Hammel stubs towards specifying multiple factories
2011-01-11 Jeff Hammel use the varaible name
2011-01-11 Jeff Hammel use virtualenv from the net if its not available locally
2011-01-11 Jeff Hammel make INSTALL script runnable
2011-01-11 Jeff Hammel update template to conform to the new CLI
2011-01-11 Jeff Hammel make an actual working install script
2011-01-11 Jeff Hammel give profilemanager a real docstring
2011-01-11 Jeff Hammel complete automagic imports
2011-01-10 Jeff Hammel get m-c from hg for now :(
2011-01-10 Jeff Hammel begin stubbing profilemanager tests
2011-01-10 Jeff Hammel logparser now works; now for profilemanager
2011-01-10 Jeff Hammel change to proper permissions
2011-01-10 Jeff Hammel fix up paths for package
2011-01-10 Jeff Hammel remove the build on restart if youre debugging
2011-01-10 Jeff Hammel correct misspelling
2011-01-10 Jeff Hammel add a python source factory and utilize it
2011-01-10 Jeff Hammel now properties get set correctly and all that
2011-01-10 Jeff Hammel fix some things
2011-01-10 Jeff Hammel correct syntax error
2011-01-10 Jeff Hammel pretend were running tests
2011-01-10 Jeff Hammel forgot to return
2011-01-10 Jeff Hammel note option to cleanup
2011-01-10 Jeff Hammel stub out installing the packages, for hg anyway
2011-01-10 Jeff Hammel use our CLI class for the create-autobot too
2011-01-10 Jeff Hammel --list-factories now works
2011-01-10 Jeff Hammel stub out adding factories to our specialty CLI class
2011-01-10 Jeff Hammel stub out setting properties; not sure if this is the way to do it or not
2011-01-10 Jeff Hammel add an example .ini file for configuration
2011-01-09 Jeff Hammel now have a testable setup; doesnt do much yet
2011-01-08 Jeff Hammel add a debug variable
2011-01-08 Jeff Hammel stub for restarting the bot
2011-01-08 Jeff Hammel stub out git sources in virtualenv package; this should probably be more pluggable/flexible
2011-01-08 Jeff Hammel * cleanup a bit in projects and start featuring autodiscovery
2011-01-08 Jeff Hammel stub out autobot testing itself
2011-01-08 Jeff Hammel autobot, test thyself
2011-01-08 Jeff Hammel add mozmill to the dictionary of factories
2011-01-08 Jeff Hammel use formerly projects.txt as a stub for a proper readme
2011-01-08 Jeff Hammel format docstring
2011-01-08 Jeff Hammel add a docstring and other stubs to projects
2011-01-08 Jeff Hammel stub out mozmill testor
2011-01-08 Jeff Hammel first successful run of create-autobot script
2011-01-08 Jeff Hammel post method should work now [untested]
2011-01-08 Jeff Hammel stub post method
2011-01-08 Jeff Hammel combine variables for buildbot master+slave
2011-01-08 Jeff Hammel stub out a combined template for the master + slave
2011-01-08 Jeff Hammel can has a slave now
2011-01-08 Jeff Hammel stub out having a slave template too
2011-01-07 Jeff Hammel got a working buildmaster
2011-01-07 Jeff Hammel can now actually make a (admittedly non-working) buildmaster
2011-01-07 Jeff Hammel stub out actually calling buildbot
2011-01-07 Jeff Hammel get factory from command line
2011-01-07 Jeff Hammel note console_script
2011-01-07 Jeff Hammel get factories from the project dict
2011-01-07 Jeff Hammel select factory
2011-01-07 Jeff Hammel use subdirectories for the master and slave
2011-01-07 Jeff Hammel mv template.py so i can look at the whole template directory
2011-01-07 Jeff Hammel start on a dict of projects
2011-01-07 Jeff Hammel now interpolates correctly; just doesnt do much
2011-01-07 Jeff Hammel time to substitute!
2011-01-07 Jeff Hammel give template.py th correct permissions
2011-01-07 Jeff Hammel stub out invocation of the template; this should eventually move to its own class, as we will want to subclass MakeItSoCLI, /me thinks
2011-01-06 Jeff Hammel document what the passwd variable is for
2011-01-06 Jeff Hammel make buildbot master template look close to what it should
2011-01-06 Jeff Hammel add a docstring
2011-01-06 Jeff Hammel stub out more needed for python projects
2011-01-06 Jeff Hammel more stubbing of template
2010-12-22 Jeff Hammel initial stub for ateam buildbot