Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
648b151f
Commit
648b151f
authored
Mar 30, 2017
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify: reuse s.r.template network capability
parent
bc0c2ac9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
software/cdn-test/instance.cfg.in
software/cdn-test/instance.cfg.in
+1
-1
software/cdn-test/software.cfg
software/cdn-test/software.cfg
+0
-9
No files found.
software/cdn-test/instance.cfg.in
View file @
648b151f
...
...
@@ -17,7 +17,7 @@ cdn-test = $${dynamic-template-cdn-test:rendered}
[dynamic-template-cdn-test]
recipe = slapos.recipe.template:jinja2
template = ${
template-cdn-test-download:location
}/instance-cdn-test.cfg.jinja2
template = ${
:_profile_base_location_
}/instance-cdn-test.cfg.jinja2
rendered = $${buildout:directory}/template-cdn-test.cfg
context =
key develop_eggs_directory buildout:develop-eggs-directory
...
...
software/cdn-test/software.cfg
View file @
648b151f
...
...
@@ -40,12 +40,3 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in
output = ${buildout:directory}/template.cfg
mode = 0644
[template-cdn-test-download]
recipe = hexagonit.recipe.download
ignore-existing = true
url = ${:_profile_base_location_}/instance-cdn-test.cfg.jinja2
md5sum = aa0254d43585c59f460a75a0feb5a7d0
mode = 0644
download-only = true
on-update = true
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