[Checkins] SVN: zc.zodbrecipes/trunk/zc/zodbrecipes/zeo.txt update to the latest in zc.buildout output

Fred L. Drake, Jr. fdrake at gmail.com
Thu Jun 21 17:32:07 EDT 2007


Log message for revision 76922:
  update to the latest in zc.buildout output

Changed:
  U   zc.zodbrecipes/trunk/zc/zodbrecipes/zeo.txt

-=-
Modified: zc.zodbrecipes/trunk/zc/zodbrecipes/zeo.txt
===================================================================
--- zc.zodbrecipes/trunk/zc/zodbrecipes/zeo.txt	2007-06-21 20:35:23 UTC (rev 76921)
+++ zc.zodbrecipes/trunk/zc/zodbrecipes/zeo.txt	2007-06-21 21:32:07 UTC (rev 76922)
@@ -31,7 +31,7 @@
 we run the buildout:
 
     >>> print system(buildout),
-    buildout: Installing server
+    Installing server.
     zc.zodbrecipes: 
     A runzeo script couldn't be found at:
     <BLANKLINE>
@@ -41,6 +41,7 @@
     zc.recipe.eggs:script recipe and the ZODB3 egg, or you may need
     to specify the location of a script using the runzeo option.
     <BLANKLINE>
+    Generated script '/sample-buildout/bin/server'.
 
 We got a warning because the recipe expects there to be a runzeo
 script and we haven't created one.  This is done using the
@@ -70,8 +71,18 @@
     ... ''')
 
     >>> print system(buildout),
-    buildout: Installing zodb
-    buildout: Updating server
+    Installing zodb.
+    Generated script '/sample-buildout/bin/mkzeoinst'.
+    Generated script '/sample-buildout/bin/fstail'.
+    Generated script '/sample-buildout/bin/zeopack'.
+    Generated script '/sample-buildout/bin/runzeo'.
+    Generated script '/sample-buildout/bin/zeopasswd'.
+    Generated script '/sample-buildout/bin/zeoctl'.
+    Generated script '/sample-buildout/bin/fsdump'.
+    Generated script '/sample-buildout/bin/fsrefs'.
+    Generated script '/sample-buildout/bin/repozo'.
+    Generated script '/sample-buildout/bin/fsoids'.
+    Updating server.
 
 We get 2 things.  We get a directory in parts containing ZEO and
 zdaemon configuration files:
@@ -136,9 +147,10 @@
     ... ''')
 
     >>> print system(buildout),
-    buildout: Uninstalling server
-    buildout: Updating zodb
-    buildout: Installing server
+    Uninstalling server.
+    Updating zodb.
+    Installing server.
+    Generated script '/sample-buildout/bin/server'.
 
     >>> cat('parts', 'server', 'zeo.conf')
     %import foo
@@ -186,9 +198,10 @@
     ... ''')
 
     >>> print system(buildout),
-    buildout: Uninstalling server
-    buildout: Updating zodb
-    buildout: Installing server
+    Uninstalling server.
+    Updating zodb.
+    Installing server.
+    Generated script '/sample-buildout/bin/server'.
 
 Let's look at the zdaemon log file:
 
@@ -306,9 +319,10 @@
     ... ''' % globals())
 
     >>> print system(buildout),
-    buildout: Uninstalling server
-    buildout: Updating zodb
-    buildout: Installing server
+    Uninstalling server.
+    Updating zodb.
+    Installing server.
+    Generated script '/sample-buildout/rc/demo-server'.
 
 Now, the parts directory and the control script will be gone:
 
@@ -413,9 +427,10 @@
     ... ''' % globals())
 
     >>> print system(buildout+' -D'),
-    buildout: Uninstalling server
-    buildout: Updating zodb
-    buildout: Installing server
+    Uninstalling server.
+    Updating zodb.
+    Installing server.
+    Generated script '/sample-buildout/rc/demo-server'.
 
 Now, we'll get a crontab file:
 



More information about the Checkins mailing list