[Zope-dev] [z3c.recipe.i18n] Review of Buildout 2 support

2013-07-29 Thread Sebastien Douche
Hi,
Does anyone can review or merge the PR please?
https://github.com/zopefoundation/z3c.recipe.i18n/pull/1


-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] New version of z3c.recipe.i18n

2013-06-07 Thread Sebastien Douche
Hi all,
does anyone can migrate z3c.recipe.i18n on Github? The last version
doesn't work with Buildout 2.x and I want work on it.

Thanks.

--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Buildout performance improvements

2013-05-22 Thread Sebastien Douche
On Wed, May 22, 2013 at 5:58 PM, Sylvain Viollon  wrote:
>Hello,
>I made a fork of buildout on github with an even better implementation:
>
>https://github.com/thefunny42/buildout/compare/buildout:master...master
>
>Feedback is welcome and if you want me to press the push request, please
> do.

Why on zope-dev and not buildout-developm...@googlegroups.com?


--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - FAILED: 79, OK: 12

2013-05-17 Thread Sebastien Douche
On Fri, May 17, 2013 at 8:39 AM, Adam GROSZER  wrote:
>> A sampling shows all these are tied up with the "distribute has no
>> cli.exe on Windows" problem.
>>
>
> Seems like the distribute bug is blocked on Tarek or jaraco.

Wrong:
https://pypi.python.org/pypi/distribute/0.6.40#id2


--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] request for more package migrations to github

2013-03-22 Thread Sebastien Douche
On Fri, Mar 22, 2013 at 10:23 AM, Jan-Wijbrand Kolman
 wrote:
> Here's the list:
>
> groktoolkit
> grokcore.errorview
> grokcore.permission
> grokcore.registries
> grokcore.resource
> grokui.admin
> hurry.query
> hurry.workflow
> z3c.bcrypt

Don't understand why Grok packages (or 3rd party packages) must go on
the Zope Foundation repos.


--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] ZTK 2.0 process

2013-02-27 Thread Sebastien Douche
On Tue, Feb 26, 2013 at 12:12 PM, Stephan Richter
 wrote:

> Is anyone here willing to start a buildbot using Python 3.3 to test the ZTK?

I created a buildbot (the 1.1 branch) two months ago[1]:
http://buildbot.afpy.org/ztk1.1dev/builders/Python3.3.0%20Linux%2064bit

Ready to launch a new one with ZTK 1.2 / 2.0 / whatever. In the same
time, i test regularly the Zope3 packages in my own way[2] (testing
with mr.developer is cool but I want to test "official" packages on
the PyPI) . A bit hard 'cause:

1. Some essential packages are broken (ZODB, zope.app.wsgi,
zope.index). It's a pain to "simulate" the missing packages.

2. z3c.recipe.compattest and zc.recipe.testrunner doesn't work with Buildout 2.

>> - Add support for Python 3.x (either 3.3 or 3.2 and 3.3)
>
> Since I was unwilling to change all u'...' to u('...'), most packages
> currently only have Python 3.3 support. By the time ZTK 2.0 will be released,
> I think most people will have switched to Python 3.3.

+1

>> - Drop all zope.app packages from the KGS (most were deprecated in ZTK 1.1)
>
> Some of the zope.app packages (the ones not deprecated) should stay or simply
> be renamed to not being called zope.app.*.

All? In my mind, some zope.app are essentials like zope.app.wsgi,
zope.app.appsetup or zope.app.testing.

> We will also need to add a few packages, such as BTrees, persistent,
> transaction, etc. and deprecate/remove some others like zope.broken,
> zope.untrustedpython, zope.fixers, and zope.apidoc.

Can you tell me what is missing or deprecated in this list ?
https://github.com/sdouche/zopetoolkit-py3.3/blob/master/ztk.cfg




[1] https://mail.zope.org/pipermail/zope-dev/2012-December/044964.html
[2] https://github.com/sdouche/zopetoolkit-py3.3

--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Current state of Python 3 migration

2013-02-22 Thread Sebastien Douche
On Mon, Dec 3, 2012 at 10:44 AM, Sebastien Douche  wrote:
> Hi all,
> Does anyone (Tres?) can list ZTK packages w/o Python 3 support?

What is the right version of ZODB :

https://pypi.python.org/pypi/ZODB/4.0.0a4
or
https://pypi.python.org/pypi/ZODB3/3.11.0a2

Some packages use the first, other the latter.

--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Status of github migration

2013-01-10 Thread Sebastien Douche
On Thu, Jan 10, 2013 at 11:48 AM, Jens Vagelpohl  wrote:
> The GitHub migration happens on an as-needed basis.


Don't see the point, why not migrate all active packages (aka the ZTK
+ ZopeApp)?



--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - FAILED: 81, OK: 19

2012-12-21 Thread Sebastien Douche
On Sat, Dec 22, 2012 at 2:33 AM, Tres Seaver  wrote:
> I have addressed thses issues by:
>
> - - Releasing zope.security 3.8.5 with the correct header (still pinned).
>
> - - Releasing zope.security 3.9.0 with the zope.proxy requirement >= 4.1.0,
>   and the correct header.

Tres,
is zope.security 3.9.0 compatible with Python 3.3? Still the same errors:

src/zope/security/_proxy.c: In function ‘default_repr’:
(...)


--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Current state of Python 3 migration

2012-12-20 Thread Sebastien Douche
On Wed, Dec 19, 2012 at 5:28 PM, Tres Seaver  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 12/19/2012 09:53 AM, Sebastien Douche wrote:
> zope.proxy's C extension is not yet ported to Py3k.  Having just wrestled
> through the persisetnt and BTrees extensions, I might be able to port it
> fairly quickly.

Next step, zope.hookable :).

Develop: 
'/home/sdouche/bb/slave/ztk1.1dev/Python3.3.0-Linux-64bit/build/src/zope.hookable'
src/zope/hookable/_zope_hookable.c: In function 'hookable_dealloc':
src/zope/hookable/_zope_hookable.c:83:7: error: 'hookable' has no
member named 'ob_type'
src/zope/hookable/_zope_hookable.c: At top level:
src/zope/hookable/_zope_hookable.c:138:55: error: 'RO' undeclared here
(not in a function)
(many warnings)
src/zope/hookable/_zope_hookable.c:159:27: error: 'cmpfunc' undeclared
here (not in a function)
src/zope/hookable/_zope_hookable.c:159:26: error: initializer element
is not constant
src/zope/hookable/_zope_hookable.c:159:26: error: (near initialization
for 'hookabletype.tp_repr')
src/zope/hookable/_zope_hookable.c:159:35: error: expected '}' before
numeric constant
src/zope/hookable/_zope_hookable.c: In function 'init_zope_hookable':
src/zope/hookable/_zope_hookable.c:208:26: error: '_PyObject_GC_Del'
undeclared (first use in this function)
(many warnings)

