aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2016-11-06 18:11:05 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2016-11-06 18:11:15 +0100
commitdb49cd1949488dc6c91c107896538bd140fb8cde (patch)
tree4f01450c473bc74997862f84c86fe7b46d751f0f /deployment/mga_buildsystem
parent3f5edfbb7969c3a820f39a0beea516faa7e71f20 (diff)
downloadpuppet-db49cd1949488dc6c91c107896538bd140fb8cde.tar
puppet-db49cd1949488dc6c91c107896538bd140fb8cde.tar.gz
puppet-db49cd1949488dc6c91c107896538bd140fb8cde.tar.bz2
puppet-db49cd1949488dc6c91c107896538bd140fb8cde.tar.xz
puppet-db49cd1949488dc6c91c107896538bd140fb8cde.zip
Disable rabbit as we are building isos
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 6f94d5b1..f447eefb 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -25,8 +25,8 @@ class mga_buildsystem::config {
class { 'buildsystem::var::scheduler' :
admin_mail => "sysadmin@group.${::domain}",
build_nodes => {
- 'i586' => [ 'ecosse0', 'ecosse1', 'rabbit0', 'rabbit1' ],
- 'x86_64' => [ 'ecosse0', 'ecosse1', 'rabbit0', 'rabbit1' ],
+ 'i586' => [ 'ecosse0', 'ecosse1' ],
+ 'x86_64' => [ 'ecosse0', 'ecosse1' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
},