config 940 B

12345678910111213141516171819202122232425262728293031323334
  1. # vim: filetype=yaml sw=2
  2. #version: '0.0.2'
  3. # Using latest master branch because we need the stream isolation feature.
  4. # Once it's in a tagged release, we'll go back to using a version number here.
  5. version: '[% c("abbrev") %]'
  6. git_url: https://github.com/namecoin/ncprop279.git
  7. # Using latest master branch because we need the stream isolation feature.
  8. # Once it's in a tagged release, we'll go back to using a hash that corresponds
  9. # to a tag here.
  10. git_hash: '7bdd741d70258407f66aab52b24788f1acccc56b'
  11. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  12. container:
  13. use_container: 1
  14. var:
  15. go_lib_deps:
  16. - godns
  17. - goeasyconfig
  18. - gomadns
  19. - ncdns
  20. input_files:
  21. - project: container-image
  22. - name: go
  23. project: go
  24. - name: godns
  25. project: godns
  26. - name: goeasyconfig
  27. project: goeasyconfig
  28. - name: gomadns
  29. project: gomadns
  30. - name: ncdns
  31. project: ncdns