config 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # vim: filetype=yaml sw=2
  2. #version: 0.0.9
  3. # Using latest master branch because we need the stream isolation and
  4. # disable_namecoin_tlsa features. Once they're in a tagged release, we'll go
  5. # back to using a version number here.
  6. version: '[% c("abbrev") %]'
  7. git_url: https://github.com/namecoin/ncdns.git
  8. # Using latest master branch because we need the stream isolation and
  9. # disable_namecoin_tlsa features. Once they're in a tagged release, we'll go
  10. # back to using a hash that corresponds to a tag here.
  11. git_hash: 'ca0fe5552806a4275f38468c4d3fbcb2cba1cb79'
  12. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  13. container:
  14. use_container: 1
  15. var:
  16. go_lib_deps:
  17. - gogroupcache
  18. - godegoutils
  19. - godexlogconfig
  20. - goncbtcjson
  21. - goncrpcclient
  22. - gobtcd
  23. - gopretty
  24. - godns
  25. - gomadns
  26. - goeasyconfig
  27. - goservice
  28. - goxnet
  29. - gspt
  30. go_lib_install:
  31. - github.com/namecoin/ncdns
  32. - github.com/namecoin/ncdns/backend
  33. - github.com/namecoin/ncdns/namecoin
  34. - github.com/namecoin/ncdns/ncdomain
  35. - github.com/namecoin/ncdns/ncdt
  36. - github.com/namecoin/ncdns/rrtourl
  37. - github.com/namecoin/ncdns/server
  38. - github.com/namecoin/ncdns/testutil
  39. - github.com/namecoin/ncdns/tlshook
  40. - github.com/namecoin/ncdns/util
  41. targets:
  42. linux-i686:
  43. var:
  44. arch_deps:
  45. - libcap-dev:i386
  46. linux-x86_64:
  47. var:
  48. arch_deps:
  49. - libcap-dev
  50. input_files:
  51. - project: container-image
  52. - name: go
  53. project: go
  54. - name: '[% c("var/compiler") %]'
  55. project: '[% c("var/compiler") %]'
  56. - name: binutils
  57. project: binutils
  58. - name: godexlogconfig
  59. project: godexlogconfig
  60. - name: goeasyconfig
  61. project: goeasyconfig
  62. - name: goservice
  63. project: goservice
  64. - name: gogroupcache
  65. project: gogroupcache
  66. - name: goncbtcjson
  67. project: goncbtcjson
  68. - name: goncrpcclient
  69. project: goncrpcclient
  70. - name: gobtcd
  71. project: gobtcd
  72. - name: godns
  73. project: godns
  74. - name: gomadns
  75. project: gomadns
  76. - name: gopretty
  77. project: gopretty
  78. - name: godegoutils
  79. project: godegoutils
  80. - name: goxnet
  81. project: goxnet
  82. - name: gspt
  83. project: gspt