Commit 4a2bce9f authored by Thomas Lechauve's avatar Thomas Lechauve

umask is deprecated instead use mode

parent 6576b0c5
...@@ -69,7 +69,6 @@ path_shell = ${dash:location}/bin/dash ...@@ -69,7 +69,6 @@ path_shell = ${dash:location}/bin/dash
[website_download] [website_download]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
# Website tarball # Website tarball
# Hardcoded to easily test
url = $${slap-parameter:download_url} url = $${slap-parameter:download_url}
destination = $${html5as:docroot} destination = $${html5as:docroot}
...@@ -86,7 +85,7 @@ template = ${:_profile_base_location_}/templates/html5as_bin.in ...@@ -86,7 +85,7 @@ template = ${:_profile_base_location_}/templates/html5as_bin.in
rendered = $${html5as:bin_html5as} rendered = $${html5as:bin_html5as}
md5sum = 0ddb3dfbd963819a1666ca47aa37bbc5 md5sum = 0ddb3dfbd963819a1666ca47aa37bbc5
context = section param_html5as html5as context = section param_html5as html5as
umask = 077 mode = 700
[publish-connection-information] [publish-connection-information]
recipe = slapos.cookbook:publish recipe = slapos.cookbook:publish
......
...@@ -39,7 +39,7 @@ mode = 0644 ...@@ -39,7 +39,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance_html5as.cfg url = ${:_profile_base_location_}/instance_html5as.cfg
output = ${buildout:directory}/template_html5as.cfg output = ${buildout:directory}/template_html5as.cfg
md5sum = 1ae6a0464db59469d3cdf10c59dc0d18 md5sum = f3a3b95ed83958690cf16c8077131c99
mode = 0644 mode = 0644
[versions] [versions]
......
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