# HG changeset patch # User Jeff Hammel # Date 1294431118 28800 # Node ID ddacd5faf0b4e133dc752bc5179ca0ebadfc75d6 # Parent 59cc21718ceda7e516d8d4fb753acd6ade9f269f get factories from the project dict diff -r 59cc21718ced -r ddacd5faf0b4 autobot/template/master/master.cfg --- a/autobot/template/master/master.cfg Fri Jan 07 12:04:16 2011 -0800 +++ b/autobot/template/master/master.cfg Fri Jan 07 12:11:58 2011 -0800 @@ -21,7 +21,8 @@ ####### BUILDERS # define builder factory -f1 = {{factory}} +from autobot.projects import factories +f1 = factories['{{factory}}'] # define builder b1 = {'name': "buildbot-full",