On 10/6/06, Adam Groszer <[EMAIL PROTECTED]> wrote:
> http://dev.zope.org/Zope3/MakingARelease says you should be making a
> tarball with

>      ../../zpkgtools/bin/zpkg -r Zope-3.3.0b1 -C Zope.cfg Zope


> but of course you need to replace Zope-3.3.0b1 with the current tag
> (which is 3.2.2). My suspicion is that Adam forgot to do that and so he
> built a tarball of 3.2.2, but with zopeskel from 3.3.x.

I'm sorry, but I did it. But the required command is not exactly the
same.
http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeWindowsRelease
says that I should run

python ..\zpkg\bin\zpkg -C releases\Zope.cfg -v 3.1.0c1 -t Zope-win

Can you try this:

 python ..\zpkg\bin\zpkg -C releases\Zope.cfg -r Zope-3.2.2 -v 3.2.2
-t Zope-win

The ` -r Zope-3.2.2` option is important, so it will get zopeskel from here:

 svn://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.2/zopeskel/


Regards,
Baiju M
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to