I discuss the possibility of having my automatic build server send off e-mails to register as bugs in my FogBugz account.
Archive for the ‘Automation’ Category
Automatic Bug Assignment?
Posted in Automation, Future Work, Project Management, Quick Thoughts, tagged Automation, fogbugz, unit-testing on February 18, 2009 | 2 Comments »
Depending on the Dependencies
Posted in Automation on February 18, 2009 | 1 Comment »
Hi all, In a recent blog post I discussed dealing with dependencies. A post on the Joel on Software blog in gave me the idea of setting up a separate build server to run automatically. Whenever I work on a project and come across a dependency I just beat at it until I can get [...]
Can’t Sleep, Clowns Will Eat Me
Posted in Automation, tagged Automation, paver on January 22, 2009 | Leave a Comment »
A follow-up post to the previous entry. I show a small pavement.py script full of stubs as a proof-of-concept code.
Paving the Way to Automation
Posted in Automation, Future Work, tagged Automation, Future Work, paver on January 21, 2009 | 1 Comment »
I discuss the possibility of using Paver as an automation tool for nightly builds. Since it allows task dependencies and basic python framework (as opposed to Make-fu) it seems like the perfect fit for doing all of the database updating.