Re: [Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-05-02 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christophe Combelles wrote:
> Christophe Combelles a écrit :
>> Tres Seaver a écrit :
> Zope Tests Summarizer wrote:
> 
> Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
> From: ccomb at free.fr
> Date: Wed Apr 28 23:00:24 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014174.html
>
> Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
> From: ccomb at free.fr
> Date: Wed Apr 28 23:00:25 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014173.html
>
> Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
> From: ccomb at free.fr
> Date: Wed Apr 28 23:00:25 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014172.html
> Christophe,
> 
> These failures appear to be due to a merge conflict in your local ZTK
> checkout.  E.g., from [1]:
> 
> 
> An internal error occured due to a bug in either zc.buildout or in a
> recipe being used:
> Traceback (most recent call last):
>   File 
> "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
> line 1659, in main
> user_defaults, windows_restart, command)
>   File 
> "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
> line 182, in __init__
> data['buildout'].copy(), override))
>   File 
> "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
> line 1333, in _open
> eresult = _open(base, extends.pop(0), seen, dl_options, override)
>   File 
> "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
> line 1313, in _open
> parser.readfp(fp)
>   File "/usr/local/Python2.6.4/lib/python2.6/ConfigParser.py", line 305, 
> in readfp
> self._read(fp, filename)
>   File "/usr/local/Python2.6.4/lib/python2.6/ConfigParser.py", line 510, 
> in _read
> raise e
> ParsingError: File contains parsing errors: 
> /home/ccomb/slave3/Python2.6.4-Linux-32bit/build/ztk.cfg
>   [line 206]: '<<< .mine\n'
>   [line 278]: '===\n'
>   [line 350]: '>>> .r111557\n'
> Seems like you had local, uncommitted changes there, which kind of hurts
> our ability to reproduce failures elsewhere.
>>> Ok there is something wrong, I'll clean eveything
>>>
>>> Before the buildout, I'm doing a
>>> sed -i s/svn+ssh/svn/ ztk.cfg zopeapp.cfg
>>> because the buildbot is not supposed to have a ssh key.
>>> Then I'm doing a svn revert of these two files.
>>> But if the buildout fails, the revert is not done.
> 
>> I've recreated the slave, then reordered the commands. It should be better.
> 
>> Yesterday there was a single failure on zope.app.container because of 
>> dublincore 
>> permissions.  Today there are another one on the apidoc.

I fixed those two today.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvdrAUACgkQ+gerLs4ltQ4CJgCgrVmKciw4UUOOd8ykGXEnvRus
4LoAoLwUuwqYAjsd1Yphg9jPtDOeu3Tq
=CDjo
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-05-02 Thread Christophe Combelles
Christophe Combelles a écrit :
> Tres Seaver a écrit :
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Zope Tests Summarizer wrote:
>>
>>> Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
>>> From: ccomb at free.fr
>>> Date: Wed Apr 28 23:00:24 EDT 2010
>>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014174.html
>>>
>>> Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
>>> From: ccomb at free.fr
>>> Date: Wed Apr 28 23:00:25 EDT 2010
>>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014173.html
>>>
>>> Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
>>> From: ccomb at free.fr
>>> Date: Wed Apr 28 23:00:25 EDT 2010
>>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014172.html
>> Christophe,
>>
>> These failures appear to be due to a merge conflict in your local ZTK
>> checkout.  E.g., from [1]:
>>
>>
>>> An internal error occured due to a bug in either zc.buildout or in a
>>> recipe being used:
>>> Traceback (most recent call last):
>>>   File 
>>> "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 
>>> 1659, in main
>>> user_defaults, windows_restart, command)
>>>   File 
>>> "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 
>>> 182, in __init__
>>> data['buildout'].copy(), override))
>>>   File 
>>> "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 
>>> 1333, in _open
>>> eresult = _open(base, extends.pop(0), seen, dl_options, override)
>>>   File 
>>> "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", line 
>>> 1313, in _open
>>> parser.readfp(fp)
>>>   File "/usr/local/Python2.6.4/lib/python2.6/ConfigParser.py", line 305, in 
>>> readfp
>>> self._read(fp, filename)
>>>   File "/usr/local/Python2.6.4/lib/python2.6/ConfigParser.py", line 510, in 
>>> _read
>>> raise e
>>> ParsingError: File contains parsing errors: 
>>> /home/ccomb/slave3/Python2.6.4-Linux-32bit/build/ztk.cfg
>>> [line 206]: '<<< .mine\n'
>>> [line 278]: '===\n'
>>> [line 350]: '>>> .r111557\n'
>> Seems like you had local, uncommitted changes there, which kind of hurts
>> our ability to reproduce failures elsewhere.
> 
> Ok there is something wrong, I'll clean eveything
> 
> Before the buildout, I'm doing a
> sed -i s/svn+ssh/svn/ ztk.cfg zopeapp.cfg
> because the buildbot is not supposed to have a ssh key.
> Then I'm doing a svn revert of these two files.
> But if the buildout fails, the revert is not done.

