From 63e4ebdb18a5aaa4dd3594f24b4f19e13a26c24f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 16 May 2016 00:15:32 +0100 Subject: Allow armada to also build for armv5tl, the queue is long there too. --- deployment/mga_buildsystem/manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index d395a00d..345c5b4b 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -27,7 +27,7 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'rabbit1' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1' ], - 'armv5tl' => [ 'armorique', 'armagnac' ], + 'armv5tl' => [ 'armorique', 'armagnac', 'armada' ], 'armv7hl' => [ 'armada', 'armlet1' ], }, build_nodes_aliases => { -- cgit v1.2.1