[Checkins] SVN: zope.app.publication/trunk/buildout.cfg nail down enough versions for the tests to pass

Baiju M mbaiju at zeomega.net
Wed Mar 4 01:03:46 EST 2009


Hi Fred,
           Is this "nail down" permanent  or is there any plan to
remove it soon ?

Regards,
Baiju M

On Wed, Mar 4, 2009 at 1:28 AM, Fred L. Drake, Jr. <fdrake at gmail.com> wrote:
> Log message for revision 97456:
>  nail down enough versions for the tests to pass
>
> Changed:
>  U   zope.app.publication/trunk/buildout.cfg
>
> -=-
> Modified: zope.app.publication/trunk/buildout.cfg
> ===================================================================
> --- zope.app.publication/trunk/buildout.cfg     2009-03-03 19:57:53 UTC (rev 97455)
> +++ zope.app.publication/trunk/buildout.cfg     2009-03-03 19:58:03 UTC (rev 97456)
> @@ -1,8 +1,17 @@
>  [buildout]
>  develop = .
>  parts = test
> +extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
> +allow-picked-versions = false
> +use-dependency-links = false
> +versions = versions
>
>  [test]
>  recipe = zc.recipe.testrunner
>  eggs = zope.app.publication [test]
>
> +[versions]
> +# This version is needed so the DemoStorage has undoInfo().
> +ZODB3 = 3.8.1
> +zope.app.publication =
> +zope.app.zcmlfiles = 3.5.3
>
> _______________________________________________
> Checkins mailing list
> Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/checkins
>


More information about the Checkins mailing list