aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/upload.conf
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-08-27 11:14:45 +0000
committerNicolas Vigier <boklm@mageia.org>2012-08-27 11:14:45 +0000
commitbe4f524439a0817550dcf4428ccfcbc01cf810e1 (patch)
tree0a48e4440c4879b9a78d5aa7730e12376470de55 /modules/buildsystem/templates/upload.conf
parentd4b4b999a08fb59ffd5d86c121639945e197c6c6 (diff)
downloadpuppet-be4f524439a0817550dcf4428ccfcbc01cf810e1.tar
puppet-be4f524439a0817550dcf4428ccfcbc01cf810e1.tar.gz
puppet-be4f524439a0817550dcf4428ccfcbc01cf810e1.tar.bz2
puppet-be4f524439a0817550dcf4428ccfcbc01cf810e1.tar.xz
puppet-be4f524439a0817550dcf4428ccfcbc01cf810e1.zip
temporarly remove jonund from build system
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 6b41f419..b247c387 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -8,8 +8,8 @@
###
my %nodes = (
- i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ],
- x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ],
+ i586 => [ qw(ecosse0 ecosse1 ) ],
+ x86_64 => [ qw(ecosse0 ecosse1) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= homedir %>";