diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-01-09 22:39:24 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-01-09 22:39:24 +0000 |
commit | ab711d53de1df766c66b0872eaa03f0c7df32f49 (patch) | |
tree | 78ca4e3dc6e670bd662021534a6c2cb687b19767 /modules/buildsystem | |
parent | 7c83d32b50ee23569e7237b63ed61246e9697b59 (diff) | |
download | puppet-ab711d53de1df766c66b0872eaa03f0c7df32f49.tar puppet-ab711d53de1df766c66b0872eaa03f0c7df32f49.tar.gz puppet-ab711d53de1df766c66b0872eaa03f0c7df32f49.tar.bz2 puppet-ab711d53de1df766c66b0872eaa03f0c7df32f49.tar.xz puppet-ab711d53de1df766c66b0872eaa03f0c7df32f49.zip |
sort builders for better distributed workload
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index 8894c9b8..aaeda538 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -9,7 +9,7 @@ my %nodes = ( i586 => [ qw(jonund0 ecosse0 rabbit0 sucuk0 jonund1 ecosse1 rabbit1 sucuk1) ], - x86_64 => [ qw(ecosse0 jonund0 sucuk0 rabbit0 ecosse1 jonund1 sucuk1 rabbit1) ], + x86_64 => [ qw(sucuk0 rabbit0 jonund0 ecosse0 sucuk1 rabbit1 jonund1 ecosse1) ], ); my $repository = "http://repository.<%= domain %>/distrib/"; my $homedir = "<%= homedir %>"; |