diff options
Diffstat (limited to 'modules/buildsystem/templates/upload.conf')
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index f244c07d..e3ae8813 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -8,9 +8,8 @@ ### my %nodes = ( - # use only single build bot on ecosse for now, as it might have hw problem - i586 => [ qw(jonund0 ecosse0 jonund1) ], - x86_64 => [ qw(jonund0 ecosse0 jonund1) ], + i586 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ], + x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ], ); my $repository = "http://repository.<%= domain %>/distrib/"; my $homedir = "<%= build_home_dir %>"; |