10 downloadcache-workaround
14 ../../stack/shacache-client.cfg
17 recipe = slapos.recipe.build:download-unpacked
18 url = http://www.oscommerce.com/files/oscommerce-3.0.2.zip
19 md5sum = 680caf7dde7cf7772a576ef3930970ff
20 extract-directory = oscommerce
27 # Default template for the instance.
28 recipe = slapos.recipe.template
29 url = ${:_profile_base_location_}/instance.cfg
30 #md5sum = Student shall put md5 of instance.cfg here
31 output = ${buildout:directory}/template.cfg
35 recipe = zc.recipe.egg
36 eggs = ${instance-recipe:egg}
39 # Use SlapOS patched zc.buildout
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.6nxd002
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}