From f6fb9a12be3eea86e88f47db1cb193144356983e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 22 Feb 2013 18:52:38 +0000 Subject: free up rabbit for iso-builders --- modules/buildsystem/templates/upload.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/buildsystem/templates/upload.conf') diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index 08910249..ca19067c 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -8,8 +8,8 @@ ### my %nodes = ( - i586 => [ qw(jonund0 ecosse0 rabbit0 jonund1 ecosse1 rabbit1) ], - x86_64 => [ qw(ecosse0 rabbit0 jonund0 ecosse1 rabbit1 jonund1) ], + i586 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ], + x86_64 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ], ); my $repository = "http://repository.<%= domain %>/distrib/"; my $homedir = "<%= homedir %>"; -- cgit v1.2.1