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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos
Commits
1294858b
Commit
1294858b
authored
May 12, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/gateone: introduce buildout.hash.cfg
parent
4685a31b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
software/gateone/buildout.hash.cfg
software/gateone/buildout.hash.cfg
+15
-0
software/gateone/software.cfg
software/gateone/software.cfg
+3
-7
No files found.
software/gateone/buildout.hash.cfg
0 → 100644
View file @
1294858b
[template]
_update_hash_filename_ = instance.cfg.in
md5sum = 428669a609aca3e0a7cae1387d332a75
[template-gateone]
filename = instance-gateone.cfg.in
md5sum = e7096a17c36c3bd27a011de57b7abfc1
[template-logrotate-base]
_update_hash_filename_ = instance-logrotate-base.cfg.in
md5sum = f28fbd310944f321ccb34b2a34c82005
[template-nginx-conf]
_update_hash_filename_ = templates/nginx.conf.in
md5sum = 3d80d73a9cfffca6687813d86ddc25ba
software/gateone/software.cfg
View file @
1294858b
...
...
@@ -13,6 +13,7 @@ extends =
../../component/dtach/buildout.cfg
../../component/nginx/buildout.cfg
../../stack/slapos.cfg
./buildout.hash.cfg
parts =
slapos-cookbook
...
...
@@ -76,8 +77,7 @@ context =
[template]
< = template-jinja2-base
filename = template.cfg
template = ${:_profile_base_location_}/instance.cfg.in
md5sum = 428669a609aca3e0a7cae1387d332a75
template = ${:_profile_base_location_}/${:_update_hash_filename_}
extra-context =
key dash_location dash:location
key dtach_location dtach:location
...
...
@@ -93,13 +93,10 @@ extra-context =
[template-gateone]
< = download-base
filename = instance-gateone.cfg.in
md5sum = e7096a17c36c3bd27a011de57b7abfc1
[template-logrotate-base]
< = template-jinja2-base
filename = instance-logrotate-base.cfg
md5sum = f28fbd310944f321ccb34b2a34c82005
extra-context =
key dcron_location dcron:location
key gzip_location gzip:location
...
...
@@ -109,7 +106,6 @@ extra-context =
< = download-base
url = ${:_profile_base_location_}/templates/${:filename}.in
filename = nginx.conf
md5sum = 3d80d73a9cfffca6687813d86ddc25ba
[check-recipe]
recipe = plone.recipe.command
...
...
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