[Checkins] SVN: zc.recipe.filestorage/trunk/ Removed 'shared-blob-dir' from blobstorage section

Nikolay Kim fafhrd at datacom.kz
Wed Feb 27 15:00:39 EST 2008


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

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>



More information about the Checkins mailing list