Re: [Zope-dev] Zope 2.12.0b4 released

2009-08-09 Thread Andreas Jung
On 10.08.09 06:40, Andreas Jung wrote:
> On 10.08.09 03:57, Jonas Meurer wrote:
>   
>> On 06/08/2009 Andreas Jung wrote:
>>   
>> 
>>> I just released Zope 2.12.0 beta 4
>>>
>>> http://pypi.python.org/pypi/Zope2/2.12.0b4
>>> 
>>>   
>> Hello,
>>
>> do you continue to provide zope2 monolithic source tarballs that do
>> contain all required zope python modules, just the way you did for
>> zope2 releases in the past?
>>   
>> 
> No.
>   
>> i realized that the build system changed a lot with zope2.12, but in
>> some situations people need to build and install zope2.12 without
>> direct access to the internet. from what i can see, current build
>> system fetches all required python modules from the internet. 
>>
>> i also found the -o (offline-mode) option to bootstrap.py, but what I
>> didn't find information about is, where to place the required python
>> modules on disk in a way that bootstrap.py finds them. and which zope
>> python modules are required/recommended/suggested at all.
>> 
> You should be able to mirror the Zope 2 package + all related packages
> from the Zope 2 KGS (http://download.zope.org/Zope2/index/...)
> and use this for a local offline build.

Or as mentioned earlier: look at zc.sourcerelease

Andreas
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
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 2.12.0b4 released

2009-08-09 Thread Andreas Jung
On 10.08.09 03:57, Jonas Meurer wrote:
> On 06/08/2009 Andreas Jung wrote:
>   
>> I just released Zope 2.12.0 beta 4
>>
>> http://pypi.python.org/pypi/Zope2/2.12.0b4
>> 
> Hello,
>
> do you continue to provide zope2 monolithic source tarballs that do
> contain all required zope python modules, just the way you did for
> zope2 releases in the past?
>   
No.
> i realized that the build system changed a lot with zope2.12, but in
> some situations people need to build and install zope2.12 without
> direct access to the internet. from what i can see, current build
> system fetches all required python modules from the internet. 
>
> i also found the -o (offline-mode) option to bootstrap.py, but what I
> didn't find information about is, where to place the required python
> modules on disk in a way that bootstrap.py finds them. and which zope
> python modules are required/recommended/suggested at all.
You should be able to mirror the Zope 2 package + all related packages
from the Zope 2 KGS (http://download.zope.org/Zope2/index/...)
and use this for a local offline build.

-aj

begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:i...@zopyx.com
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard

___
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 2.12.0b4 released

2009-08-09 Thread Jonas Meurer
On 06/08/2009 Andreas Jung wrote:
> I just released Zope 2.12.0 beta 4
> 
> http://pypi.python.org/pypi/Zope2/2.12.0b4

Hello,

do you continue to provide zope2 monolithic source tarballs that do
contain all required zope python modules, just the way you did for
zope2 releases in the past?

i realized that the build system changed a lot with zope2.12, but in
some situations people need to build and install zope2.12 without
direct access to the internet. from what i can see, current build
system fetches all required python modules from the internet. 

i also found the -o (offline-mode) option to bootstrap.py, but what I
didn't find information about is, where to place the required python
modules on disk in a way that bootstrap.py finds them. and which zope
python modules are required/recommended/suggested at all.

greetings, and thanks for the great work on zope,
 jonas
___
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 2.12: mkzopeinstance, runzope and zopectl - a small proposal

2009-08-09 Thread Chris Withers
yuppie wrote:
> SOFTWARE_HOME no longer exist in Zope 2.12, all the software is now 
> somewhere on sys.path.
> 
> So this no longer works in zopectl:
> 
> ZDCTL="$SOFTWARE_HOME/Zope2/Startup/zopectl.py"
> exec "$PYTHON" "$ZDCTL" -C "$CONFIG_FILE" "$@"

I wish we could just bless buildout as "the way" to set up Zope 2.12, 
then mkzopeinstance becomes moot. If you dig back through the archives, 
you'll find the buildout.cfg I came up with that works exactly as it should.

I had notions of coming up with a generic mkintance package that would 
package up a buildout.cfg and bootstrap.py into a single executable 
script called mkzope212instance.py, but never got round to it...

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
___
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 Tests: 3 OK, 4 Failed

2009-08-09 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sat Aug  8 12:00:00 2009 UTC to Sun Aug  9 12:00:00 2009 UTC.
There were 7 messages: 7 from Zope Tests.


Test failures
-

Subject: FAILED (failures=1) : Zope-2.12 Python-2.6.2 : Linux
From: Zope Tests
Date: Sat Aug  8 20:59:11 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012255.html

Subject: FAILED (failures=1) : Zope-2.12-alltests Python-2.6.2 : Linux
From: Zope Tests
Date: Sat Aug  8 21:03:11 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012257.html

Subject: FAILED (failures=1) : Zope-trunk Python-2.6.2 : Linux
From: Zope Tests
Date: Sat Aug  8 21:05:11 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012258.html

Subject: FAILED (failures=1) : Zope-trunk-alltests Python-2.6.2 : Linux
From: Zope Tests
Date: Sat Aug  8 21:07:11 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012259.html


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Aug  8 20:53:10 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012253.html

Subject: OK : Zope-2.12 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Aug  8 20:57:11 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012254.html

Subject: OK : Zope-2.12-alltests Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Aug  8 21:01:11 EDT 2009
URL: http://mail.zope.org/pipermail/zope-tests/2009-August/012256.html

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