aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/upload.conf
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-02-08 16:28:07 +0000
committerThomas Backlund <tmb@mageia.org>2013-02-08 16:28:07 +0000
commit5ded586d0c9397fee30f069dff95d01941e46347 (patch)
tree55a580f9a522083c220f1ce3f033a10909601d4f /modules/buildsystem/templates/upload.conf
parentd33c9f9051c90ad4e752a9eeef350a0897011bfb (diff)
downloadpuppet-5ded586d0c9397fee30f069dff95d01941e46347.tar
puppet-5ded586d0c9397fee30f069dff95d01941e46347.tar.gz
puppet-5ded586d0c9397fee30f069dff95d01941e46347.tar.bz2
puppet-5ded586d0c9397fee30f069dff95d01941e46347.tar.xz
puppet-5ded586d0c9397fee30f069dff95d01941e46347.zip
enable rabbit as buildnode for now
Diffstat (limited to 'modules/buildsystem/templates/upload.conf')
-rw-r--r--modules/buildsystem/templates/upload.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index ca19067c..08910249 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -8,8 +8,8 @@
###
my %nodes = (
- i586 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ],
- x86_64 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ],
+ i586 => [ qw(jonund0 ecosse0 rabbit0 jonund1 ecosse1 rabbit1) ],
+ x86_64 => [ qw(ecosse0 rabbit0 jonund0 ecosse1 rabbit1 jonund1) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= homedir %>";