The log:
http://buildbot.afpy.org/ztk1.1dev/builders/Python3.3.0%20Linux%2064bit/builds/7/steps/buildout/logs/stdio



--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Current state of Python 3 migration

2012-12-19 Thread Sebastien Douche
On Mon, Dec 17, 2012 at 2:45 PM, Sebastien Douche  wrote:
> I worked a bit this weekend on the buildbot for Python 3.3:

Another small step:
Develop: 
'/home/sdouche/bb/slave/ztk1.1dev/Python3.3.0-Linux-64bit/build/src/zope.security'

include/zope.proxy/proxy.h:36:17: warning: implicit declaration of
function 'PyCObject_Check' [-Wimplicit-function-declaration]
include/zope.proxy/proxy.h:38:25: warning: implicit declaration of
function 'PyCObject_AsVoidPtr' [-Wimplicit-function-declaration]
(... many warnings)
src/zope/security/_proxy.c:993:20: error: 'PyTypeObject' has no member
named 'ob_type'
src/zope/security/_proxy.c:995:31: error: '_PyObject_GC_Del'
undeclared (first use in this function)
(... many warnings)

Tried with an official Ubuntu package and from source: same result.
Missed something?

The log:
http://buildbot.afpy.org/ztk1.1dev/builders/Python3.3.0%20Linux%2064bit/builds/6/steps/buildout/logs/stdio




--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Current state of Python 3 migration

2012-12-18 Thread Sebastien Douche
On Mon, Dec 17, 2012 at 2:49 PM, Adam GROSZER  wrote:

>> - bootstrap.py seems too old.
>>
>
> winbot uses there *one* central bootstrap.py for all packages
>
> e.g. see:
> http://winbot.zope.org/builders/zope.browserresource_py_265_32/builds/704/steps/bootstrap/logs/stdio

Done, thanks Adam.



--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Current state of Python 3 migration

2012-12-17 Thread Sebastien Douche
On Mon, Dec 3, 2012 at 4:14 PM, Sebastien Douche  wrote:
> Thanks Tres, I will try in the first step to add a Python 3.3 Buildbot
> for all ZTK packages (+ most important ZopApp packages).

I worked a bit this weekend on the buildbot for Python 3.3:

- bootstrap.py seems too old.

- Some packages aren't compatible with Python 3.3 (must pin them):
mr.developer = 1.23
zc.buildout = 2.0.0a5
zc.recipe.egg = 2.0.0a3

- z3c.recipe.compattest is not compatible with Python 3.3 and newer
versions of zc.recipe.egg (it use _BackwardsSupportOption)



--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Current state of Python 3 migration

2012-12-03 Thread Sebastien Douche
On Mon, Dec 3, 2012 at 2:57 PM, Tres Seaver  wrote:

> My current porting focus is on the ZODB-related packages, which are the
> last ones needed for a typical Zope-like Pyramid application.  I would be
> glad to help anybody who would like to tackle other ZTK packages figure
> out the pattern (use tox, get to 100% coverage, then convert to a
> "straddle" / "compatible subset" dialect).

Thanks Tres, I will try in the first step to add a Python 3.3 Buildbot
for all ZTK packages (+ most important ZopApp packages).




--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] Current state of Python 3 migration

2012-12-03 Thread Sebastien Douche
Hi all,
Does anyone (Tres?) can list ZTK packages w/o Python 3 support?


--
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - FAILED: 1, OK: 22

2012-07-07 Thread Sebastien Douche
On Sat, Jul 7, 2012 at 4:45 PM, Tres Seaver  wrote:
> BTW, can somebody tell me again why we are running nightly tests against
> the released versions of ZTK 1.0?

And ZTK 1.1 and KGS 3.4:

http://buildbot.afpy.org/ztk1.0/
http://buildbot.afpy.org/ztk1.1/
http://buildbot.afpy.org/kgs3.4/



-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - OK: 23

2012-07-01 Thread Sebastien Douche
On Thu, Jun 28, 2012 at 10:37 AM, Marius Gedminas  wrote:
> Did you check twistd.log?

The log is empty. But I played a bit with the configuration file, the
exception disappears when I remove lines on time.


-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - OK: 23

2012-07-01 Thread Sebastien Douche
On Wed, Jun 27, 2012 at 4:59 PM, Tres Seaver  wrote:
> I don't know what is the source of the "interrupted" status, but ZTK 1.0
> should be tested against Python 2.4 - 2.6, while  ZTK 1.1 should be
> tested against Python 2.5 - 2.7.

Done

-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - OK: 23

2012-07-01 Thread Sebastien Douche
On Wed, Jun 27, 2012 at 1:33 PM, Sebastien Douche  wrote:
> On Wed, Jun 27, 2012 at 3:00 AM, Zope tests summarizer  
> wrote:
>> This is the summary for test reports received on the
>> zope-tests list between 2012-06-25 00:00:00 UTC and 2012-06-26 00:00:00 UTC:
>
> Exception raised on all Buildbots at the end of the tests and I don't know 
> why:

I removed some lines and it's now ok:
http://buildbot.afpy.org/ztk1.0/waterfall
http://buildbot.afpy.org/ztk1.0dev/waterfall
http://buildbot.afpy.org/ztk1.1/waterfall
http://buildbot.afpy.org/ztk1.1dev/waterfall


#def start(self):
#shell.Test.start(self)
#self.started = time.time()
#reactor.callLater(self.tick_every, self.tick)

#def finished(self, results):
#if not self.stopped:
#self.stopped = time.time()
#shell.Test.finished(self, results)

#def tick(self):
#if not self.stopped:
#self.step_status.setText(self.describe(False))
#reactor.callLater(self.tick_every, self.tick)

#def describe(self, done=False):
#description = [self.name]
#if not done and self.started:
#running = time.time() - self.started
#description = [self.name, self.formatTime(running)]
#return description

def createSummary(self, log):
#if not self.started:
## just in case something async happens
#self.started = time.time()
#self.stopped = time.time()
log_text = log.getText()
totals = self.extractTotals(log_text)
if totals:
self.descriptionDone = self.descriptionDone + [totals]
# the test runner lies about the time
## time_info = self.extractTime(log_text)
#time_info = self.formatTime(self.stopped - self.started)
#if time_info:
#self.descriptionDone = self.descriptionDone + [time_info]




-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - OK: 23

2012-06-27 Thread Sebastien Douche
On Wed, Jun 27, 2012 at 3:00 AM, Zope tests summarizer  wrote:
> This is the summary for test reports received on the
> zope-tests list between 2012-06-25 00:00:00 UTC and 2012-06-26 00:00:00 UTC:

Exception raised on all Buildbots at the end of the tests and I don't know why:

http://buildbot.afpy.org/ztk1.0/waterfall
http://buildbot.afpy.org/ztk1.0dev/waterfall
http://buildbot.afpy.org/ztk1.1/waterfall
http://buildbot.afpy.org/ztk1.1dev/waterfall




