# HG changeset patch # User Jeff Hammel # Date 1294691040 28800 # Node ID a39959f8c0a58ed7a9750efd51e679310180d3a8 # Parent 5e14fe86bc52c731ace47b698099788767bc4b72 now properties get set correctly and all that diff -r 5e14fe86bc52 -r a39959f8c0a5 autobot/process/factory.py --- a/autobot/process/factory.py Mon Jan 10 12:17:57 2011 -0800 +++ b/autobot/process/factory.py Mon Jan 10 12:24:00 2011 -0800 @@ -37,10 +37,10 @@ # - python location self.addStep(SetProperty(property='virtualenv', command=['pwd'], - workdir=name)) + workdir='build/'+name)) self.addStep(SetProperty(property='scripts', command=find('Scripts', 'bin'), - workdir=name)) + workdir=WithProperties('%(virtualenv)s'))) self.addStep(SetProperty(property='python', workdir=WithProperties('%(virtualenv)s/%(scripts)s'), command=find('python', 'python.exe')))