|
From: Jason B. <amn...@gm...> - 2010-01-25 16:18:13
|
On Sun, Jan 24, 2010 at 1:32 PM, Michael Foord <fuz...@vo...> wrote: > On 24/01/2010 13:11, Jason Baker wrote: >> I'm using configobj for envbuilder[1]. There's one place where I'm a >> bit stuck and I'm curious if there's any way around it. Essentially, >> I have a section that defines a set of packages (parcels) to be >> checked out from SCM, and another section that defines commands to be >> run against all parcels. Here's the example from the readme: >> > > Heh. I don't have any brilliant ideas - a phase of post-processing > sounds like the best way to me. The solution that I ended up implementing is actually pretty simple. I decided that parcel options should be delimited by a % instead of a $, and I just run my own Template sub-class over the strings (so now I can get rid of the ugly $$PARCEL_WD hack). Thanks for the help, guys! |