[Zope-dev] Zope Tests: 6 OK

2009-11-04 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Tue Nov  3 12:00:00 2009 UTC to Wed Nov  4 12:00:00 2009 UTC.
There were 6 messages: 6 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Tue Nov  3 20:38:39 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-November/012950.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Tue Nov  3 20:40:39 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-November/012951.html

Subject: OK : Zope-2.12 Python-2.6.2 : Linux
From: Zope Tests
Date: Tue Nov  3 20:42:39 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-November/012952.html

Subject: OK : Zope-2.12-alltests Python-2.6.2 : Linux
From: Zope Tests
Date: Tue Nov  3 20:44:39 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-November/012953.html

Subject: OK : Zope-trunk Python-2.6.2 : Linux
From: Zope Tests
Date: Tue Nov  3 20:46:39 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-November/012954.html

Subject: OK : Zope-trunk-alltests Python-2.6.2 : Linux
From: Zope Tests
Date: Tue Nov  3 20:48:39 EST 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-November/012955.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] Relative path support for z3c.recipe.paster?

2009-11-04 Thread Jonathan Ballet
Hi,

Since zc.recipe.egg 1.2.0, there's an option to generate scripts which
contains relative paths to eggs installed in the eggs/ directory [1]
This is very handy if you want to move your buildout around, without
needing to relaunch the whole buildout process.

What do maintainers of z3c.recipe.paster think if I propose a patch
which add this option (or something else) to support the same thing
for this recipe?
Actually, this can be a relatively minor change, since the recipe
already use zc.recipe.egg, which means it only has to pass the
corresponding option to this one.

Thoughts?

Cheers,

 Jonathan

[1] : http://pypi.python.org/pypi/zc.recipe.egg#relative-egg-paths
___
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] Relative path support for z3c.recipe.paster?

2009-11-04 Thread Roger Ineichen
Hi Jonathan

 Betreff: [Zope-dev] Relative path support for z3c.recipe.paster?
 
 Hi,
 
 Since zc.recipe.egg 1.2.0, there's an option to generate 
 scripts which contains relative paths to eggs installed in 
 the eggs/ directory [1] This is very handy if you want to 
 move your buildout around, without needing to relaunch the 
 whole buildout process.
 
 What do maintainers of z3c.recipe.paster think if I propose a 
 patch which add this option (or something else) to support 
 the same thing for this recipe?
 Actually, this can be a relatively minor change, since the 
 recipe already use zc.recipe.egg, which means it only has to 
 pass the corresponding option to this one.
 
 Thoughts?

In general any improvment is welcome as long as there is no bad
sideffect. I do not know this option and do not understand what
you mean with moving buildout around.

I guess this is nothing which is needed in a productive setup.

Anyway, if there is no sideffect like larger processing time
in prodction use just for provide a fancy feature, you are very
welcome to improve and implement usefull things ;-)

Regards
Roger Ineichen

 Cheers,
 
  Jonathan
 
 [1] : http://pypi.python.org/pypi/zc.recipe.egg#relative-egg-paths
 ___
 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] Relative path support for z3c.recipe.paster?

2009-11-04 Thread Jonathan Ballet
Hi Roger,

On Wed, Nov 4, 2009 at 5:15 PM, Roger Ineichen d...@projekt01.ch wrote:
 Hi Jonathan

 In general any improvment is welcome as long as there is no bad
 sideffect. I do not know this option and do not understand what
 you mean with moving buildout around.

By moving buildout around, I mean: I generate a buildout in a
directory, let's say /home/foo/prod/1.0 on the host FOO, and I would
like to be able to copy the result of the buildout on the host BAR, in
the directory /var/run/bar/ and be able to just run ./bin/paster and
voilà!
That's why I would like to have relative paths.

 Anyway, if there is no sideffect like larger processing time
 in prodction use just for provide a fancy feature, you are very
 welcome to improve and implement usefull things ;-)

Ok, I don't think the modification will have such side effects, so I
will propose a patch for this then :)

Cheers,

 Jonathan
___
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] A note on the PyCon Program committee.

2009-11-04 Thread Chris McDonough
Gary Poster wrote:
 I had a rethinking interfaces talk accepted.  It's about the positives 
 and negatives of zope.interface and zope.component, driven primarily 
 from the perspective and experience of the Launchpad team, and myself in 
 particular; and about changes that might be made or differences we are 
 interested in.

That should be interesting.

 
 It is an advocacy piece only in the sense that we are saying that, 
 by-and-large, we like what the packages give us, but it is more 
 challenging than that.  It's an interesting pairing to Jeff Shell's 
 invited talk, which appears to cover some of the same ground from more 
 of an advocacy/tutorial perspective.  I was honestly a bit surprised 
 that mine was accepted when Jeff's was already scheduled, but maybe mine 
 is the dark side version of his talk. :-)

It's Jeff Rush..

- C


___
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] Relative path support for z3c.recipe.paster?

2009-11-04 Thread Adam GROSZER
Hello Jonathan,

bin/buildout -N does not fit you?

Wednesday, November 4, 2009, 5:50:45 PM, you wrote:

JB Hi Roger,

JB On Wed, Nov 4, 2009 at 5:15 PM, Roger Ineichen d...@projekt01.ch wrote:
 Hi Jonathan

 In general any improvment is welcome as long as there is no bad
 sideffect. I do not know this option and do not understand what
 you mean with moving buildout around.

