From c7a373889f2dd81bab3eaf09951904cd9a51efb9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 8 Jun 2011 00:46:02 +0200 Subject: [PATCH] updated --- scripts/manage-infrastructure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manage-infrastructure.py b/scripts/manage-infrastructure.py index ffc1af6..c6251d6 100755 --- a/scripts/manage-infrastructure.py +++ b/scripts/manage-infrastructure.py @@ -9,7 +9,7 @@ class BuildBoxes: # everything in the onelab.eu domain domain = 'pl.sophia.inria.fr' - build_boxes = [ "mirror", "liquid", "reed", "velvet", ] + build_boxes = [ "devel", "liquid", "reed", "velvet", ] plc_boxes = [ "testplc" ] testmaster = 'testmaster' testmaster_boxes = [ testmaster ] -- 2.43.0