diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-04-09 14:02:42 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-04-09 14:02:42 +0000 |
commit | b7d6ef54600a626fba8b717951bbb03d27f6ab75 (patch) | |
tree | 78d83aa76b96a88d14f793a62ef737a9cb7fcab3 | |
parent | 48c74db65ad3ecae078f013f00e843af96a085c9 (diff) | |
download | puppet-b7d6ef54600a626fba8b717951bbb03d27f6ab75.tar puppet-b7d6ef54600a626fba8b717951bbb03d27f6ab75.tar.gz puppet-b7d6ef54600a626fba8b717951bbb03d27f6ab75.tar.bz2 puppet-b7d6ef54600a626fba8b717951bbb03d27f6ab75.tar.xz puppet-b7d6ef54600a626fba8b717951bbb03d27f6ab75.zip |
add second build on ecosse and jonund
-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 fa6ab672..f4e69bd3 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -8,8 +8,8 @@ ### my %nodes = ( - i586 => [ qw(ecosse jonund) ], - x86_64 => [ qw(jonund ecosse) ], + i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ], + x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ], ); my $repository = "http://repository.<%= domain %>/distrib/"; my $homedir = "<%= build_home_dir %>"; |