I've recreated the slave, then reordered the commands. It should be better.

Yesterday there was a single failure on zope.app.container because of 
dublincore 
permissions.  Today there are another one on the apidoc.

Christophe


> 
> Is there another way to disable ssh?
> 
> 
> 
>> [1]http://buildbot.afpy.org/ztk1.0dev/builders/Python2.6.4%20Linux%2032bit/builds/61/steps/bootstrap/logs/stdio
>>
>>
>> Tres.
>> - --
>> ===
>> Tres Seaver  +1 540-429-0999  tsea...@palladion.com
>> Palladion Software   "Excellence by Design"http://palladion.com
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v1.4.9 (GNU/Linux)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>
>> iEYEARECAAYFAkvZkPoACgkQ+gerLs4ltQ5GPACfV0/JsnOJj8t/axiii8OcJ1Hv
>> yusAoILNm4Y1oYa9UTJ2Yy2s9xYWdxyt
>> =xNdK
>> -END PGP SIGNATURE-
>>
>> ___
>> Zope-Dev maillist  -  Zope-Dev@zope.org
>> https://mail.zope.org/mailman/listinfo/zope-dev
>> **  No cross posts or HTML encoding!  **
>> (Related lists - 
>>  https://mail.zope.org/mailman/listinfo/zope-announce
>>  https://mail.zope.org/mailman/listinfo/zope )
>>
>>
> 
> ___
> Zope-Dev maillist  -  Zope-Dev@zope.org
> https://mail.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists - 
>  https://mail.zope.org/mailman/listinfo/zope-announce
>  https://mail.zope.org/mailman/listinfo/zope )

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-05-02 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sat May  1 12:00:00 2010 UTC to Sun May  2 12:00:00 2010 UTC.
There were 16 messages: 6 from Zope Tests, 9 from ccomb at free.fr, 1 from ct 
at gocept.com.


Test failures
-

Subject: FAILED: Repository policy check found errors in 671 projects
From: ct at gocept.com
Date: Sat May  1 21:18:13 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014216.html

Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
From: ccomb at free.fr
Date: Sat May  1 23:59:45 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014227.html

Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
From: ccomb at free.fr
Date: Sun May  2 00:01:31 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014228.html

Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
From: ccomb at free.fr
Date: Sun May  2 00:01:40 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014229.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Sun May  2 00:23:16 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014230.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Sun May  2 00:46:48 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014231.html


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat May  1 21:29:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014217.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat May  1 21:31:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014218.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Sat May  1 21:33:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014219.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sat May  1 21:35:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014220.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Sat May  1 21:37:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014221.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sat May  1 21:39:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014222.html

Subject: OK : BlueBream template / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Sat May  1 22:00:46 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014223.html

Subject: OK : BlueBream template / Python2.7b1 32bit linux
From: ccomb at free.fr
Date: Sat May  1 22:00:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014225.html

Subject: OK : BlueBream template / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Sat May  1 22:00:52 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014224.html

Subject: OK : BlueBream template / Python2.6.4 32bit linux
From: ccomb at free.fr
Date: Sat May  1 22:00:52 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-May/014226.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-29 Thread Christophe Combelles
Tres Seaver a écrit :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Zope Tests Summarizer wrote:
> 
>> Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
>> From: ccomb at free.fr
>> Date: Wed Apr 28 23:00:24 EDT 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014174.html
>>
>> Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
>> From: ccomb at free.fr
>> Date: Wed Apr 28 23:00:25 EDT 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014173.html
>>
>> Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
>> From: ccomb at free.fr
>> Date: Wed Apr 28 23:00:25 EDT 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014172.html
> 
> Christophe,
> 
> These failures appear to be due to a merge conflict in your local ZTK
> checkout.  E.g., from [1]:
> 
> 
>> An internal error occured due to a bug in either zc.buildout or in a
>> recipe being used:
>> Traceback (most recent call last):
>>   File "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
>> line 1659, in main
>> user_defaults, windows_restart, command)
>>   File "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
>> line 182, in __init__
>> data['buildout'].copy(), override))
>>   File "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
>> line 1333, in _open
>> eresult = _open(base, extends.pop(0), seen, dl_options, override)
>>   File "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
>> line 1313, in _open
>> parser.readfp(fp)
>>   File "/usr/local/Python2.6.4/lib/python2.6/ConfigParser.py", line 305, in 
>> readfp
>> self._read(fp, filename)
>>   File "/usr/local/Python2.6.4/lib/python2.6/ConfigParser.py", line 510, in 
>> _read
>> raise e
>> ParsingError: File contains parsing errors: 
>> /home/ccomb/slave3/Python2.6.4-Linux-32bit/build/ztk.cfg
>>  [line 206]: '<<< .mine\n'
>>  [line 278]: '===\n'
>>  [line 350]: '>>> .r111557\n'
> 
> Seems like you had local, uncommitted changes there, which kind of hurts
> our ability to reproduce failures elsewhere.

