Commit d1f93480 authored by Rafael Monnerat's avatar Rafael Monnerat

stack/resilience: filename is required here

  as buildout.hash.cfg uses templates/.. filename has to be defined here again.
parent 5c42e51b
...@@ -93,6 +93,7 @@ output = ${buildout:directory}/instance-frozen.cfg ...@@ -93,6 +93,7 @@ output = ${buildout:directory}/instance-frozen.cfg
[resilient-web-takeover-cgi-script-download] [resilient-web-takeover-cgi-script-download]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/resilient-web-takeover-cgi-script.py.in url = ${:_profile_base_location_}/resilient-web-takeover-cgi-script.py.in
filename = resilient-web-takeover-cgi-script.py.in
mode = 0644 mode = 0644
# Provide an empty wrapper # Provide an empty wrapper
...@@ -105,6 +106,7 @@ mode = 0644 ...@@ -105,6 +106,7 @@ mode = 0644
[notifier-feed-promise-template] [notifier-feed-promise-template]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/templates/notifier-feed-promise.py.in url = ${:_profile_base_location_}/templates/notifier-feed-promise.py.in
filename = notifier-feed-promise.py.in
mode = 0644 mode = 0644
################## ##################
......
  • Hence the comment in buildout.hash.cfg that directories should be avoided :) . but yeah, it's kind of a limitation from buildout.hash.cfg in addition of not being portable (which matters less to us in practice, I think).

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment