[Checkins] SVN: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py newest must actually be `True`

Christian Theune ct at gocept.com
Fri Jan 30 08:57:27 EST 2009


Log message for revision 95566:
  newest must actually be `True`
  

Changed:
  U   z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py

-=-
Modified: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py
===================================================================
--- z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py	2009-01-30 13:52:06 UTC (rev 95565)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py	2009-01-30 13:57:26 UTC (rev 95566)
@@ -172,7 +172,7 @@
             as_eggs='true',
             no_warnings='true',
             ))
-        recipe.newest = False
+        recipe.newest = True
         recipe.update()
 
     def _remove_develop_eggs(self):



More information about the Checkins mailing list