config 552 B

1234567891011121314151617181920212223
  1. version: '[% c("abbrev") %]'
  2. git_url: https://github.com/hlandau/degoutils.git
  3. git_hash: 8fa2440b63444dad556d76366f1c3ee070c8a577
  4. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  5. build: '[% c("projects/go/var/build_go_lib") %]'
  6. var:
  7. container:
  8. use_container: 1
  9. go_lib: github.com/hlandau/degoutils
  10. go_lib_install:
  11. - github.com/hlandau/degoutils/net
  12. go_lib_deps:
  13. - goxnet
  14. input_files:
  15. - project: container-image
  16. - name: go
  17. project: go
  18. - name: goxnet
  19. project: goxnet