aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-01-18 22:43:54 +0000
committerPascal Terjan <pterjan@mageia.org>2011-01-18 22:43:54 +0000
commita740925594d27b0ff2847e8a921cc7565a42552d (patch)
treeb65a38e1ad89e648c76df4aa3dbe83d8e271de2d /modules
parent56d0b9b1575895a9c85cff5695c7114d7c0c2cdd (diff)
downloadpuppet-a740925594d27b0ff2847e8a921cc7565a42552d.tar
puppet-a740925594d27b0ff2847e8a921cc7565a42552d.tar.gz
puppet-a740925594d27b0ff2847e8a921cc7565a42552d.tar.bz2
puppet-a740925594d27b0ff2847e8a921cc7565a42552d.tar.xz
puppet-a740925594d27b0ff2847e8a921cc7565a42552d.zip
List each node for both arch
Diffstat (limited to 'modules')
-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 b737be27..f0ad072b 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -8,8 +8,8 @@
###
my %nodes = (
- i586 => [ qw(ecosse) ],
- x86_64 => [ qw(jonund) ],
+ i586 => [ qw(ecosse jonund) ],
+ x86_64 => [ qw(jonund ecosse) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= build_home_dir %>";