From ef75c67ee5e58befcc34877819e6294df903867c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Wed, 24 Aug 2011 19:41:41 +0200
Subject: [PATCH] tomcat : Add find-links and shacache

---
 stack/tomcat.cfg | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/stack/tomcat.cfg b/stack/tomcat.cfg
index feec7d37c..ddf5e176c 100644
--- a/stack/tomcat.cfg
+++ b/stack/tomcat.cfg
@@ -3,6 +3,22 @@ extends =
   ../component/lxml-python/buildout.cfg
   ../component/java/buildout.cfg
   ../component/mysql-5.1/buildout.cfg
+  ../stack/shacache-client.cfg
+
+find-links +=
+    http://www.nexedi.org/static/packages/source/slapos.buildout/
+
+# Use only quite well working sites.
+allow-hosts =
+  *.nexedi.org
+  *.python.org
+  *.sourceforge.net
+  dist.repoze.org
+  effbot.org
+  github.com
+  peak.telecommunity.com
+  psutil.googlecode.com
+  www.dabeaz.com
 
 parts =
   template
-- 
2.30.9