From c7b4b9ad9a9c23d808fbb28f7e26bd4c40a3c277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Wed, 14 Nov 2012 07:30:13 +0000 Subject: [PATCH] Cleanup joomla software --- software/joomla/software.cfg | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/software/joomla/software.cfg b/software/joomla/software.cfg index d53fad9c1..f650b8f9f 100644 --- a/software/joomla/software.cfg +++ b/software/joomla/software.cfg @@ -1,11 +1,6 @@ [buildout] -versions = versions - - - extends = ../../stack/lamp/buildout.cfg - ../../stack/shacache-client.cfg [application] recipe = slapos.recipe.build:download-unpacked @@ -16,7 +11,7 @@ strip-top-level-dir = false [application-template] recipe = slapos.recipe.download url = ${:_profile_base_location_}/database.xml-in -md5sum = 6ae063318a251b70ae7d037e3ae375d6 +md5sum = 6ae063318a251b70ae7d037e3ae375d6 download-only = True filename = template.in mode = 0644 @@ -24,15 +19,3 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_} [application-configuration] location = installation/models/forms/database.xml - -[downloadcache-workaround] -# workaround irritating problem of hexagonit.recipe.cmmi which automatically -# creates download cache, which in turn switches builout to "semi-offline" mode -recipe = plone.recipe.command -# in hexagonit.recipe.cmmi if there is no ${buildout:download-cache} set it resolves -# to ${buildout:directory}/downloads but this variable is available late, that's -# why it is hardcoded only for required case -download-cache = ${buildout:directory}/downloads -command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 -update-command = ${:command} -stop-on-error = True -- 2.30.9