Ok there is something wrong, I'll clean eveything

Before the buildout, I'm doing a
sed -i s/svn+ssh/svn/ ztk.cfg zopeapp.cfg
because the buildbot is not supposed to have a ssh key.
Then I'm doing a svn revert of these two files.
But if the buildout fails, the revert is not done.

Is there another way to disable ssh?



> 
> [1]http://buildbot.afpy.org/ztk1.0dev/builders/Python2.6.4%20Linux%2032bit/builds/61/steps/bootstrap/logs/stdio
> 
> 
> Tres.
> - --
> ===
> Tres Seaver  +1 540-429-0999  tsea...@palladion.com
> Palladion Software   "Excellence by Design"http://palladion.com
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkvZkPoACgkQ+gerLs4ltQ5GPACfV0/JsnOJj8t/axiii8OcJ1Hv
> yusAoILNm4Y1oYa9UTJ2Yy2s9xYWdxyt
> =xNdK
> -END PGP SIGNATURE-
> 
> ___
> Zope-Dev maillist  -  Zope-Dev@zope.org
> https://mail.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists - 
>  https://mail.zope.org/mailman/listinfo/zope-announce
>  https://mail.zope.org/mailman/listinfo/zope )
> 
> 

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zope Tests Summarizer wrote:

> Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
> From: ccomb at free.fr
> Date: Wed Apr 28 23:00:24 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014174.html
> 
> Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
> From: ccomb at free.fr
> Date: Wed Apr 28 23:00:25 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014173.html
> 
> Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
> From: ccomb at free.fr
> Date: Wed Apr 28 23:00:25 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014172.html

Christophe,

These failures appear to be due to a merge conflict in your local ZTK
checkout.  E.g., from [1]:


