aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/youri/submit.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/youri/submit.conf')
-rw-r--r--modules/buildsystem/templates/youri/submit.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/buildsystem/templates/youri/submit.conf b/modules/buildsystem/templates/youri/submit.conf
index 0d7cf927..337f667d 100644
--- a/modules/buildsystem/templates/youri/submit.conf
+++ b/modules/buildsystem/templates/youri/submit.conf
@@ -93,7 +93,7 @@ def get_definitions(def_name, conf_name, conf, conf_default, distros)
end
%>
-home: <%= sched_home_dir %>
+home: <%= @sched_home_dir %>
<%-
repository = {
@@ -108,7 +108,7 @@ home: <%= sched_home_dir %>
}
-%>
# repository declaration
-<%= hash_text(repository, 0) %>
+<%= hash_text(@repository, 0) %>
<%-
targets = {
@@ -116,25 +116,25 @@ home: <%= sched_home_dir %>
}
-%>
# targets definition
-<%= hash_text(targets, 0) %>
+<%= hash_text(@targets, 0) %>
<%-
checks = get_definitions('checks', conf_name, conf, conf_default, distros)
-%>
# checks definition
-<%= hash_text(checks, 0) -%>
+<%= hash_text(@checks, 0) -%>
<%-
actions = get_definitions('actions', conf_name, conf, conf_default, distros)
-%>
# actions definitions
-<%= hash_text(actions, 0) -%>
+<%= hash_text(@actions, 0) -%>
<%-
posts = get_definitions('posts', conf_name, conf, conf_default, distros)
-%>
# posts definitions
-<%= hash_text(posts, 0) -%>
+<%= hash_text(@posts, 0) -%>
# vim:ft=yaml:et:sw=4