Revision
851
Author
pterjan
Date
2011-01-18 23:43:54 +0100 (Tue, 18 Jan 2011)

Log Message

List each node for both arch

Modified Paths

Modified: puppet/modules/buildsystem/templates/upload.conf
===================================================================
--- puppet/modules/buildsystem/templates/upload.conf	2011-01-18 18:51:56 UTC (rev 850)
+++ puppet/modules/buildsystem/templates/upload.conf	2011-01-18 22:43:54 UTC (rev 851)
@@ -8,8 +8,8 @@
 ###
 
 my %nodes = (
-   i586 => [ qw(ecosse) ],
-   x86_64 => [ qw(jonund) ],
+   i586 => [ qw(ecosse jonund) ],
+   x86_64 => [ qw(jonund ecosse) ],
 );
 my $repository = "http://repository.<%= domain %>/distrib/";
 my $homedir = "<%= build_home_dir %>";