[Checkins] SVN: zc.buildout/branches/help-api/src/zc/buildout/update.txt Try and make this section make sense.

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:21:20 EDT 2009


Log message for revision 98506:
  Try and make this section make sense.
  I hope I haven't changed any intended meaning.

Changed:
  U   zc.buildout/branches/help-api/src/zc/buildout/update.txt

-=-
Modified: zc.buildout/branches/help-api/src/zc/buildout/update.txt
===================================================================
--- zc.buildout/branches/help-api/src/zc/buildout/update.txt	2009-03-29 21:21:13 UTC (rev 98505)
+++ zc.buildout/branches/help-api/src/zc/buildout/update.txt	2009-03-29 21:21:20 UTC (rev 98506)
@@ -94,11 +94,9 @@
     if __name__ == '__main__':
         zc.buildout.buildout.main()
 
-There are a number of cases in which the updates don't happen.
-Let's recreate the sample buildout. One case is the one in which we
-specify versions of zc.buildout and setuptools for which the don't
-match. If we update out configuration file to specify an older
-version:
+Now, let's recreate the sample buildout. If we specify constraints on
+the versions of zc.buildout and setuptools to use, running the
+buildout will install earlier versions of these packages:
 
     >>> write(sample_buildout, 'buildout.cfg',
     ... """
@@ -114,7 +112,7 @@
     ... recipe = showversions
     ... """ % dict(new_releases=new_releases))
 
-We'll actually "upgrade" to an earlier version.
+Now we can see that We actually "upgrade" to an earlier version.
 
     >>> print system(buildout),
     Upgraded:
@@ -127,6 +125,9 @@
     zc.buildout 1.0.0
     setuptools 0.6
 
+There are a number of cases, described below, in which the updates
+don't happen. 
+
 We won't upgrade in offline mode:
 
     >>> write(sample_buildout, 'buildout.cfg',



More information about the Checkins mailing list