From a740925594d27b0ff2847e8a921cc7565a42552d Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 18 Jan 2011 22:43:54 +0000 Subject: List each node for both arch --- modules/buildsystem/templates/upload.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index b737be27..f0ad072b 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -8,8 +8,8 @@ ### my %nodes = ( - i586 => [ qw(ecosse) ], - x86_64 => [ qw(jonund) ], + i586 => [ qw(ecosse jonund) ], + x86_64 => [ qw(jonund ecosse) ], ); my $repository = "http://repository.<%= domain %>/distrib/"; my $homedir = "<%= build_home_dir %>"; -- cgit v1.2.1