From 5cfb0cdbb47050303adfcd69e4c5fe91aaab2d8b Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Thu, 14 Feb 2013 11:52:20 +0100
Subject: [PATCH] Revert "Do not duplicate find-links already present in
 stack/slapos.cfg ."

This reverts commit 781c1a4441a93f53bd694c4659a8d3b088b7c9f6.
Extended .cfg files are not cooperating, so += is unusable in [buildout]
section, even for find-links.

Conflicts:
	stack/erp5/buildout.cfg
(cherry picked from commit b4085e5859f6ea257dfc0ac7befa6ca1e602161c)
---
 stack/erp5/buildout.cfg | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index cc12445650..5ec9df2d22 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -8,8 +8,11 @@ extensions =
   slapos.zcbworkarounds
   mr.developer
 
-find-links +=
+find-links =
+    http://www.nexedi.org/static/packages/source/slapos.buildout/
+    http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
     http://dist.repoze.org
+    http://www.nexedi.org/static/packages/source/
     http://www.owlfish.com/software/wsgiutils/download.html
 
 extends =
-- 
2.30.9