Re: [Zope-dev] AW: AW: Re: Grok 0.11 released!

2007-11-10 Thread Stephan Richter
On Friday 09 November 2007, Lennart Regebro wrote:
 On Nov 9, 2007 4:06 PM, Roger Ineichen [EMAIL PROTECTED] wrote:
   Create our own locked down index?
 
  I think so because,

 Surely there must be a way to say I want to use THAT KGS over there.
 Except for this module, that should hav this version. And of course,
 all these bunch of eggs which isn't dfined in that KGS at all.

Sure, now that I think of it. ;-)

[buildout]
index = http://download.zope.org/zope3.4
find-links = \  
http://pypi.python.org/packages/source/z/zope.component/zope.component-3.4.0.tar.gz

 Because that's what we all need. So it must be possible, right? The
 KGS is just that, a Known Good Set. It must be possible to in your
 build out override a version here and add packages there?

Yep. I will also publish an extension to the KGS files today that allows you 
to manage your own ``controlled-packages.cfg`` file based on Zope 3.4's; but 
you will not need to have your own KGS, since you can use the 
``controlled-packages.cfg`` file to generate a ``versions.cfg`` file.

Mmmh, the more I think about it, the more I become convinced that we are 
getting to a pretty solid story here.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] AW: AW: Re: Grok 0.11 released!

2007-11-09 Thread Lennart Regebro
On Nov 9, 2007 4:06 PM, Roger Ineichen [EMAIL PROTECTED] wrote:
  Create our own locked down index?

 I think so because,

Surely there must be a way to say I want to use THAT KGS over there.
Except for this module, that should hav this version. And of course,
all these bunch of eggs which isn't dfined in that KGS at all.

Because that's what we all need. So it must be possible, right? The
KGS is just that, a Known Good Set. It must be possible to in your
build out override a version here and add packages there?

-- 
Lennart Regebro: Zope and Plone consulting.
http://www.colliberty.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] AW: AW: Re: Grok 0.11 released!

2007-11-09 Thread Stephan Richter
On Friday 09 November 2007, Lennart Regebro wrote:
 On Nov 9, 2007 4:06 PM, Roger Ineichen [EMAIL PROTECTED] wrote:
   Create our own locked down index?
 
  I think so because,

 Surely there must be a way to say I want to use THAT KGS over there.
 Except for this module, that should hav this version. And of course,
 all these bunch of eggs which isn't dfined in that KGS at all.

Unfortunately, this is not how the index works in setuptools.

 Because that's what we all need. So it must be possible, right? The
 KGS is just that, a Known Good Set. It must be possible to in your
 build out override a version here and add packages there?

So the way to do this is to use versions.cfg from the KGS, which locks to the 
latest version of all packages in the KGS; since the URL can be pointed 
directly to the KGS server, you will get all the updates too.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )