config 2.1 KB

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