aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/upload.conf
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-08-13 14:56:43 +0000
committerThomas Backlund <tmb@mageia.org>2011-08-13 14:56:43 +0000
commit8312901555e5f99641ccb804b26b53eb541d572e (patch)
treef8eb916b44cfa6a20d1ab9445ada2f20f84ccdbd /modules/buildsystem/templates/upload.conf
parentb563fdc3728a5e11bcad70f600c58ea634976f85 (diff)
downloadpuppet-8312901555e5f99641ccb804b26b53eb541d572e.tar
puppet-8312901555e5f99641ccb804b26b53eb541d572e.tar.gz
puppet-8312901555e5f99641ccb804b26b53eb541d572e.tar.bz2
puppet-8312901555e5f99641ccb804b26b53eb541d572e.tar.xz
puppet-8312901555e5f99641ccb804b26b53eb541d572e.zip
enable single buildbot on ecosse to see if it copes with the load
Diffstat (limited to 'modules/buildsystem/templates/upload.conf')
-rw-r--r--modules/buildsystem/templates/upload.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index 936d2bc0..66405f99 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -10,8 +10,10 @@
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 jonund1) ],
+ #x86_64 => [ qw(jonund0 jonund1) ],
+ i586 => [ qw(jonund0 ecosse0 jonund1) ],
+ x86_64 => [ qw(jonund0 ecosse0 jonund1) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= build_home_dir %>";