> An internal error occured due to a bug in either zc.buildout or in a
> recipe being used:
> Traceback (most recent call last):
>   File "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
> line 1659, in main
> user_defaults, windows_restart, command)
>   File "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
> line 182, in __init__
> data['buildout'].copy(), override))
>   File "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
> line 1333, in _open
> eresult = _open(base, extends.pop(0), seen, dl_options, override)
>   File "/tmp/tmp_wjCee/zc.buildout-1.4.3-py2.6.egg/zc/buildout/buildout.py", 
> line 1313, in _open
> parser.readfp(fp)
>   File "/usr/local/Python2.6.4/lib/python2.6/ConfigParser.py", line 305, in 
> readfp
> self._read(fp, filename)
>   File "/usr/local/Python2.6.4/lib/python2.6/ConfigParser.py", line 510, in 
> _read
> raise e
> ParsingError: File contains parsing errors: 
> /home/ccomb/slave3/Python2.6.4-Linux-32bit/build/ztk.cfg
>   [line 206]: '<<< .mine\n'
>   [line 278]: '===\n'
>   [line 350]: '>>> .r111557\n'

Seems like you had local, uncommitted changes there, which kind of hurts
our ability to reproduce failures elsewhere.

[1]http://buildbot.afpy.org/ztk1.0dev/builders/Python2.6.4%20Linux%2032bit/builds/61/steps/bootstrap/logs/stdio


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvZkPoACgkQ+gerLs4ltQ5GPACfV0/JsnOJj8t/axiii8OcJ1Hv
yusAoILNm4Y1oYa9UTJ2Yy2s9xYWdxyt
=xNdK
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-29 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Wed Apr 28 12:00:00 2010 UTC to Thu Apr 29 12:00:00 2010 UTC.
There were 16 messages: 6 from Zope Tests, 9 from ccomb at free.fr, 1 from ct 
at gocept.com.


Test failures
-

Subject: FAILED: Repository policy check found errors in 670 projects
From: ct at gocept.com
Date: Wed Apr 28 21:17:52 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014161.html

Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
From: ccomb at free.fr
Date: Wed Apr 28 23:00:24 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014174.html

Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
From: ccomb at free.fr
Date: Wed Apr 28 23:00:25 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014173.html

Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
From: ccomb at free.fr
Date: Wed Apr 28 23:00:25 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014172.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Thu Apr 29 00:22:35 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014175.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Thu Apr 29 00:46:07 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014176.html


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Wed Apr 28 21:29:34 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014162.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Wed Apr 28 21:31:34 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014163.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Wed Apr 28 21:33:34 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014164.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Wed Apr 28 21:35:34 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014165.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Wed Apr 28 21:37:34 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014166.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Wed Apr 28 21:39:34 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014167.html

Subject: OK : BlueBream template / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Wed Apr 28 22:00:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014168.html

Subject: OK : BlueBream template / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Wed Apr 28 22:00:45 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014169.html

Subject: OK : BlueBream template / Python2.6.4 32bit linux
From: ccomb at free.fr
Date: Wed Apr 28 22:00:46 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014170.html

Subject: OK : BlueBream template / Python2.7b1 32bit linux
From: ccomb at free.fr
Date: Wed Apr 28 22:00:46 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014171.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-28 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Tue Apr 27 12:00:00 2010 UTC to Wed Apr 28 12:00:00 2010 UTC.
There were 16 messages: 6 from Zope Tests, 9 from ccomb at free.fr, 1 from ct 
at gocept.com.


Test failures
-

Subject: FAILED: Repository policy check found errors in 670 projects
From: ct at gocept.com
Date: Tue Apr 27 21:21:15 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014145.html

Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
From: ccomb at free.fr
Date: Tue Apr 27 23:14:01 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014157.html

Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
From: ccomb at free.fr
Date: Tue Apr 27 23:14:02 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014156.html

Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
From: ccomb at free.fr
Date: Tue Apr 27 23:14:11 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014158.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Wed Apr 28 00:22:02 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014159.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Wed Apr 28 00:44:56 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014160.html


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Tue Apr 27 21:31:17 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014146.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Tue Apr 27 21:33:17 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014147.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Tue Apr 27 21:35:17 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014148.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Tue Apr 27 21:37:17 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014149.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Tue Apr 27 21:39:17 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014150.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Tue Apr 27 21:41:17 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014151.html

Subject: OK : BlueBream template / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Tue Apr 27 22:00:46 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014152.html

