From f31ebbd8c079ec1f7104fb75491d5defb3dd5ad1 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 21 Sep 2012 11:20:18 +0200 Subject: [PATCH] Set newest = false by default --- buildout.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/buildout.cfg b/buildout.cfg index 9b83ba7..f790609 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -7,6 +7,7 @@ parts = external tests python develop = . eggs = bob flandmark +newest = false [external] recipe = xbob.buildout:external -- GitLab