-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - FAILED: 7, OK: 38

2012-06-25 Thread Sebastien Douche
On Mon, Jun 25, 2012 at 4:27 AM, Tres Seaver  wrote:
>> [5]    FAILED  ZTK 1.0dev / Python2.5.5 Linux 64bit
>> https://mail.zope.org/pipermail/zope-tests/2012-June/064766.html
>
> SSDD
>
>
>> [6]    FAILED  ZTK 1.1dev / Python2.5.5 Linux 64bit
>> https://mail.zope.org/pipermail/zope-tests/2012-June/064764.html
>
> SSDD.
>
>
>> [7]    FAILED  Zope 3.4 KGS / Python2.4.6 64bit linux
>> https://mail.zope.org/pipermail/zope-tests/2012-June/064778.html
>

Hi Tres,
yesterday I recreate all AFPy's Buildbots:
- updated Buildbot to 0.8.6p1
- updated Python to 2.5.6, 2.6.3, 2.7.6 and 2.3.2
- removed Python 2.4.x and 3.1.x

> Following this one yields a 404 on the afpy.org buildbot.

Hmm, Strange (at first sight, difference in the history). The direct link works:
http://buildbot.afpy.org/ztk1.0dev/waterfall

I will investigate this evening. Sorry for the noise :(.



-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - FAILED: 1, OK: 40

2012-05-31 Thread Sebastien Douche
On Thu, May 31, 2012 at 9:02 AM, Michael Howitz  wrote:
> Same as yesterday. I'm unable to reproduce this problem locally (Mac OS X, 
> Python 2.5.6).

Hu Michael,
I got an access grant on the machine, I will try to investigate today.


-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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.configuration upgrade: ZCML error with z3c.unconfigure

2012-02-15 Thread Sebastien Douche
Hi,
after upgraded zope.configuration to 3.8.0, I've the same error on 2 ZCML files:

ZopeXMLConfigurationError: File
"/home/sdouche/src/sact/main/sact.nevrax/eggs/sact.nevrax.conf/src/sact/nevrax/conf/service/minimal_populate.zcml",
line 8.2-13.2
  KeyError: 0

The file :
http://namespaces.zope.org/zope";
   xmlns:browser="http://namespaces.zope.org/browser";
   xmlns:i18n="http://namespaces.zope.org/i18n";
   i18n_domain="nevrax">

  

  

  

  

t

ZopeXMLConfigurationError: File
"/home/sdouche/src/sact/main/sact.nevrax/src/sact/nevrax/testbrowser/no-service.zcml",
line 3.2-7.2
  KeyError: 0

The file :
http://namespaces.zope.org/zope";>

  

  



Do you know why? Any hint?

Thanks.

-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 Toolkit - 1.0.6 and 1.1.4 released

2012-02-14 Thread Sebastien Douche
On Mon, Feb 13, 2012 at 13:45, Hanno Schlichting  wrote:
> Hi.

Hey Hanno :)

> On behalf of the Zope Toolkit release team and the Zope community, I'm
> happy to announce the release of the Zope Toolkit 1.0.6 and 1.1.4.

Cool! Any news for for the trunk? Any chance to see a ZTK 2.0?


-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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.app.paste

2011-12-16 Thread Sebastien Douche
On Thu, Dec 15, 2011 at 18:59, Jim Fulton  wrote:
>>> There is http://pypi.python.org/pypi/zope.app.wsgi
>>
>> Doh! I didn't realize that that provides paste integration.
>>
>> Cool. Thanks.
>
> So, does anyone know of a recipe, similar to zc.zope3recipes:instance
> that drives this?

z3c.recipe.paster[1]. fyi, Paste and PasteScript are superseded by
WebOb / PasteOb (because they hadn't Python 3 support).


[1]http://pypi.python.org/pypi/z3c.recipe.paster

-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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 - FAILED: 1, OK: 45

2011-11-22 Thread Sebastien Douche
On Wed, Nov 23, 2011 at 03:15, Tres Seaver  wrote:
> The bootstrap failed, but without returning an error code, so the
> buildout step blows up.  It looks as though the root cause was a
> transient network failure.

I count a huge number of network failures these days, maybe time to
create a PyPI Mirror for Buildbot (it's easy and use ~6Gb on the
disk)?


-- 
Sebastien Douche 
Twitter: @sdouche / G+: +sdouche
___
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] zc.recipe.testrunner 1.4.0 no longer supports environment option?

2011-07-30 Thread Sebastien Douche
On Sat, Jul 30, 2011 at 10:31, Michael Howitz  wrote:
>> Any news on this bug?
>
> Sadly no. Not even a bugtracker. (Nag Gary Poster about it [1].)

Sadly is the right term.

> I personally use collective.xmltestreport [2] version 1.2.1 which is a fork 
> of zc.recipe.testrunner to support xml output.
> Although I do not need this xml feature, at least using environments works 
> there even together with buildout 1.5.2.

Thanks for the tip Michael!


-- 
Sebastien Douche 
Twitter : @sdouche
___
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] zc.recipe.testrunner 1.4.0 no longer supports environment option?

2011-07-29 Thread Sebastien Douche
On Mon, Dec 13, 2010 at 14:00, Michael Howitz  wrote:

Hi

> I have a test section in buildout (version 1.5.2) which uses the environment 
> option to get os.environ configs into the test script.
> But the environment configuration does not show up in the generated script.
>
> The recipe I use is zc.recipe.testrunner 1.4.0 and Python 2.5 (virtualenv).

Any news on this bug? We're upgrading to Buildout 1.5.2 /
z3c.recipe.scripts to use eggs from system site-packages,
Infortunately, we use environment variables (we create a local
postgresql).


-- 
Sebastien Douche 
Twitter : @sdouche
___
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 world (Was: Test fixture concepts)

2011-03-28 Thread Sebastien Douche
On Sat, Mar 26, 2011 at 15:18, Wolfgang Schnerring  wrote:

Hi folks,

> An honest counter question: Why not use zope.testrunner? What
> advantages does py.test offer?

On the technical side, I don't know. But from my point of view, the
most important thing is the "social" side. I'm a bit tired to be
"compartmentalized" : you must use "generics" tools (Nose, WebOb,
Paster...) or Zope tools (Zope3, KGS, zope.testbrowser, zope.testing,
zc.buildout, z3c.testsetup...). Pyramid is the first step in the right
direction : the fusion of 3 communities (bfg, pylons, tg) with some
Zope ideas. Thanks so much Chris and Ben, for the first time in my
Python life, I see a fusion and not a fork. PSF said at last Pycon
"PSF is the Python foundation, not the CPython foundation" and offers
10k$ to PyPy.

