[Checkins] SVN: zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt update tests missed with previous changes

Fred Drake cvs-admin at zope.org
Fri Mar 8 03:31:59 UTC 2013


Log message for revision 130067:
  update tests missed with previous changes

Changed:
  U   zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt

-=-
Modified: zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt
===================================================================
--- zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt	2013-03-07 19:28:04 UTC (rev 130066)
+++ zc.recipe.deployment/trunk/src/zc/recipe/deployment/README.txt	2013-03-08 03:31:54 UTC (rev 130067)
@@ -61,9 +61,12 @@
     [foo]
     __buildout_installed__ =
     ...
+    cache-directory = PREFIX/var/cache/foo
     crontab-directory = PREFIX/etc/cron.d
     etc-directory = PREFIX/etc/foo
+    etc-prefix = PREFIX/etc
     etc-user = USER
+    lib-directory = PREFIX/var/lib/foo
     log-directory = PREFIX/var/log/foo
     logrotate-directory = PREFIX/etc/logrotate.d
     name = foo
@@ -72,6 +75,7 @@
     recipe = zc.recipe.deployment
     run-directory = PREFIX/var/run/foo
     user = USER
+    var-prefix = PREFIX/var
 
 If we uninstall, then the directories are removed.
 
@@ -250,9 +254,12 @@
     [foo]
     __buildout_installed__ =
     ...
+    cache-directory = PREFIX/var/cache/bar
     crontab-directory = PREFIX/etc/cron.d
     etc-directory = PREFIX/etc/bar
+    etc-prefix = PREFIX/etc
     etc-user = USER
+    lib-directory = PREFIX/var/lib/bar
     log-directory = PREFIX/var/log/bar
     logrotate-directory = PREFIX/etc/logrotate.d
     name = bar
@@ -261,6 +268,7 @@
     recipe = zc.recipe.deployment
     run-directory = PREFIX/var/run/bar
     user = USER
+    var-prefix = PREFIX/var
 
 Note (here and earlier) that the options include the name option,
 which defaults to the part name.  Other parts that use the deployment



More information about the checkins mailing list