Re: [Zope-dev] CMF Tests: 2 OK, 5 Unknown
On 28.04.2009 15:25 Uhr, Tres Seaver wrote:
ml
These tests are breaking because a much newer version of zope.component (3.7.0) is being installed than the on called out in the Zope 2 index[1] (3.5.1). That version is older than the one in the Zope 2 versions.cfg[1] (3.6.0).
[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. Andreas
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andreas Jung wrote:
On 28.04.2009 15:25 Uhr, Tres Seaver wrote:
ml
These tests are breaking because a much newer version of zope.component (3.7.0) is being installed than the on called out in the Zope 2 index[1] (3.5.1). That version is older than the one in the Zope 2 versions.cfg[1] (3.6.0).
[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). Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ9xfa+gerLs4ltQ4RAgQtAJ4svbLkglKxrJ9yv+zYZfS8faULUwCdGjNH Xqz6hGIKenoCy0nbY5hvhc4= =UTEY -----END PGP SIGNATURE-----
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? Andreas
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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. Maybe after we get to a release, it would be good to have a regularly-updated index for the 2.12 branch. Until then, folks running from the trunk should be using buildouts anyway. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ9yOn+gerLs4ltQ4RAn1zAKDDsdBpWgxW2yrGbCS3mlsVcs3jegCg2fyy hzNMgJ4XaUHiI6e5PGXrn7s= =QhSK -----END PGP SIGNATURE-----
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
participants (2)
-
Andreas Jung -
Tres Seaver