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 )

Reply via email to