aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/upload.conf
diff options
context:
space:
mode:
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 48bc6391..0118ca7c 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -8,8 +8,8 @@
###
my %nodes = (
- i586 => [ qw(jonund0 jonund1 ) ],
- x86_64 => [ qw(jonund0 jonund1 ) ],
+ i586 => [ qw(jonund0 ecosse0 jonund1 ecosse1 ) ],
+ x86_64 => [ qw(ecosse0 jonund0 ecosse1 jonund1 ) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= homedir %>";