From 29c92e4bc14a0d7ec76a6e73d558fce4045ea954 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Thu, 12 Mar 2015 11:58:18 +0100
Subject: [PATCH] release reed from its build duties

---
 system/LocalSubstrate.inria.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py
index 12287c5..a4f1359 100755
--- a/system/LocalSubstrate.inria.py
+++ b/system/LocalSubstrate.inria.py
@@ -22,7 +22,8 @@ class OnelabSubstrate (Substrate):
    def build_lxc_boxes_spec (self):
 # velvet needs attention
 #      return [ 'liquid', 'reed', 'velvet' ]
-      return [ 'liquid', 'reed', 'buzzcocks' ]
+# reed out of the pool, liquid only used for the last f18 build      
+      return [ 'buzzcocks', 'liquid' ]
 
    # the lxc-capable box for PLCs
    def plc_lxc_boxes_spec (self):
-- 
2.47.0