Sincerely, you rock my word: Buildout, Zope2, Zope3, Doctest, you
created so many fantastic tools (I use Zope tools since 99), but now
it's time to see outside the Zope world and share ideas and tools.

Sorry for the noise, it's just a cry of my heart.



-- 
Sebastien Douche 
Twitter: @sdouche (agile, lean, python, git, open source)
___
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] zc.buildout/buildout.org down -> disaster

2010-10-12 Thread Sebastien Douche
On Mon, Oct 11, 2010 at 10:50, Andreas Jung  wrote:
> Hi there,

Hi Andreas !

> Second: how to fix this finally?

I know it's not you want hear but build an "internal" infrastructure
was a great improvement for us. Here, all is internal (debian mirror,
zope mirror, pypi mirror, internal pypi...) and we don't care if a
server is down. For me, the right solution is to make easier internal
server (btw thanks the new bootstrap)




-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, lean, python, open source)
___
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: 17 OK, 2 Failed

2010-05-30 Thread Sebastien Douche
On Sun, May 30, 2010 at 17:44, Christophe Combelles  wrote:
> There is something wrong with zdaemon tests:
> Now I have no builder running, but:
> $ ps -ef | grep zdaemon | wc -l
> 74


> Another big problem is /tmp filling with crap:
> $ ls -1 /tmp/ | grep tmp | wc -l
> 3726

Hi Christophe,
I have this behavior since Zope 3.4.0.

-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, lean, python, open source)
___
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] Nightly tests for Grok?

2010-05-04 Thread Sebastien Douche
On Tue, May 4, 2010 at 15:31, Tres Seaver  wrote:
> The Securactive stuff seems to be offline (503s or non-resolvable
> hostnames).

Hi Tres,
Sorry for that, I've stopped accidentally the builbots this morning.



-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, lean, python, open source)
___
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] RFC: 3.4.1 KGS?

2010-03-31 Thread Sebastien Douche
On Wed, Mar 31, 2010 at 14:50, Marius Gedminas  wrote:
> Mostly I wanted to know if anybody was using the KGS in production and
> interested in a point release.

Yes! :)

> I'm especially interested in setuptools 0.6c11, since
> the KGS currently pins to 0.6c9, which doesn't support Subversion 1.6
> checkouts.

we use distribute w/o issue.

> We use the 3.4 KGS in production with a few extra pins.  Some fix
> important bugs:
>
> zope.app.component = 3.4.2 # very important bugfix for BBB
> ZODB3 = 3.8.4              # security fixes
> zope.sendmail = 3.5.1      # This version handles the 5xx errors
> zope.security = 3.4.2      # bugfixes for Python 2.5
> setuptools = 0.6c11

our vendor KGS:

lxml = 2.2.2
tl.eggdeps = 0.4
transaction = 1.0a1
z3c.batching = 1.1.0
z3c.contents = 0.5.0
z3c.coverage = 1.1.3
z3c.etestbrowser = 1.3.0
z3c.evalexception = 2.0
z3c.i18n = 0.1.1
z3c.layer.minimal = 1.2.0
z3c.layer.pagelet = 1.0.1
z3c.profiler = 0.7.1
z3c.recipe.compattest = 0.11
z3c.recipe.depgraph = 0.4.0sa1
z3c.recipe.i18n = 0.5.4
z3c.recipe.paster = 0.5.0
z3c.table = 0.6.0
z3c.testsetup = 0.5.1
zc.recipe.egg = 1.2.2
zope.sqlalchemy = 0.4
zope.testing = 3.8.3sa1

lxml, zope.testing & zope.etestbrowser are the most important update I guess.

>  * try to get a 3.4.1 release out of the door <-- this is where I'm
>   fuzzy.  I think I used to have ssh access to download.zope.org, but I
>   don't even remember how you're supposed to use zope.release's bin/upload,
>   and I never knew how the releases were made.

it's simple:
- upload all eggs on the cheeseshop
- create the controled-packages.cfg. Example:
http://download.zope.org/zope3.4/3.4.0/controlled-packages.cfg
- generate the site with zope.kgs


-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Automating tests of the ZTK / zopeapp package sets

2010-03-07 Thread Sebastien Douche
On Fri, Mar 5, 2010 at 10:32, Christian Theune  wrote:
>> Questions for discussion:
>>
>> - I find the prettier interface and easier setup than buildbot worth
>>   running a 3rd-party Java app (rather than a 3rd party Python app).
>>   Would that be acceptable among the folks running our automated tests?
>
> It would be for me. Right now I'll continue to clean up what we have
> with buildbot. I really don't want to put anybody off. Getting more
> coverage (however) and making it more visible and regular is my primary
> goal. I don't think we have to through anything out. I'll be happy to
> provide even more tests using other build systems in parallel.

Hi Christian & Tres,
very interesting thread, thx folks. I'm happy with Buildbot (have a
lot specific code now) but I'm ready to learn hudson:
http://hudson.securactive.org/

Not sure I have time for heavy coding (testrunner, hudson plugins...)
but I will be happy to help.




-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Summary of today's developer meeting

2010-03-04 Thread Sebastien Douche
On Tue, Mar 2, 2010 at 17:32, Christian Theune  wrote:
> here's my first shot at a summary of today's meeting. I found the
> meeting itself very positive and energetic - thanks again to everyone
> who joined.

> The current state of nightly builds is a bit untidy. According to
> http://docs.zope.org/zopetoolkit/process/buildbots.html there's four buildbot
> installations with various scopes. The last two in this listing are currently
> non-functional.

The new URL is :
http://bluebream.buildbot.securactive.org/

Other buildbots :
http://grok.buildbot.securactive.org/
http://bfg.buildbot.securactive.org/
http://misc.buildbot.securactive.org/

> Get a volunteer who will oversee our buildbot installations. The job
> description would mainly include coordination efforts: ensuring consistent
> configuration, visibility, reporting and helping people to get nightly
> builds or contribute builders. mgedmin is pondering until next week whether
> he volunteers.

Funny, it's the same thing each year (read the Message-ID:
<20090616060020.gc9...@elzar.ws.whq.gocept.com> for a example),
developers are not affected by the buildbot state and when I (or
other) send a mail about failures, the response is : don't spam the
mailing list.

BTW I'm a volunteer.

> We need to put down a list of projects (Zope 2, grok, BB, ZTK, ...),
> branches and platforms (64-bit!) which we want the nightly builds to be
> executed on/for. Alan Runyan offered supporting Windows builds.
> No action/responsibility was agreed upon for this.

I have Linux (32 & 64 bits) Buildbots for all Zope3 projects (grok,
bfg, ztk, bb)

> Christian Theune volunteered to consisely document instructions for how to
> run the ZTK tests.

Cool :)


Baiju : Do you want another Buildbots? (za = zopeproject, com =
community, ztk = Zope TollKit, bb = BlueBream).


-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Stepping back as Zope 2 release manager

