Commit 1294858b authored by Jérome Perrin's avatar Jérome Perrin

software/gateone: introduce buildout.hash.cfg

parent 4685a31b
[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
...@@ -13,6 +13,7 @@ extends = ...@@ -13,6 +13,7 @@ extends =
../../component/dtach/buildout.cfg ../../component/dtach/buildout.cfg
../../component/nginx/buildout.cfg ../../component/nginx/buildout.cfg
../../stack/slapos.cfg ../../stack/slapos.cfg
./buildout.hash.cfg
parts = parts =
slapos-cookbook slapos-cookbook
...@@ -76,8 +77,7 @@ context = ...@@ -76,8 +77,7 @@ context =
[template] [template]
< = template-jinja2-base < = template-jinja2-base
filename = template.cfg filename = template.cfg
template = ${:_profile_base_location_}/instance.cfg.in template = ${:_profile_base_location_}/${:_update_hash_filename_}
md5sum = 428669a609aca3e0a7cae1387d332a75
extra-context = extra-context =
key dash_location dash:location key dash_location dash:location
key dtach_location dtach:location key dtach_location dtach:location
...@@ -93,13 +93,10 @@ extra-context = ...@@ -93,13 +93,10 @@ extra-context =
[template-gateone] [template-gateone]
< = download-base < = download-base
filename = instance-gateone.cfg.in
md5sum = e7096a17c36c3bd27a011de57b7abfc1
[template-logrotate-base] [template-logrotate-base]
< = template-jinja2-base < = template-jinja2-base
filename = instance-logrotate-base.cfg filename = instance-logrotate-base.cfg
md5sum = f28fbd310944f321ccb34b2a34c82005
extra-context = extra-context =
key dcron_location dcron:location key dcron_location dcron:location
key gzip_location gzip:location key gzip_location gzip:location
...@@ -109,7 +106,6 @@ extra-context = ...@@ -109,7 +106,6 @@ extra-context =
< = download-base < = download-base
url = ${:_profile_base_location_}/templates/${:filename}.in url = ${:_profile_base_location_}/templates/${:filename}.in
filename = nginx.conf filename = nginx.conf
md5sum = 3d80d73a9cfffca6687813d86ddc25ba
[check-recipe] [check-recipe]
recipe = plone.recipe.command recipe = plone.recipe.command
...@@ -118,4 +114,4 @@ update-command = ${:command} ...@@ -118,4 +114,4 @@ update-command = ${:command}
command = command =
grep parts ${buildout:develop-eggs-directory}/gateone.egg-link grep parts ${buildout:develop-eggs-directory}/gateone.egg-link
[versions] [versions]
\ No newline at end of file
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