[Grok-dev] Todays [version] block?

Baiju M mbaiju at zeomega.com
Wed Sep 26 09:07:01 EDT 2007


Wichert Akkerman wrote:
> Previously Baiju M wrote:
>   
>> Wichert Akkerman wrote:
>>     
>>> Does anyone have the [versions] block for buildout that will get grok
>>> 0.10 running today? On a fresh instance I get this at the moment:
>>>       
>> Today, you can use this :)
>>
>> zope.app.appsetup = 3.4.0a1
>> zope.app.error = 3.4.0a1
>> zope.app.applicationcontrol = 3.4_dev_r73715
>> zope.app.securitypolicy = 3.4.0a1
>>     
>
> Thanks, that indeed fixes things for me.
>
> I wonder if there is a method to make buildout dump a list of currently
> used versions that you can stick in buildout.cfg..
>   
Very easy :

./bin/buildout -vvvvv|grep Picked|cut -d : -f 2

Unix design & philosophy is great :) and thanks to Benji for clue.

Regards,
Baiju M



More information about the Grok-dev mailing list