From 766f61019eb9a193b68fd50334edb86477784d69 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 9 Dec 2010 19:39:42 +0100 Subject: [PATCH] 32-5 back in business --- 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 3312d92..4d8c4be 100755 --- a/scripts/manage-infrastructure.py +++ b/scripts/manage-infrastructure.py @@ -15,7 +15,7 @@ class BuildBoxes: # qemu32-5 is officially dead qemu_boxes = \ [ "qemu64-%d"%i for i in range (1,4) ] + \ - [ "qemu32-%d"%i for i in range (1,5) ] + [ "qemu32-%d"%i for i in range (1,6) ] test_boxes = plc_boxes + qemu_boxes testmaster_boxes = [ testmaster ] -- 2.43.0