diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index fa6ab672..f4e69bd3 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -8,8 +8,8 @@ ### my %nodes = ( - i586 => [ qw(ecosse jonund) ], - x86_64 => [ qw(jonund ecosse) ], + i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ], + x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ], ); my $repository = "http://repository.<%= domain %>/distrib/"; my $homedir = "<%= build_home_dir %>"; |