diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-02-05 13:56:28 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-02-05 13:56:28 +0000 |
commit | 6e828853e40c76be4b08097bb21f38de2f1228e0 (patch) | |
tree | 62aa4cc40198acbcbc5594576dece92bf3167e37 /modules/buildsystem/templates | |
parent | f545bc0d2243c39970810b3ba6d0a0da85504348 (diff) | |
download | puppet-6e828853e40c76be4b08097bb21f38de2f1228e0.tar puppet-6e828853e40c76be4b08097bb21f38de2f1228e0.tar.gz puppet-6e828853e40c76be4b08097bb21f38de2f1228e0.tar.bz2 puppet-6e828853e40c76be4b08097bb21f38de2f1228e0.tar.xz puppet-6e828853e40c76be4b08097bb21f38de2f1228e0.zip |
enable second buildbot on ecosse
Diffstat (limited to 'modules/buildsystem/templates')
-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 %>"; |