[Zope-dev] Zope Tests: 5 OK

2008-02-28 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Wed Feb 27 12:00:00 2008 UTC to Thu Feb 28 12:00:00 2008 UTC.
There were 5 messages: 5 from Zope Unit Tests.


Tests passed OK
---

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Wed Feb 27 20:57:40 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-February/009175.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Feb 27 20:59:10 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-February/009176.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Feb 27 21:00:40 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-February/009177.html

Subject: OK : Zope-2.11 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Feb 27 21:02:10 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-February/009178.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Feb 27 21:03:41 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-February/009179.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 )


Re: [Zope-dev] Re: buildout 'versions' and 'develop' conflict

2008-02-28 Thread Martijn Faassen
Hey,

On Thu, Feb 28, 2008 at 7:41 AM, Christian Theune [EMAIL PROTECTED] wrote:
[snip]
   but I don't see it flying
   given the sentiments against that idea so far. Perhaps I'm wrong.

  Humm. Maybe there's just a misunderstanding. I didn't get that you
  wanted to only trump version pinning, not constraints in general. So
  there might be the chance that others had that understanding too (might
  be only my mistake anyway).

Possibly. I think Jim was clear on the idea, though. :)

Perhaps you can write a new proposal that summarizes the points and
making a proposal? I don't think I'm in the position to
push this topic. :)

Regards,

Martijn
___
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: SVN: zc.recipe.filestorage/trunk/ Removed 'shared-blob-dir' from blobstorage section

2008-02-28 Thread Christian Zagrodnick

Hi


On 2008-02-27 21:00:39 +0100, Nikolay Kim 
[EMAIL PROTECTED] said:



Log message for revision 84351:
  Removed 'shared-blob-dir' from blobstorage section


could you tell me why you've removed the shared-blob-dir option?

One could argue to remove the whole blob support from the recipe, but 
just removing the shared option is not useful IMHO.





Changed:
  U   zc.recipe.filestorage/trunk/CHANGES.txt
  U   zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py

-=-
Modified: zc.recipe.filestorage/trunk/CHANGES.txt
===
--- zc.recipe.filestorage/trunk/CHANGES.txt 2008-02-27 19:49:55 UTC (rev 
84350)
+++ zc.recipe.filestorage/trunk/CHANGES.txt 2008-02-27 20:00:37 UTC (rev 
84351)
@@ -2,6 +2,12 @@
 CHANGES
 ===

+1.1.0 (2008-??-??)
+--
+
+- Removed 'shared-blob-dir' from blobstorage section.
+
+
 1.0.0 (2007-11-03)
 --


Modified: zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py
===
--- 
zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py	2008-02-27 
19:49:55 UTC (rev 84350)
+++ 
zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py	2008-02-27 
20:00:37 UTC (rev 84351)

@@ -41,12 +41,10 @@
 blob_dir = os.path.join(buildout['buildout']['directory'],
 blob_dir)
 options['blob-dir'] = blob_dir
-shared = options.get('shared-blob-dir', 'no')

 options['zconfig'] = template % dict(
 path=path,
-blob_dir=blob_dir,
-shared=shared)
+blob_dir=blob_dir)

 def install(self):
 if self.make_part:
@@ -70,7 +68,6 @@
 zodb
   blobstorage
 blob-dir %(blob_dir)s
-shared-blob-dir %(shared)s
 filestorage
   path %(path)s
 /filestorage



--
Christian Zagrodnick

gocept gmbh  co. kg  ·  forsterstrasse 29 · 06112 halle/saale
www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891



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