aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-08-13 18:43:56 +0000
committerThomas Backlund <tmb@mageia.org>2011-08-13 18:43:56 +0000
commit0a73aa759581b645906cd5afaf2ca89690c75378 (patch)
treec0e0119b775a555a8abe45663ebcf8d6568aa6f4 /modules
parent8312901555e5f99641ccb804b26b53eb541d572e (diff)
downloadpuppet-0a73aa759581b645906cd5afaf2ca89690c75378.tar
puppet-0a73aa759581b645906cd5afaf2ca89690c75378.tar.gz
puppet-0a73aa759581b645906cd5afaf2ca89690c75378.tar.bz2
puppet-0a73aa759581b645906cd5afaf2ca89690c75378.tar.xz
puppet-0a73aa759581b645906cd5afaf2ca89690c75378.zip
disable ecosse again as it cant even cope with a single buildbot
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/upload.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index 66405f99..936d2bc0 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -10,10 +10,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(jonund0 jonund1) ],
+ x86_64 => [ qw(jonund0 jonund1) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= build_home_dir %>";