2019-01-11 20:34:05 +00:00
|
|
|
version: '[% c("abbrev") %]'
|
|
|
|
git_url: https://github.com/hlandau/degoutils.git
|
2019-09-11 21:39:17 +00:00
|
|
|
git_hash: 8fa2440b63444dad556d76366f1c3ee070c8a577
|
2019-01-11 20:34:05 +00:00
|
|
|
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
|
|
|
|
|
|
|
|
build: '[% c("projects/go/var/build_go_lib") %]'
|
|
|
|
|
|
|
|
var:
|
|
|
|
container:
|
|
|
|
use_container: 1
|
|
|
|
go_lib: github.com/hlandau/degoutils
|
|
|
|
go_lib_install:
|
|
|
|
- github.com/hlandau/degoutils/net
|
|
|
|
go_lib_deps:
|
2019-09-11 21:17:02 +00:00
|
|
|
- goxnet
|
2019-01-11 20:34:05 +00:00
|
|
|
|
|
|
|
input_files:
|
|
|
|
- project: container-image
|
|
|
|
- name: go
|
|
|
|
project: go
|
2019-09-11 21:17:02 +00:00
|
|
|
- name: goxnet
|
|
|
|
project: goxnet
|