diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-02-08 16:28:07 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-02-08 16:28:07 +0000 |
commit | 5ded586d0c9397fee30f069dff95d01941e46347 (patch) | |
tree | 55a580f9a522083c220f1ce3f033a10909601d4f | |
parent | d33c9f9051c90ad4e752a9eeef350a0897011bfb (diff) | |
download | puppet-5ded586d0c9397fee30f069dff95d01941e46347.tar puppet-5ded586d0c9397fee30f069dff95d01941e46347.tar.gz puppet-5ded586d0c9397fee30f069dff95d01941e46347.tar.bz2 puppet-5ded586d0c9397fee30f069dff95d01941e46347.tar.xz puppet-5ded586d0c9397fee30f069dff95d01941e46347.zip |
enable rabbit as buildnode for now
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 4 |
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 %>"; |