10 downloadcache-workaround
14 ../../stack/shacache-client.cfg
17 recipe = slapos.recipe.build:download-unpacked
18 url = http://s3.amazonaws.com/cmsms/downloads/7908/cmsmadesimple-1.9.4.3-english.tar.gz
19 md5sum = b018842f195a20e50359b18c585f4d64
26 # Default template for the instance.
27 recipe = slapos.recipe.template
28 url = ${:_profile_base_location_}/instance.cfg
29 #md5sum = Student shall put md5 of instance.cfg here
30 output = ${buildout:directory}/template.cfg
34 recipe = zc.recipe.egg
35 eggs = ${instance-recipe:egg}
38 # Use SlapOS patched zc.buildout
39 zc.buildout = 1.5.3-dev-SlapOS-010
44 apache-libcloud = 0.5.2
45 buildout-versions = 1.7
46 hexagonit.recipe.cmmi = 1.5.0
48 plone.recipe.command = 1.1
49 slapos.cookbook = 0.34
50 slapos.recipe.build = 0.7
51 slapos.recipe.download = 1.0.dev-r4053
52 slapos.recipe.template = 2.2
57 # slapos.toolbox==0.10
61 # slapos.cookbook==0.34
65 # hexagonit.recipe.cmmi==1.5.0
66 hexagonit.recipe.download = 1.5.0
69 # slapos.cookbook==0.34
71 # slapos.toolbox==0.10
72 # xml-marshaller==0.9.7
76 # slapos.cookbook==0.34
84 # slapos.toolbox==0.10
88 # slapos.toolbox==0.10
92 # slapos.cookbook==0.34
94 # slapos.toolbox==0.10
95 setuptools = 0.6c12dev-r88846
98 # slapos.cookbook==0.34
99 # slapos.toolbox==0.10
107 # slapos.cookbook==0.34
108 # slapos.toolbox==0.10
109 xml-marshaller = 0.9.7
112 # slapos.cookbook==0.34
113 zc.recipe.egg = 1.3.2
117 zope.interface = 3.8.0
119 [downloadcache-workaround]
120 # workaround irritating problem of hexagonit.recipe.cmmi which automatically
121 # creates download cache, which in turn switches builout to "semi-offline" mode
122 recipe = plone.recipe.command
123 # in hexagonit.recipe.cmmi if there is no ${buildout:download-cache} set it resolves
124 # to ${buildout:directory}/downloads but this variable is available late, that's
125 # why it is hardcoded only for required case
126 download-cache = ${buildout:directory}/downloads
127 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
128 update-command = ${:command}