[Checkins] SVN: z3c.recipe.dev/branches/icemac-unix/src/z3c/recipe/dev/README.txt windows needs "newest = false" otherwise there are distribution not found errors

Michael Howitz mh at gocept.com
Thu Aug 12 03:54:01 EDT 2010


Log message for revision 115648:
  windows needs "newest = false" otherwise there are distribution not found errors
  

Changed:
  U   z3c.recipe.dev/branches/icemac-unix/src/z3c/recipe/dev/README.txt

-=-
Modified: z3c.recipe.dev/branches/icemac-unix/src/z3c/recipe/dev/README.txt
===================================================================
--- z3c.recipe.dev/branches/icemac-unix/src/z3c/recipe/dev/README.txt	2010-08-12 07:32:20 UTC (rev 115647)
+++ z3c.recipe.dev/branches/icemac-unix/src/z3c/recipe/dev/README.txt	2010-08-12 07:54:01 UTC (rev 115648)
@@ -71,6 +71,7 @@
   ... [buildout]
   ... develop = demo1 demo2
   ... parts = myapp var
+  ... newest = false
   ...
   ... [myapp]
   ... recipe = z3c.recipe.dev:app
@@ -274,6 +275,7 @@
   ... [buildout]
   ... develop = hello
   ... parts = helloworld
+  ... newest = false
   ...
   ... [helloworld]
   ... recipe = z3c.recipe.dev:script
@@ -333,6 +335,7 @@
   ... [buildout]
   ... develop = hello
   ... parts = helloworld
+  ... newest = false
   ...
   ... [helloworld]
   ... recipe = z3c.recipe.dev:script
@@ -386,6 +389,7 @@
   ... [buildout]
   ... parts = data-dir
   ... find-links = http://download.zope.org/distribution
+  ... newest = false
   ...
   ... [data-dir]
   ... recipe = z3c.recipe.dev:mkdir
@@ -415,6 +419,7 @@
   ... [buildout]
   ... parts = data-dir
   ... find-links = http://download.zope.org/distribution
+  ... newest = false
   ...
   ... [data-dir]
   ... recipe = z3c.recipe.dev:mkdir
@@ -445,6 +450,7 @@
   ... [buildout]
   ... parts = data-dir
   ... find-links = http://download.zope.org/distribution
+  ... newest = false
   ...
   ... [data-dir]
   ... recipe = z3c.recipe.dev:mkdir
@@ -465,6 +471,7 @@
   ... [buildout]
   ... parts = data-dir
   ... find-links = http://download.zope.org/distribution
+  ... newest = false
   ...
   ... [data-dir]
   ... recipe = z3c.recipe.dev:mkdir
@@ -501,6 +508,7 @@
   ... """
   ... [buildout]
   ... parts = script
+  ... newest = false
   ...
   ... [script]
   ... recipe = z3c.recipe.dev:mkfile
@@ -550,6 +558,7 @@
   ... """
   ... [buildout]
   ... parts = script
+  ... newest = false
   ...
   ... [script]
   ... recipe = z3c.recipe.dev:mkfile
@@ -584,6 +593,7 @@
   ... """
   ... [buildout]
   ... parts = script
+  ... newest = false
   ...
   ... [script]
   ... recipe = z3c.recipe.dev:mkfile



More information about the checkins mailing list