JB By moving buildout around, I mean: I generate a buildout in a
JB directory, let's say /home/foo/prod/1.0 on the host FOO, and I would
JB like to be able to copy the result of the buildout on the host BAR, in
JB the directory /var/run/bar/ and be able to just run ./bin/paster and
JB voilà!
JB That's why I would like to have relative paths.

 Anyway, if there is no sideffect like larger processing time
 in prodction use just for provide a fancy feature, you are very
 welcome to improve and implement usefull things ;-)

JB Ok, I don't think the modification will have such side effects, so I
JB will propose a patch for this then :)

JB Cheers,

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


-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
The best discipline, maybe the only discipline that really works, is 
self-discipline. 
- Walter Kiechel III 

___
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] sharing instance_home?

2009-11-04 Thread Jürgen Herrmann
currently i'm running a single zope2 process with relstorage
as storage backend. to improve performance for our end users
i'd like to fire up a 2nd zope2 process that will handle all
internal background processes and db packing.

for simplicity's sake i'd like to share the instance_home
directory between these two processes, just use a different
config file to enter a different http port for each server.

no how can i run 2 zope processes from the same instance
home with 2 different config files?
modifying $INSTANCE_HOME/zopectl to include a different
config file name does not work, as it's also contained in
$INSTANCE_HOME/runzope. renaming/modifying runzope does not
work either, as it's name is hardcoded somewhere in zopectl.

thanks in advance and best regards,
jürgen herrmann
--
 XLhost.de - eXperts in Linux hosting ® 

XLhost.de GmbH
Jürgen Herrmann, Geschäftsführer
Boelckestrasse 21, 93051 Regensburg, Germany

Geschäftsführer: Volker Geith, Jürgen Herrmann
Registriert unter: HRB9918
Umsatzsteuer-Identifikationsnummer: DE245931218

Fon:  +49 (0)800 XLHOSTDE [0800 95467833]
Fax:  +49 (0)800 95467830

WEB:  http://www.XLhost.de
IRC:  #xlh...@irc.quakenet.org

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


Re: [Zope] sharing instance_home?

2009-11-04 Thread Chris Withers
Jürgen Herrmann wrote:
 no how can i run 2 zope processes from the same instance
 home with 2 different config files?

What version of Zope is this?

Should be fine, provided the instances are configured to use different 
pid files, log files, local zodb cache files, etc...

Chris

-- 
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] sharing instance_home?

2009-11-04 Thread Jürgen Herrmann

On Wed, November 4, 2009 15:05, Chris Withers wrote:
 Jürgen Herrmann wrote:
 no how can i run 2 zope processes from the same instance
 home with 2 different config files?

 What version of Zope is this?

 Should be fine, provided the instances are configured to use different
 pid files, log files, local zodb cache files, etc...

 Chris

- it's zope 2.12.1 .
- i configured different log/pid files in the different configs.

jürgen
--
 XLhost.de - eXperts in Linux hosting ® 

XLhost.de GmbH
Jürgen Herrmann, Geschäftsführer
Boelckestrasse 21, 93051 Regensburg, Germany

Geschäftsführer: Volker Geith, Jürgen Herrmann
Registriert unter: HRB9918
Umsatzsteuer-Identifikationsnummer: DE245931218

Fon:  +49 (0)800 XLHOSTDE [0800 95467833]
Fax:  +49 (0)800 95467830

WEB:  http://www.XLhost.de
IRC:  #xlh...@irc.quakenet.org

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


Re: [Zope] sharing instance_home?

2009-11-04 Thread Martijn Pieters
2009/11/4 Jürgen Herrmann juergen.herrm...@xlhost.de:
 currently i'm running a single zope2 process with relstorage
 as storage backend. to improve performance for our end users
 i'd like to fire up a 2nd zope2 process that will handle all
 internal background processes and db packing.

 for simplicity's sake i'd like to share the instance_home
 directory between these two processes, just use a different
 config file to enter a different http port for each server.

 no how can i run 2 zope processes from the same instance
 home with 2 different config files?
 modifying $INSTANCE_HOME/zopectl to include a different
 config file name does not work, as it's also contained in
 $INSTANCE_HOME/runzope. renaming/modifying runzope does not
 work either, as it's name is hardcoded somewhere in zopectl.

If you are using RelStorage you won't be saving much space by reusing
the instance home. I'd be wary of sharing the directory between
instances, because 3rd party products sometimes use it to store
instance-specific data (e.g. not sharable between 2 zope processes).

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


[Zope-CMF] CMF Tests: 4 OK

2009-11-04 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list.
Period Tue Nov  3 12:00:00 2009 UTC to Wed Nov  4 12:00:00 2009 UTC.
There were 4 messages: 4 from CMF Tests.


Tests passed OK
---

Subject: OK : CMF-2.1 Zope-2.10 Python-2.4.6 : Linux
From: CMF Tests
Date: Tue Nov  3 20:56:10 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-November/012205.html

Subject: OK : CMF-2.1 Zope-2.11 Python-2.4.6 : Linux
From: CMF Tests
Date: Tue Nov  3 20:58:10 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-November/012206.html

Subject: OK : CMF-trunk Zope-2.12 Python-2.6.2 : Linux
From: CMF Tests
Date: Tue Nov  3 21:00:10 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-November/012207.html

Subject: OK : CMF-trunk Zope-trunk Python-2.6.2 : Linux
From: CMF Tests
Date: Tue Nov  3 21:02:10 EST 2009
URL: http://mail.zope.org/pipermail/cmf-tests/2009-November/012208.html

___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests