software.cfg 1.64 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
[buildout]
extends =
  ../../stack/erp5/buildout.cfg

parts +=
  vifib-fix-products-paths

[local-bt5-repository]
# Same as bt5-repository, but only local repository.
# Used to generate bt5lists.
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${vifib:location}/master/bt5

[genbt5list]
recipe = plone.recipe.command
stop-on-error = true
genbt5list = ${erp5:location}/product/ERP5/bin/genbt5list
command =
  ${buildout:executable} ${:genbt5list} ${local-bt5-repository:list}
update-command = ${:command}

[erp5_repository_list]
repository_id_list = erp5 vifib/master

[erp5]
recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/erp5.git
branch = interaction-drop
git-executable = ${git:location}/bin/git

[vifib]
recipe = slapos.recipe.build:gitclone
32
repository = https://lab.nexedi.com/nexedi/slapos.core.git
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
branch = master
git-executable = ${git:location}/bin/git

[vifib-fix-products-paths]
recipe = plone.recipe.command
stop-on-error = true
command =
  for DIR in "${vifib:location}/master"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
update-command = ${:command}

[eggs]
eggs +=
  suds
  facebook-sdk
  google-api-python-client
  spyne
  slapos.core
  
dummy +=
  ${vifib:location}
  
extra-paths +=
  ${vifib:location}/master

[template-erp5]
58
md5sum = 6ada1fd4af0a451516443bfb6d00b717
59 60

[template-balancer]
61
md5sum = 818ab59ae966114735866aecef7a8563
62 63 64 65 66 67 68 69 70 71 72 73 74

[template-apache-conf]
md5sum = bb329fc28bef095a01efc901d2f84149

[template-create-erp5-site-real]
md5sum = 61824aab2172d21f1d6403a35cab47cd


[versions]
python-memcached = 1.47
facebook-sdk = 0.4.0
google-api-python-client = 1.2