aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-09 04:30:14 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-09 04:30:14 +0000
commita13d5699bf1607795898e99d0832e0d56b3a2ead (patch)
tree8cd7792f9099e1ebcf90b669c0a50e163a16354b
parent1ab7c8486e285699689d32873ccec224464bd683 (diff)
downloadpuppet-a13d5699bf1607795898e99d0832e0d56b3a2ead.tar
puppet-a13d5699bf1607795898e99d0832e0d56b3a2ead.tar.gz
puppet-a13d5699bf1607795898e99d0832e0d56b3a2ead.tar.bz2
puppet-a13d5699bf1607795898e99d0832e0d56b3a2ead.tar.xz
puppet-a13d5699bf1607795898e99d0832e0d56b3a2ead.zip
enable jonund again
-rw-r--r--modules/buildsystem/templates/upload.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index 46257ba1..7d84bf2d 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -9,7 +9,7 @@
my %nodes = (
i586 => [ qw(ecosse) ],
- x86_64 => [ qw(ecosse) ],
+ x86_64 => [ qw(jonund) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= build_home_dir %>";