On 28.04.2009 17:41 Uhr, Tres Seaver wrote:
Andreas Jung wrote:
On Tue, Apr 28, 2009 at 16:51, Tres Seaver <tseaver@palladion.com> wrote:
[1] http://download.zope.org/Zope2/index/2.12.0a4/zope.component/
[2] http://svn.zope.org/Zope/trunk/versions.cfg?rev=99525&view=auto
Hanno updated versions.cfg two days ago. OK, so the index isn't being auto-updated.
I fixed the CMF test issue by conditionally importing IDefaultViewName from the new location (zope.publisher.interfaces), falling back to the old one (zope.component.interfaces).
Would it be helpful to generate an index for the Zope 2 trunk on a daily basis?
OIC: my bad, I overlooked the fact that that index was for the 2.12.0a4 release. It should *not* be updated, obviously, as it represents the exact set of packages which should be used when installing that exact version.
I was only talking of an index generated for the current trunk (or later 2.12 branch) which would be updated regularly. The index generated for a particular release/tag is generated once manually (and remains untouched). Andreas