[Grok-dev] Grok 1.0a4 released!

Tim Cook timothywayne.cook at gmail.com
Thu May 21 21:14:22 EDT 2009


On Thu, 2009-05-21 at 18:44 -0300, Tim Cook wrote:

> Hmmmmm, okay.  I'll be a bit sarcastic here.  But it isn't meant to be
> flamming or mean.  It is meant to be instructive.  From the website:
> 
> 
> Upgrading to 1.0a4
>       * There're no additional instructions for upgrading from 1.0a3 to
>         1.0a4.
> 


Okay, so my sarcastic instructions didn't go over to well I guess.  


It seems to me that the following is the best (only?) way to upgrade.
=====================================================================
(Assumes you already use virtualenv)
create a virtual environment for a new grok project:

$ virtualenv  --python=python2.5 --no-site-packages grok1.0a4
$ cd grok1.0a4
$ source bin/activate
$ easy_install grokproject
$ grokproject MyProject
$ cd MyProject
Now copy the new MyProject versions.cfg to your original project,
overwriting the current versions.cfg

Edit the [eggbasket] section of buildout.cfg, changing the url from:
http://grok.zope.org/releaseinfo/grok-eggs-1.0a3.tgz
to
http://grok.zope.org/releaseinfo/grok-eggs-1.0a4.tgz 

$ python bootstrap.py
$ bin/buildout
==========================================================================

Does this look correct?

Cheers,
Tim



-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://mail.zope.org/pipermail/grok-dev/attachments/20090521/ecea41dd/attachment.bin 


More information about the Grok-dev mailing list