2010-01-13 Thread Sebastien Douche
On Mon, Jan 11, 2010 at 17:19, Andreas Jung  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi there,
>
> I would like to inform you that I intent to retreat from the Zope 2
> release manager position soon. I have been serving the Zope community in
> this position for almost seven years and now it is time to move on

Thanks a lot Andreas!

> I am too busy with other things and I would like to shift my
> focus on other Zope-related projects

Zope3 Release Manager? ;)



-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Small modification about z3c.recipe.depgraph

2009-10-23 Thread Sebastien Douche
On Mon, Oct 19, 2009 at 17:42, Hanno Schlichting  wrote:
> You can just name that option "eggs" in the recipe part. If it is
> specified, built the working set from that list. If it is not
> specified stick to the current way and use everything.

I added the options available in tl.eggdeps (exclude, re-exclude,
dead-ends, re-dead-ends) with a new strict option. If you're ok with
the code, I will merge with trunk.


-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Small modification about z3c.recipe.depgraph

2009-10-21 Thread Sebastien Douche
On Mon, Oct 19, 2009 at 17:42, Hanno Schlichting  wrote:
> Feel free to change the code. If you want a new release just ping me
> and I'll do it or give you PyPi access rights :)

Hi Hanno :)
Thank you for your support. The code is here:
http://svn.zope.org/z3c.recipe.depgraph/branches/sdouche-exclude-eggs/

I will change it to include your tip about eggs option.


>
> Hanno
>




-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Small modification about z3c.recipe.depgraph

2009-10-19 Thread Sebastien Douche
Hi there,
I use z3c.recipe.depgraph for our projects that use Zope3. The trouble
is depgraph use the working set to generate the list of eggs. It's not
what I want, (only eggs specified in the recipe and not all Zope3
eggs). Thus I want to add a option like strict-eggs.

Ideas? Comments?


-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Testrunner option for running tests in random order?!?

2009-10-16 Thread Sebastien Douche
On Fri, Oct 9, 2009 at 14:33, Christian Theune  wrote:

Hi Christian.

> That's what working branches are for.

Done :
http://svn.zope.org/zope.testing/branches/sdouche-shuffle/



-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] zope2.zope.org launched

2009-10-01 Thread Sebastien Douche
On Thu, Oct 1, 2009 at 04:50, Andreas Jung  wrote:
> I am pleased to announce the launch of a new website dedicated to the
> Zope 2 application server:
>
>                  zope2.zope.org

Cool!



-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Subversion externals versus mirroring

2009-09-11 Thread Sebastien Douche
On Thu, Sep 10, 2009 at 16:58, Martijn Faassen  wrote:
Hi Martjin

> Hey,
>
> Christian Theune wrote:
> [snip]
>> Same here. We also ended up in many deadlock situations having to
>> sacrifice chickens for SVN to resume operations. That's why we started
>> investigating alternatives which are better at branching and merging.

Here, we use Hg since 1 year and I'm really happy about that. I don't
want use svn anymore.

> The move of the Python core developers to mercurial is also interesting.

Caution with the actual workflow, 2 differences between SVN and Hg :
- you cannot check out partial repository
- external does not exist


Cheers


-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] How to update the ZTK KGS (was Re: Working KGS tool! (was Re: IRC discussion about testing))

2009-08-28 Thread Sebastien Douche
On Tue, Aug 25, 2009 at 18:21, Martijn Faassen wrote:
>> The KGS should not support ranges IMO.  It should be updated as new
>> versions are released. It should also be tagged when updated.
>
> +1. No ranges. If you want to update a version in your own app's
> buildout you should be able to override it, of course, but the KGS
> should be a fixed point.

Agree, but Buildout doesn't support ranges.


-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] ZTK with no test failures on Python 2.4, 2.5 and 2.6!

2009-08-21 Thread Sebastien Douche
2009/8/20 Fabio Tranchitella :
> with the today's changes, the KGS for the Zope Toolkit[1] has no build
> failures on Python 2.4, 2.5 and 2.6 for both 32bit and 64bit Linux.

Great news!

> If you are interested, please get in touch with me and I will provide you
> the configuration details.

Yes please.



-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] How to update the ZTK KGS (was Re: Working KGS tool! (was Re: IRC discussion about testing))

2009-08-17 Thread Sebastien Douche
On Fri, Aug 14, 2009 at 19:20, Jim Fulton wrote:

Hi Jim

> - We need to create a test branch.
>
> - When a developer wants to update a project version, they check out
> the test branch, make a local version change and run the tests. If the
> tests pass the check the change into the test branch.
>
> - We maintain windows and linux buildbots (or equivalent) against both
> the test branch and trunk for Python 2.4, 2.5 and 2.6.
>
> - When buildbot tests pass on all platforms and Python versions, we
> merge tested changes to the trunk.  Note that the buildbot output
> needs to record the svn revision # tested.
>
> Thoughts?

1. When the new system will be the default way?
2. Can you list the steps needed by the new system? (co, bin/test,...)
3. Do you want Py2.4 buildbot for Zope 2.5?


Nota: I don't have Windows buildbot.


Cheers


-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] KGS trunk without failures

2009-07-28 Thread Sebastien Douche
On Mon, Jul 27, 2009 at 22:43, Stephan
Richter wrote:
> Hi everyone,
>
> last week I worked on getting the KGS trunk located in zope.release to pass
> without failures. (Python 2.5 on Linux, i686)

Thank you for the work! Not the same result on my buildbot (64 bits):
Tests with errors:
   test_send_failQuit (zope.sendmail.tests.test_mailer.TestSMTPMailer)
   test_send_failQuit (zope.sendmail.tests.test_mailer.TestSMTPMailerWithNoEHLO)

Tests with failures:
   
/srv/buildbot/slave/zope3/py2.5-64bit-linux-kgs35/build/test/eggs/keas.profile-0.1.0-py2.5.egg/keas/profile/README.txt
   
/srv/buildbot/slave/zope3/py2.5-64bit-linux-kgs35/build/test/eggs/keas.unit-1.0.0-py2.5.egg/keas/unit/README.txt
   
/srv/buildbot/slave/zope3/py2.5-64bit-linux-kgs35/build/test/eggs/zope.fssync-3.5.1-py2.5.egg/zope/fssync/tests/../caseinsensitivity.txt
   
/srv/buildbot/slave/zope3/py2.5-64bit-linux-kgs35/build/test/eggs/zope.index-3.5.2-py2.5-linux-x86_64.egg/zope/index/text/tests/../textindex.txt

The log:
http://zope.buildbot.securactive.org/builders/py2.5-64bit-linux-kgs35/builds/89/steps/test/logs/stdio

> If someone could setup a buildbot to run all the tests nightly, that would be
> great.

http://zope.buildbot.securactive.org/waterfall

