From 976e354ece16362dfc853fe84620fae8f6662d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 15 Jul 2010 08:26:33 +0000 Subject: [PATCH] - force usage of erp5.recipe.mysqlserver >= 1.1.3, as issues in previous versions could lead to bad functionality on many systems git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37123 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/profiles/versions-2.12.cfg | 1 + buildout/profiles/versions.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buildout/profiles/versions-2.12.cfg b/buildout/profiles/versions-2.12.cfg index 828a031949..b228f754a9 100644 --- a/buildout/profiles/versions-2.12.cfg +++ b/buildout/profiles/versions-2.12.cfg @@ -16,6 +16,7 @@ ipython = 0.10 numpy = 1.3.0 plone.recipe.zope2instance = 3.6 erp5.recipe.standaloneinstance >= 0.4 +erp5.recipe.mysqlserver >= 1.1.3 rdiff-backup = 1.0.5 pysvn = 1.7.2 xml-marshaller >= 0.9.2 diff --git a/buildout/profiles/versions.cfg b/buildout/profiles/versions.cfg index 4fea736356..c8fa2335ea 100644 --- a/buildout/profiles/versions.cfg +++ b/buildout/profiles/versions.cfg @@ -8,7 +8,7 @@ itools = 0.20.8 numpy = 1.3.0 plone.recipe.zope2instance = 3.6 erp5.recipe.standaloneinstance >= 0.4 -erp5.recipe.mysqlserver >= 1.1.1 +erp5.recipe.mysqlserver >= 1.1.3 pysvn = 1.7.2 xml-marshaller >= 0.9.2 rdiff-backup = 1.0.5 -- 2.30.9