Commit 1c8b2d80 authored by Alain Takoudjou's avatar Alain Takoudjou

Update Joomla Instance Part: add md5sum for instance.cfg

parent 2172bd07
...@@ -26,8 +26,7 @@ module = lamp.simple ...@@ -26,8 +26,7 @@ module = lamp.simple
# Default template for the instance. # Default template for the instance.
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
#${:_profile_base_location_}/instance.cfg md5sum = 0b28438c3da1934d36ced9764fe3a98d
#md5sum = Student shall put md5 of instance.cfg here
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
...@@ -128,3 +127,4 @@ download-cache = ${buildout:directory}/downloads ...@@ -128,3 +127,4 @@ download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command} update-command = ${:command}
stop-on-error = True stop-on-error = True
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