8 Buildbots :
-  KGS Zope 3.4.0 Python2.4 32bits
-  KGS Zope 3.4.0 Python2.4 64bits
-  KGS Zope 3.4.0 Python2.5 32bits
-  KGS Zope 3.4.0 Python2.5 64bits
-  KGS Zope 3.5.0 Python2.5 32bits
-  KGS Zope 3.5.0 Python2.5 64bits
-  KGS Zope 3.5.0 Python2.6 32bits
-  KGS Zope 3.5.0 Python2.6 64bits

Need to work on Firewall ( for internal buildbot), python-memcached
needs to retrieve external FTP data (?!).

-- 
Sebastien Douche 
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
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] Manuel Beta

2009-06-24 Thread Sebastien Douche
On Wed, Jun 24, 2009 at 15:00, Benji York  wrote:
>
> I've just released the first beta of Manuel, my next-generation
> doctest project.

Hmm, very interesting, thank you to sharing wth us!

> Manuel is available from PyPI (http://pypi.python.org/pypi/manuel)
> with docs, details, and examples at
> http://packages.python.org/manuel/.
>
> I'm interested in any feedback and/or questions you may have be it
> technical, documentation, or "marketing" (i.e., how do I describe what
> Manuel does and what benefits it has).

1. good idea for manuel.isolation, because it's for us a the main lack
of doctests. But why this functionality is in a "documentation"
package?

2. we use intensely z3c.testsetup[1], can you explain how use manuel with it?



[1] http://pypi.python.org/pypi/z3c.testsetup



--
Sebastien Douche 
___
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] The future of Zope{2, 3} and Plone in Debian and Ubuntu

2009-06-24 Thread Sebastien Douche
2009/6/24 Fabio Tranchitella :
> Hello,

Hi Fabio :)

> We already have python2.5 and python2.6

and Python 3.0 and...

> we have to provide security support for all the
> packages, and supporting three different versions of python is too much
> work.

Is it possible to keep Python 2.4 with a warning like "we don't
provide support on this version" ?

BTW, thank you for your work!

-- 
Sebastien Douche 
___
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 )


[Zope-dev] Hg mirror available

2009-06-17 Thread Sebastien Douche
This is a first attempt to build an Mercurial mirror :
http://hg.zope.mirrors.securactive.org/

- Size
SVN 2.13go
Hg 780mo
Hg (only trunk for each package) 440mo

- co (only last commit)
SVN
s...@wiener:~$ time svn co svn://svn.zope.org/repos/main/zope.component/trunk
...
real0m5.158s
user0m0.028s
sys 0m0.996s

Hg (all commits, it's a clone)
s...@wiener:~$ time hg clone
http://hg.zope.mirrors.securactive.org/zope.component/
...
real0m3.394s
user0m0.280s
sys 0m0.552s


Improvments
---
- mapping of svn user / full name & email (hg convention)
- a description for each project


What do you think?

Hope this help everybody to understand the benefits of DVCS and
leverage facility to submit a patch.




-- 
Sebastien Douche 
___
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] buildbots

2009-06-17 Thread Sebastien Douche
On Wed, Jun 17, 2009 at 09:44, Wolfgang Schnerring  wrote:
> > 1. checkout svn://svn.zope.org/repos/main/zope.release/trunk",
>
> Ah. I didn't know about zope.release, I'll need to look at that. Thanks!

np. Do you see better way to test?

>
> >> If not, is there something I could do to help make that come true?
> > I can't make this for all packages on SVN ; so what are the packages
> > that you want?
>
> I'll need to look into this further, but could you imagine adding
> another builder, in addition to linux-kgs34 and linux-kgs35, let's say
> linux-kgstrunk, if there was something like zope.release that this
> builder could use?

I can add anything, just say what you want ;).

BTW, I have some trouble with kgs 3.4 (and kgs 3.5 are always broken),
if somebody can help me :

http://zope.buildbot.securactive.org/builders/py2.4-32bit-linux-kgs34/builds/71/steps/test/logs/summary
http://zope.buildbot.securactive.org/builders/py2.5-32bit-linux-kgs34/builds/71/steps/test/logs/summary
http://zope.buildbot.securactive.org/builders/py2.5-64bit-linux-kgs34/builds/45/steps/test/logs/stdio

(sent a mail to Richter & Jim but they're busy).

--
Sebastien Douche 
___
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] Zope 3.4.1 release?

2009-06-16 Thread Sebastien Douche
On Tue, Jun 16, 2009 at 16:54, Stephan Richter
 wrote:
> Update the package list and test it. I'll do the announcement.

Fantastic, I work on it.


--
Sebastien Douche 
___
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 )



[Zope-dev] Zope 3.4.1 release?

2009-06-16 Thread Sebastien Douche
Hi,
any chance to see a new release (KGS) ? Some packages are old :
- docutils
- zope.testing
- z3c.etestbrowser

I can help on this task.

-- 
Sebastien Douche 
___
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] buildbots

2009-06-16 Thread Sebastien Douche
On Tue, Jun 16, 2009 at 08:00, Wolfgang Schnerring  wrote:
>
> Hello,

Hi Wolfgang

> http://zope3.pov.lt/buildbot/waterfall
> http://zope3.afpy.org/buildbot/waterfall
> http://zope.buildbot.securactive.org/waterfall
> (the ZTK docs mention only the first two. Why?)

Because nobody had this server on the list ;).

> What I couldn't quite figure out, however is: what, exactly, do these
> buildbots test?

The steps :

1. checkout svn://svn.zope.org/repos/main/zope.release/trunk",
2. Display Last Change
3. [python, "/usr/bin/virtualenv", "--no-site-packages", "sandbox"],
4. ["sandbox/bin/python", "bootstrap.py"],
5. ["bin/buildout"],
6. ["bin/generate-buildout"],
7.  cd test && buildout"
8. [bin/test", "-v", "-1", "--exit-with-status"]))

> I imagine one very useful scenario (don't know if there are others),
> and that would be for each package X in the (still to be determined?)
> list of ZTK packages, take its trunk (whenever that is updated) and
> the trunks of all packages it depends on (only if those are ZTK add this 
> scenario?
> packages, of course, else use the according released version), and run
> X's tests.
>
> Is this covered by one of these buildbot installations?

I don't think so. BTW, not on my server.

> If not, is there something I could do to help make that come true?

I can't make this for all packages on SVN ; so what are the packages
that you want?


--
Sebastien Douche 
___
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 )


[Zope-dev] git / Hg mirror of Zope SVN?

2009-06-15 Thread Sebastien Douche
Oops, wrong ML :).


-- Forwarded message --
From: Sebastien Douche 
Date: Mon, Jun 15, 2009 at 18:04
Subject: git / Hg mirror of Zope SVN?
To: zope3-...@zope.org


Hi,
does anybody want a Mercurial or Git version of the SVN? For internal
use (more fun & easy to create patch), I will build a Hg mirror, but
if other persons are interessed, It will be public.


