[Checkins] SVN: zc.recipe.rhrc/trunk/src/zc/recipe/rhrc/README.txt Updated to reflect buildout output formatting changes.

Jim Fulton jim at zope.com
Tue Jan 15 11:43:31 EST 2008


Log message for revision 82897:
  Updated to reflect buildout output formatting changes.
  

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

-=-
Modified: zc.recipe.rhrc/trunk/src/zc/recipe/rhrc/README.txt
===================================================================
--- zc.recipe.rhrc/trunk/src/zc/recipe/rhrc/README.txt	2008-01-15 16:06:08 UTC (rev 82896)
+++ zc.recipe.rhrc/trunk/src/zc/recipe/rhrc/README.txt	2008-01-15 16:43:29 UTC (rev 82897)
@@ -40,7 +40,7 @@
 If we run the buildout:
 
     >>> print system('bin/buildout'),
-    buildout: Installing zoperc
+    Installing zoperc.
 
 We'll get a zoperc script in our demo directory:
 
@@ -111,9 +111,9 @@
 instead.
 
     >>> print system('bin/buildout'),
-    buildout: Uninstalling zoperc
-    buildout: Running uninstall recipe
-    buildout: Installing zoperc
+    Uninstalling zoperc.
+    Running uninstall recipe.
+    Installing zoperc.
     --add zoperc
 
 Now the script contains a chkconfig comment:
@@ -169,10 +169,10 @@
     ... """ % dict(dest=demo))
 
     >>> print system('bin/buildout'),
-    buildout: Uninstalling zoperc
-    buildout: Running uninstall recipe
+    Uninstalling zoperc.
+    Running uninstall recipe.
     --del zoperc
-    buildout: Installing zoperc
+    Installing zoperc.
     --add zoperc
 
 Note the --del output.  If we hadn't set the chkconfigcommand to echo,
@@ -247,10 +247,10 @@
 is running it:
 
     >>> print system('bin/buildout'),
-    buildout: Uninstalling zoperc
-    buildout: Running uninstall recipe
+    Uninstalling zoperc.
+    Running uninstall recipe.
     --del zoperc
-    buildout: Installing zoperc
+    Installing zoperc.
     --add zoperc
 
     >>> cat(demo, 'zoperc')
@@ -311,10 +311,10 @@
     ... """ % dict(dest=demo))
 
     >>> print system('bin/buildout'),
-    buildout: Uninstalling zoperc
-    buildout: Running uninstall recipe
+    Uninstalling zoperc.
+    Running uninstall recipe.
     --del zoperc
-    buildout: Installing zoperc
+    Installing zoperc.
     --add zoperc
 
     >>> cat(demo, 'zoperc')
@@ -387,10 +387,10 @@
     ... """ % dict(dest=demo))
 
     >>> print system('bin/buildout'),
-    buildout: Uninstalling zoperc
-    buildout: Running uninstall recipe
+    Uninstalling zoperc.
+    Running uninstall recipe.
     --del zoperc
-    buildout: Installing zoperc
+    Installing zoperc.
     --add zoperc
 
     >>> cat(demo, 'zoperc')
@@ -468,10 +468,10 @@
 Note that for instance 2, we are arranging for the script to pre-exist.
 
     >>> print system('bin/buildout'),
-    buildout: Uninstalling zoperc
-    buildout: Running uninstall recipe
+    Uninstalling zoperc.
+    Running uninstall recipe.
     --del zoperc
-    buildout: Installing zoperc
+    Installing zoperc.
     --add zoperc
 
     >>> cat(demo, 'zoperc')
@@ -610,10 +610,10 @@
     >>> os.rename(join(demo, 'instance2'), join(demo, 'acme-instance2'))
 
     >>> print system('bin/buildout'),
-    buildout: Uninstalling zoperc
-    buildout: Running uninstall recipe
+    Uninstalling zoperc.
+    Running uninstall recipe.
     --del zoperc
-    buildout: Installing zoperc
+    Installing zoperc.
     --add acme
 
     >>> ls(demo)
@@ -678,6 +678,6 @@
     ... parts =
     ... """)
     >>> print system('bin/buildout'),
-    buildout: Uninstalling zoperc
-    buildout: Running uninstall recipe
+    Uninstalling zoperc.
+    Running uninstall recipe.
     --del acme



More information about the Checkins mailing list