aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/templates/youri/host.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/youri/host.conf b/modules/buildsystem/templates/youri/host.conf
index 559417e0..bf4fa086 100644
--- a/modules/buildsystem/templates/youri/host.conf
+++ b/modules/buildsystem/templates/youri/host.conf
@@ -1,7 +1,7 @@
<%-
aliases = scope.lookupvar('buildsystem::var::scheduler::build_nodes_aliases')
nodes = {}
- nodes['src'] = scope.lookupvar('buildsystem::var::scheduler::build_src_node')
+ nodes['src'] = [ scope.lookupvar('buildsystem::var::scheduler::build_src_node') ]
scope.lookupvar('buildsystem::var::scheduler::build_nodes').each{|arch,n|
a = arch + '|noarch|src'
nodes[a] = []