--
Sebastien Douche 



-- 
Sebastien Douche 
___
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] [buildbot] zc.buildout (small) failures

2009-05-12 Thread Sebastien Douche
On Tue, May 12, 2009 at 15:14, Jim Fulton  wrote:
> Please don't spam zope-dev with these. Please just send them to me instead.

Ok, sorry for the spam.


-- 
Sebastien Douche 
___
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 )


[Zope-dev] [buildbot] zc.buildout (small) failures

2009-05-11 Thread Sebastien Douche
http://misc.buildbot.securactive.org/builders/zc.buildout-py2.4-32bit-linux/builds/1/steps/test/logs/stdio
http://misc.buildbot.securactive.org/builders/zc.buildout-py2.4-64bit-linux/builds/7/steps/test/logs/stdio
http://misc.buildbot.securactive.org/builders/zc.buildout-py2.6-32bit-linux/builds/0/steps/test/logs/stdio
http://misc.buildbot.securactive.org/builders/zc.buildout-py2.6-64bit-linux/builds/4/steps/test/logs/stdio

Failed example:
print 'X'; print system(
zc.buildout.easy_install._safe_arg(sys.executable)+' '+
'bootstrap.py --version 1.1.1'); print 'X'
Expected:
X
Generated script '/sample/bin/buildout'.

X
Got:
X
Generated script '/sample/bin/buildout'.
/tmp/tmp64BRh4/zc.buildout-1.1.1-py2.6.egg/zc/buildout/buildout.py:21:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5

X

-
Expected:
X
No local packages or download links found for zc.buildout==UNKNOWN
error: Could not find suitable distribution for
Requirement.parse('zc.buildout==UNKNOWN')
Traceback (most recent call last):
  File "bootstrap.py", line 78, in 
) == 0
AssertionError

X
Got:
X
No local packages or download links found for zc.buildout==UNKNOWN
error: Could not find suitable distribution for
Requirement.parse('zc.buildout==UNKNOWN')
Traceback (most recent call last):
  File "bootstrap.py", line 75, in ?
PYTHONPATH=
AssertionError

X



Cheers

-- 
Sebastien Douche 
___
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] buildbot web page

2009-05-09 Thread Sebastien Douche
On Fri, May 8, 2009 at 11:52, Martijn Faassen  wrote:

>  I want to be one, but I  need a web page telling me where to go. :)

http://buildbot.securactive.org/




-- 
Sebastien Douche 
___
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] buildbot web page

2009-05-09 Thread Sebastien Douche
On Fri, May 8, 2009 at 11:52, Martijn Faassen  wrote:
> Hi there,

Hi Martijn

> There are various buildbots running for Zope-related stuff. The problem
> is that they're only mentioned on mailing lists and such so nobody
> remembers where they are, how to use them, and who to contact.
>
> Could someone work with Sebastien Douche who is maintaining one buildbot
> and record what's going on?

I don't understand exactly what you want. BTW i have no access on svn.

> (missing repoze and zc.builout)

http://repoze.buildbot.securactive.org/
http://misc.buildbot.securactive.org/


> If you're feeling ambitious you could also look into using snakebite for
> testing some of our packages on a large range of platforms.

I have already Linux 32&64 bits, do you want another platforms (sorry
but I hate Windows) ?





-- 
Sebastien Douche 
___
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] zc.buildout broken

2009-05-08 Thread Sebastien Douche
On Fri, Apr 24, 2009 at 16:28, Jim Fulton  wrote:
>> Do you want a buildbot for zc.buildout? (py2.4, py2.5, py2.6 on linux
>> 32&64, sorry)
>
>
> +1

Done:
http://misc.buildbot.securactive.org/waterfall
(sorry, 32 bit slave is down)



-- 
Sebastien Douche 
___
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] a buildbot for compatibility testing

2009-05-05 Thread Sebastien Douche
On Tue, May 5, 2009 at 23:51, Martijn Faassen  wrote:
>> Were this some other project, I'd ask the Plone folks or some other group 
>> that
>> cares about Zope packages under 2.4 to set up a buildbot that tested "the 
>> ZTK"
>> under Python 2.4.  Then I'd ask the same folks to to pay attention to the
>> buildbot output and fix issues exposed by the buildbot over time.
>
> I'm all for people setting up a buildbots. And people do sometimes set
> up buildbots. But I think we forget to actually document where the
> buildbot is, what it is doing, and who to contact about it. People
> sometimes ask *me* about buildbots when I bring up the topics as if I
> somehow know how they work and what to do with them. So I keep trying to
> delegate it to someone who can make sure that:
>
> * there's a buildbot

http://zope.buildbot.securactive.org/
http://grok.buildbot.securactive.org/
(missing repoze and zc.builout)


regards



-- 
Sebastien Douche 
___
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] zc.buildout broken

2009-04-24 Thread Sebastien Douche
On Fri, Apr 24, 2009 at 05:56, Roger Ineichen  wrote:
> Ran 367 tests with 50 failures and 1 errors in 8 minutes 14.891 seconds.
>
> The latest trunk of zc.buildout is completly broken.
> At least on windows. Can someone check this on linux?

Do you want a buildbot for zc.buildout? (py2.4, py2.5, py2.6 on linux
32&64, sorry)


-- 
Sebastien Douche 
___
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 )


[Zope-dev] Buildbot for Zope 3

2009-03-30 Thread Sebastien Douche
Hi,
sad time for zope 3:
http://zope.buildbot.securactive.org/waterfall

Tell me if you other things (I want repoze, python and Tarek's distutils).

-- 
Sebastien Douche 
___
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] [labo] Disparition de nss3-1 & nss3-2

2009-03-05 Thread Sebastien Douche
On Thu, Mar 5, 2009 at 13:53, Sebastien Douche  wrote:

Sorry, wrong ml :(


-- 
Sebastien Douche 
___
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 )


[Zope-dev] [labo] Disparition de nss3-1 & nss3-2

2009-03-05 Thread Sebastien Douche
Pour rappel il existait nss3-{1,2,3] pour tester les corrections de
bugs en 3.4 et 3.5. Comme nous développons plus la 3.4 (et que j'ai
besoin de machines), j'ai récupéré les deux premières.


-- 
Sebastien Douche 
___
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 )


[Zope-dev] [KGS 3.4.0] missing python-cjson?

2009-02-04 Thread Sebastien Douche
Needed by z3c.formjs:

...
Getting required 'python-cjson'
  required by z3c.formjs 0.4.0.

-- 
Sebastien Douche 
___
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] Zope 3.5dev KGS

2009-02-02 Thread Sebastien Douche
On Tue, Feb 3, 2009 at 01:50, Martijn Faassen  wrote:
> I would strongly urge the people setting up the buildbot to consider
> running the z3c.recipe.compat tests instead of the integrated tests. We
> discovered a *lot* of dependency problems with the current packages
> because they were all tested together in the same process, so that
> dependencies being being pulled in that weren't declared, and ZCML was
> being loaded elsewhere that a package actually directly depends on.

