aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-08-13 21:33:49 +0000
committerThomas Backlund <tmb@mageia.org>2011-08-13 21:33:49 +0000
commit34f38e663a776241a4d70e25d34f48ed8f3a25fc (patch)
treef8eb916b44cfa6a20d1ab9445ada2f20f84ccdbd /modules
parent0a73aa759581b645906cd5afaf2ca89690c75378 (diff)
downloadpuppet-34f38e663a776241a4d70e25d34f48ed8f3a25fc.tar
puppet-34f38e663a776241a4d70e25d34f48ed8f3a25fc.tar.gz
puppet-34f38e663a776241a4d70e25d34f48ed8f3a25fc.tar.bz2
puppet-34f38e663a776241a4d70e25d34f48ed8f3a25fc.tar.xz
puppet-34f38e663a776241a4d70e25d34f48ed8f3a25fc.zip
enable ecosse again as it's now running a fixed 2.6.33.18-rc1 kernel
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/upload.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index 936d2bc0..66405f99 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -10,8 +10,10 @@
my %nodes = (
#i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ],
#x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ],
- i586 => [ qw(jonund0 jonund1) ],
- x86_64 => [ qw(jonund0 jonund1) ],
+ #i586 => [ qw(jonund0 jonund1) ],
+ #x86_64 => [ qw(jonund0 jonund1) ],
+ i586 => [ qw(jonund0 ecosse0 jonund1) ],
+ x86_64 => [ qw(jonund0 ecosse0 jonund1) ],
);
my $repository = "http://repository.<%= domain %>/distrib/";
my $homedir = "<%= build_home_dir %>";