aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-08-14 07:55:16 +0000
committerThomas Backlund <tmb@mageia.org>2011-08-14 07:55:16 +0000
commit57bd006438f36891b7d7864c423c43a34498789d (patch)
tree6a4b2a1dd02a7e7f282979eed5895ea460fd602f /modules
parent34f38e663a776241a4d70e25d34f48ed8f3a25fc (diff)
downloadpuppet-57bd006438f36891b7d7864c423c43a34498789d.tar
puppet-57bd006438f36891b7d7864c423c43a34498789d.tar.gz
puppet-57bd006438f36891b7d7864c423c43a34498789d.tar.bz2
puppet-57bd006438f36891b7d7864c423c43a34498789d.tar.xz
puppet-57bd006438f36891b7d7864c423c43a34498789d.zip
enable second buildbot on ecosse, as it seems the problems are fixed
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/upload.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index 66405f99..e28df8f2 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -8,12 +8,8 @@
###
my %nodes = (
- #i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ],
- #x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ],
- #i586 => [ qw(jonund0 jonund1) ],
- #x86_64 => [ qw(jonund0 jonund1) ],
- i586 => [ qw(jonund0 ecosse0 jonund1) ],
- x86_64 => [ qw(jonund0 ecosse0 jonund1) ],
+ i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ],
+ x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= build_home_dir %>";