Subject: OK : BlueBream template / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Tue Apr 27 22:00:48 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014155.html

Subject: OK : BlueBream template / Python2.7b1 32bit linux
From: ccomb at free.fr
Date: Tue Apr 27 22:00:48 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014154.html

Subject: OK : BlueBream template / Python2.6.4 32bit linux
From: ccomb at free.fr
Date: Tue Apr 27 22:00:48 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014153.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-27 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Mon Apr 26 12:00:00 2010 UTC to Tue Apr 27 12:00:00 2010 UTC.
There were 16 messages: 6 from Zope Tests, 9 from ccomb at free.fr, 1 from ct 
at gocept.com.


Test failures
-

Subject: FAILED: Repository policy check found errors in 670 projects
From: ct at gocept.com
Date: Mon Apr 26 21:18:55 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014129.html

Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
From: ccomb at free.fr
Date: Mon Apr 26 23:13:57 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014140.html

Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
From: ccomb at free.fr
Date: Mon Apr 26 23:14:07 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014141.html

Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
From: ccomb at free.fr
Date: Mon Apr 26 23:14:11 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014142.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Tue Apr 27 00:22:02 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014143.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Tue Apr 27 00:44:43 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014144.html


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Apr 26 21:29:29 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014130.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Apr 26 21:31:29 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014131.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Mon Apr 26 21:33:29 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014132.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Mon Apr 26 21:35:29 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014133.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Mon Apr 26 21:37:29 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014134.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Mon Apr 26 21:39:29 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014135.html

Subject: OK : BlueBream template / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Mon Apr 26 22:01:23 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014136.html

Subject: OK : BlueBream template / Python2.7b1 32bit linux
From: ccomb at free.fr
Date: Mon Apr 26 22:01:29 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014137.html

Subject: OK : BlueBream template / Python2.6.4 32bit linux
From: ccomb at free.fr
Date: Mon Apr 26 22:01:29 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014138.html

Subject: OK : BlueBream template / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Mon Apr 26 22:01:30 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014139.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-26 Thread Christophe Combelles
Tres Seaver a écrit :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Zope Tests Summarizer wrote:
> 
>> Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
>> From: ccomb at free.fr
>> Date: Sun Apr 25 23:13:57 EDT 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014124.html
>>
>> Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
>> From: ccomb at free.fr
>> Date: Sun Apr 25 23:14:06 EDT 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014125.html
>>
>> Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
>> From: ccomb at free.fr
>> Date: Sun Apr 25 23:14:08 EDT 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014126.html
> 
> These failures are a result of having the ztk.cfg pin dependencies:
> zope.testbrowser trunk now depends on mechanize>=0.2.0, and no longer on
> Clientform at all.
> 
> I'm not sure how to fix this, as there is no release (yet) of
> zope.testbrowser with these dependencies.

h, I'm wondering too... Maybe like this:

If the next version of zope.testbrowser is to be part of the ZTK 1.0, we just 
have to change the version of mechanize in ztk.cfg to be 0.2.0.
However if the next version of zope.testbrowser is a major version that won't 
be 
part of ZTK 1.0 (but 1.1 instead), we should create a maintenance branch for 
the 
latest current release of zope.testbrowser, and let ztk.cfg point to this 
branch 
instead of the trunk.

Christophe

> 
> 
> Tres.
> - --
> ===
> Tres Seaver  +1 540-429-0999  tsea...@palladion.com
> Palladion Software   "Excellence by Design"http://palladion.com
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkvVhRkACgkQ+gerLs4ltQ7KNQCgmRULf784bf3t/IdXq+OoqnOU
> xEYAoNdJ8x7w7pzgZrPdNzTW9jR30jhm
> =N1dV
> -END PGP SIGNATURE-
> 
> ___
> Zope-Dev maillist  -  Zope-Dev@zope.org
> https://mail.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists - 
>  https://mail.zope.org/mailman/listinfo/zope-announce
>  https://mail.zope.org/mailman/listinfo/zope )
> 
> 

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zope Tests Summarizer wrote:

> Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
> From: ccomb at free.fr
> Date: Sun Apr 25 23:13:57 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014124.html
> 
> Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
> From: ccomb at free.fr
> Date: Sun Apr 25 23:14:06 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014125.html
> 
> Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
> From: ccomb at free.fr
> Date: Sun Apr 25 23:14:08 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014126.html

These failures are a result of having the ztk.cfg pin dependencies:
zope.testbrowser trunk now depends on mechanize>=0.2.0, and no longer on
Clientform at all.

I'm not sure how to fix this, as there is no release (yet) of
zope.testbrowser with these dependencies.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvVhRkACgkQ+gerLs4ltQ7KNQCgmRULf784bf3t/IdXq+OoqnOU
xEYAoNdJ8x7w7pzgZrPdNzTW9jR30jhm
=N1dV
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-26 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sun Apr 25 12:00:00 2010 UTC to Mon Apr 26 12:00:00 2010 UTC.
There were 16 messages: 6 from Zope Tests, 9 from ccomb at free.fr, 1 from ct 
at gocept.com.


Test failures
-

Subject: FAILED: Repository policy check found errors in 670 projects
From: ct at gocept.com
Date: Sun Apr 25 21:16:21 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014113.html

Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
From: ccomb at free.fr
Date: Sun Apr 25 23:13:57 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014124.html

Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
From: ccomb at free.fr
Date: Sun Apr 25 23:14:06 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014125.html

Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
From: ccomb at free.fr
Date: Sun Apr 25 23:14:08 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014126.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Mon Apr 26 00:22:40 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014127.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Mon Apr 26 00:45:03 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014128.html


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Apr 25 21:50:37 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014114.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Apr 25 21:52:37 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014115.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Apr 25 21:54:37 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014116.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Apr 25 21:56:37 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014117.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Apr 25 21:58:37 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014118.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Apr 25 22:00:42 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014119.html

Subject: OK : BlueBream template / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Sun Apr 25 22:00:49 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014121.html

Subject: OK : BlueBream template / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Sun Apr 25 22:00:49 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014120.html

Subject: OK : BlueBream template / Python2.7b1 32bit linux
From: ccomb at free.fr
Date: Sun Apr 25 22:00:52 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014122.html

Subject: OK : BlueBream template / Python2.6.4 32bit linux
From: ccomb at free.fr
Date: Sun Apr 25 22:00:52 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014123.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 10 OK, 6 Failed

2010-04-25 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sat Apr 24 12:00:00 2010 UTC to Sun Apr 25 12:00:00 2010 UTC.
There were 16 messages: 6 from Zope Tests, 9 from ccomb at free.fr, 1 from ct 
at gocept.com.


Test failures
-

Subject: FAILED: Repository policy check found errors in 670 projects
From: ct at gocept.com
Date: Sat Apr 24 21:16:22 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014097.html

Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
From: ccomb at free.fr
Date: Sat Apr 24 23:13:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014108.html

Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
From: ccomb at free.fr
Date: Sat Apr 24 23:14:22 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014109.html

Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
From: ccomb at free.fr
Date: Sat Apr 24 23:14:27 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014110.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Sun Apr 25 00:22:15 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014111.html

Subject: FAILED : Zope 3.4.1 KGS / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Sun Apr 25 00:56:48 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014112.html


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Apr 24 21:39:47 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014098.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Apr 24 21:41:49 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014099.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Sat Apr 24 21:43:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014100.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sat Apr 24 21:45:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014101.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Sat Apr 24 21:47:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014102.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sat Apr 24 21:49:57 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014103.html

Subject: OK : BlueBream template / Python2.6.4 32bit linux
From: ccomb at free.fr
Date: Sat Apr 24 22:00:51 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014104.html

Subject: OK : BlueBream template / Python2.7b1 32bit linux
From: ccomb at free.fr
Date: Sat Apr 24 22:00:54 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014105.html

Subject: OK : BlueBream template / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Sat Apr 24 22:00:54 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014106.html

Subject: OK : BlueBream template / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Sat Apr 24 22:00:55 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014107.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )