software.cfg 715 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[buildout]
extends =
  ../../component/golang/buildout.cfg
  ../../component/openssl/buildout.cfg
  ../../stack/slapos.cfg
  buildout.hash.cfg

parts =
  slapos-cookbook
  eggs
  instance-cfg

# eggs for instance.cfg
[eggs]
recipe  = zc.recipe.egg
eggs    =
    plone.recipe.command
    collective.recipe.template


Thomas Gambier's avatar
Thomas Gambier committed
21 22 23
[galene]
<= go-git-package
go.importpath = lab.nexedi.com/nexedi/galene
24
repository = https://lab.nexedi.com/nexedi/galene.git
Thomas Gambier's avatar
Thomas Gambier committed
25
revision = galene-0.4
26

Thomas Gambier's avatar
Thomas Gambier committed
27 28 29
[gowork]
install =
    ${galene:location}:./...
30
environment =
Thomas Gambier's avatar
Thomas Gambier committed
31 32
   CGO_ENABLED = 0
buildflags = -ldflags='-s -w'
33 34 35 36 37

[instance-cfg]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/instance.cfg