understood.

-- 
Sebastien Douche 
___
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] [Zope] Zope 3.4.0 Released!

2009-02-02 Thread Sebastien Douche
On Mon, Feb 2, 2009 at 15:04, Benji York  wrote:
>  wrote:
>>
>> - Zope 3.4 Versions:
>> http://download.zope.org/zope3.4/3.4.0/versions.cfg
>
> I had been using http://download.zope.org/zope3.4/versions.cfg, but that
> has gone away.  Was I using the wrong thing?  Was the removal of the old
> file intentional?

http://download.zope.org/zope3.4/3.4.0/versions.cfg

KGS 1.x uses new anatomy (major/minor/):
http://download.zope.org/zope3.4/intro.html

Cheers

-- 
Sebastien Douche 
___
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] Zope 3.5dev KGS

2009-02-02 Thread Sebastien Douche
On Mon, Feb 2, 2009 at 10:09, Christophe Combelles  wrote:
>> http://zope3.pov.lt/buildbot/
>
> Ok, Sebastien and I are going to setup the buildbot, we have a dedicated 
> server
> for that.
>
> Marius, could you help us start, by sending me your buildbot configuration?

I'm buying new server for my company (dual xeon, 8go ram). I will
install buildbot on it.

-- 
Sebastien Douche 
___
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] snakebite

2009-02-01 Thread Sebastien Douche
On Sat, Jan 31, 2009 at 11:55, Martijn Faassen  wrote:
> I think the Zope project counts as a "prominent Python project" and we
> have a lot of interesting code to test, so perhaps they'll let us in. :)
>
> Would people be interested in working on making use of this platform? We
> could use it for testing of a wide range of packages. Perhaps the ZODB
> would be an interesting package to start with. If so we should approach
> snakebite to see whether we can get on board.


Me and Cristophe Combelles (ccomb) are ok to integrate the "KGS team".
And we have alternates solutions if Snakebite reject Zope3 :
- AFPy (french python association) get a new server
- My company accept to help Zope project with a (non)dedicated server


Cheers


-- 
Sebastien Douche 
___
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] Planning for Zope 3.5

2009-02-01 Thread Sebastien Douche
On Sun, Feb 1, 2009 at 07:51, Stephan Richter
 wrote:
> - Improve project setup
>
> As Shane pointed out, it is hard to get started. The solution could be a
> combination of documentation and tools, like zopeproject.

zc.zope3recipes is very interesting, but with a "deficiency": no
default configuration for app & instance part. A good thing could be
to integrate zopeproject.

> Thoughts?

I dream to see SQLAlchemy DB as first class citizen in Zope3. We use
Zope3 for developing our products and it's the main failure for us.


-- 
Sebastien Douche 
___
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] [Zope] Zope 3.4.0 Released!

2009-01-31 Thread Sebastien Douche
On Sat, Jan 31, 2009 at 08:33, Stephan Richter
 wrote:
> Hi everyone,
>
> It is finally here! Thanks goes to everyone who involved!

Yeah \o/ Thank you Stephan.


-- 
Sebastien Douche 
___
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] Attention Zope 3 KGS consumers: zope.kgs changes

2009-01-28 Thread Sebastien Douche
On Tue, Jan 27, 2009 at 18:57, Stephan Richter
 wrote:
> as you probably saw from the checkins last night, Paul and I finished all
> outstanding coding tasks that were blocking a Zope 3.4 release based on a
> KGS. In particular, we can generate a skinable Web site for a KGS and the
> release process is now very much automated.

Great! Is there any reason to not upload zope.kgs and zope.release to Pypi?



-- 
Sebastien Douche 
___
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] PyPI mirrors available

2008-11-14 Thread Sebastien Douche
On Thu, Nov 13, 2008 at 18:45, Andreas Jung <[EMAIL PROTECTED]> wrote:
> Hi there,

Hi Andreas

> I would like to point out that we have started the PyPI replication project
> some months ago during the Blackforest sprint:
>
> http://www.openplans.org/projects/pypi-mirroring/project-home

Thanks for the work.

> Suggestions and further support in terms of hardware resources and bandwidth
> are highly appreciated.

A small enhancement could be a changelog, like Debian repos. Whis
this, an internal repos can synchronize with your repos quickly.
Sorry if this suggestion is already planned.





-- 
Seb
___
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] KGS buildbot news

2008-08-08 Thread Sebastien Douche
On Fri, Aug 8, 2008 at 18:26, Marius Gedminas <[EMAIL PROTECTED]> wrote:
> News about the KGS buildbot at http://zope3.pov.lt/buildbot/:

Impressive, can you show your buildbot configuration ? I want running
the same here.


-- 
Seb
___
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 )


[Zope-dev] Re: [Zope3-Users] Nine new ZC Zope 3 packages on zope.org

2006-02-04 Thread Sebastien Douche
On 2/3/06, Gary Poster <[EMAIL PROTECTED]> wrote:
> Zope Corp has released nine new packages as standalone Zope 3
> projects on zope.org.  Three are completely new to the zope.org
> repository, and six were previously part of the zc Sandbox on zope.org.

Impressive, thanks! Juste a thought : maybe bring together in svn
directory, like zope3_addons (or zope3_packages) ?


--
Sébastien Douche <[EMAIL PROTECTED]>
XPDay France le 23 & 24 Mars 2006 - séminaire sur l'agilité.
Venez découvrir les méthodes agiles // http://www.xp-france.net
___
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] svn.zope.org borked

2005-12-19 Thread Sebastien Douche
On 12/19/05, Jens Vagelpohl <[EMAIL PROTECTED]> wrote:
> That %$£@ BerkeleyDB backend was geborken again. svnadmin recover
> fixed it.

Hi Jens!
Does Zope server use svn server ? I had many problems with it (with
the need to recover it each time). Generally, I recommand to use
Subversion with Apache. Since, no problem.

--
Sébastien Douche <[EMAIL PROTECTED]>
___
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] DA for postgresql?

2000-06-20 Thread Sebastien Douche

Le Tue, Jun 20, 2000 at 11:43:59PM +0400, Jephte CLAIN à écrit:
# Hello,

Hi

# Can anyone tell me about the various Postgresql DA currently available?
# I don't know which to take between ZPoPyDA and ZPyGreSQLDA. I installed
# both of them, and I can't tell the difference between the two...

I use everyday ZPoPY and it works great. But I use only for the
devel, not still in production.

# This will be for a production server. Is PostgreSQL a good choice?

Of course.  It is surely one of best (see the best) 
database server which exists ! 

-- 
(°- Sébastien Douche <[EMAIL PROTECTED]>
//\ IDEALX  
v_/_ Ingénierie Open Source

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )