[Zope3-dev] Re[2]: help, Z3.2.2 build fails on win32 with ZConfig

Baiju M baiju.m.mail at gmail.com
Fri Oct 6 04:27:04 EDT 2006


On 10/6/06, Adam Groszer <adamg at fw.hu> 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


More information about the Zope3-dev mailing list