Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
4a2bce9f
Commit
4a2bce9f
authored
Aug 21, 2012
by
Thomas Lechauve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
umask is deprecated instead use mode
parent
6576b0c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
software/html5as/instance_html5as.cfg
software/html5as/instance_html5as.cfg
+1
-2
software/html5as/software.cfg
software/html5as/software.cfg
+1
-1
No files found.
software/html5as/instance_html5as.cfg
View file @
4a2bce9f
...
@@ -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
...
...
software/html5as/software.cfg
View file @
4a2bce9f
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment