2022-05-04 10:52:27 +00:00
|
|
|
version: '0.3'
|
2019-01-11 20:34:05 +00:00
|
|
|
git_url: https://github.com/namecoin/ncdns.git
|
2021-06-01 15:55:40 +00:00
|
|
|
git_hash: 'v[% c("version") %]'
|
|
|
|
tag_gpg_id: 1
|
|
|
|
gpg_keyring: namecoin.gpg
|
2019-01-11 20:34:05 +00:00
|
|
|
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
|
|
|
|
|
|
|
|
var:
|
|
|
|
container:
|
|
|
|
use_container: 1
|
|
|
|
go_lib_deps:
|
2019-09-11 21:17:02 +00:00
|
|
|
- gogroupcache
|
|
|
|
- godegoutils
|
|
|
|
- godexlogconfig
|
2019-10-30 15:16:19 +00:00
|
|
|
- goncbtcjson
|
|
|
|
- goncrpcclient
|
|
|
|
- gobtcd
|
2019-09-11 21:17:02 +00:00
|
|
|
- gopretty
|
|
|
|
- godns
|
|
|
|
- gomadns
|
|
|
|
- goeasyconfig
|
|
|
|
- goservice
|
|
|
|
- goxnet
|
2019-10-07 04:37:02 +00:00
|
|
|
go_lib_install:
|
|
|
|
- github.com/namecoin/ncdns
|
|
|
|
- github.com/namecoin/ncdns/backend
|
|
|
|
- github.com/namecoin/ncdns/namecoin
|
|
|
|
- github.com/namecoin/ncdns/ncdomain
|
|
|
|
- github.com/namecoin/ncdns/ncdt
|
|
|
|
- github.com/namecoin/ncdns/rrtourl
|
|
|
|
- github.com/namecoin/ncdns/server
|
|
|
|
- github.com/namecoin/ncdns/testutil
|
|
|
|
- github.com/namecoin/ncdns/tlshook
|
|
|
|
- github.com/namecoin/ncdns/util
|
2019-06-10 02:23:57 +00:00
|
|
|
go_lib_no_output: 1
|
2019-10-19 05:56:13 +00:00
|
|
|
enable_namecoin_tlsa: 1
|
2019-10-07 04:37:02 +00:00
|
|
|
os_go_lib_deps: []
|
|
|
|
optional_go_lib_deps:
|
2022-05-04 12:52:10 +00:00
|
|
|
- certinject
|
2021-02-17 08:07:41 +00:00
|
|
|
- gosplicesign
|
2019-10-07 04:37:02 +00:00
|
|
|
- gotlsrestrictnss
|
2021-05-19 04:39:28 +00:00
|
|
|
- gox509compressed
|
2019-10-07 04:37:02 +00:00
|
|
|
optional_go_lib_install:
|
|
|
|
- github.com/namecoin/ncdns/certdehydrate
|
|
|
|
- github.com/namecoin/ncdns/ncdumpzone
|
|
|
|
- github.com/namecoin/ncdns/ncdumpzone/ncdumpzone
|
|
|
|
- github.com/namecoin/ncdns/tlsoverridefirefox
|
2019-10-30 23:04:45 +00:00
|
|
|
- github.com/namecoin/ncdns/tlsoverridefirefox/tlsoverridefirefoxsync
|
2019-01-11 20:34:05 +00:00
|
|
|
|
|
|
|
targets:
|
2019-06-08 06:09:56 +00:00
|
|
|
linux:
|
|
|
|
var:
|
|
|
|
cgo: 1
|
2019-04-30 14:25:29 +00:00
|
|
|
linux-i686:
|
|
|
|
var:
|
|
|
|
arch_deps:
|
|
|
|
- libcap-dev:i386
|
|
|
|
linux-x86_64:
|
2019-01-11 20:34:05 +00:00
|
|
|
var:
|
|
|
|
arch_deps:
|
|
|
|
- libcap-dev
|
2019-06-08 06:09:56 +00:00
|
|
|
osx-x86_64:
|
|
|
|
var:
|
|
|
|
cgo: 0
|
2019-06-08 04:25:37 +00:00
|
|
|
windows:
|
|
|
|
var:
|
2019-10-07 04:37:02 +00:00
|
|
|
os_go_lib_deps:
|
2019-09-11 21:17:02 +00:00
|
|
|
- goxsys
|
2019-06-08 06:09:56 +00:00
|
|
|
cgo: 0
|
2019-10-19 05:56:13 +00:00
|
|
|
disable_namecoin_tlsa:
|
|
|
|
var:
|
|
|
|
enable_namecoin_tlsa: 0
|
2019-10-07 04:37:02 +00:00
|
|
|
optional_go_lib_deps: []
|
|
|
|
optional_go_lib_install: []
|
2019-01-11 20:34:05 +00:00
|
|
|
|
|
|
|
input_files:
|
|
|
|
- project: container-image
|
|
|
|
- name: go
|
|
|
|
project: go
|
2019-04-30 14:25:29 +00:00
|
|
|
- name: '[% c("var/compiler") %]'
|
|
|
|
project: '[% c("var/compiler") %]'
|
2019-06-08 06:09:56 +00:00
|
|
|
enable: '[% c("var/cgo") %]'
|
2019-04-30 14:25:29 +00:00
|
|
|
- name: binutils
|
|
|
|
project: binutils
|
2019-06-08 06:09:56 +00:00
|
|
|
enable: '[% c("var/linux") && c("var/cgo") %]'
|
2022-05-04 12:52:10 +00:00
|
|
|
- name: certinject
|
|
|
|
project: certinject
|
|
|
|
# Build certinject as a library, not an executable.
|
|
|
|
# TODO: refactor this once our build_go_lib executable patch is merged by upstream Tor
|
|
|
|
var:
|
|
|
|
go_lib_no_output: 0
|
|
|
|
enable: '[% c("var/enable_namecoin_tlsa") %]'
|
2019-09-11 21:17:02 +00:00
|
|
|
- name: goxlog
|
|
|
|
project: goxlog
|
|
|
|
- name: godexlogconfig
|
|
|
|
project: godexlogconfig
|
|
|
|
- name: goeasyconfig
|
|
|
|
project: goeasyconfig
|
|
|
|
- name: goservice
|
|
|
|
project: goservice
|
|
|
|
- name: gogroupcache
|
|
|
|
project: gogroupcache
|
2019-10-30 15:16:19 +00:00
|
|
|
- name: goncbtcjson
|
|
|
|
project: goncbtcjson
|
|
|
|
- name: goncrpcclient
|
|
|
|
project: goncrpcclient
|
|
|
|
- name: gobtcd
|
|
|
|
project: gobtcd
|
2019-09-11 21:17:02 +00:00
|
|
|
- name: godns
|
|
|
|
project: godns
|
|
|
|
- name: gotlsrestrictnss
|
|
|
|
project: gotlsrestrictnss
|
2019-10-07 04:37:02 +00:00
|
|
|
enable: '[% c("var/enable_namecoin_tlsa") %]'
|
2021-02-17 08:07:41 +00:00
|
|
|
- name: gosplicesign
|
|
|
|
project: gosplicesign
|
2019-10-07 04:37:02 +00:00
|
|
|
enable: '[% c("var/enable_namecoin_tlsa") %]'
|
2019-09-11 21:17:02 +00:00
|
|
|
- name: gomadns
|
|
|
|
project: gomadns
|
|
|
|
- name: gopretty
|
|
|
|
project: gopretty
|
|
|
|
- name: godegoutils
|
|
|
|
project: godegoutils
|
2021-05-19 04:39:28 +00:00
|
|
|
- name: gox509compressed
|
|
|
|
project: gox509compressed
|
|
|
|
enable: '[% c("var/enable_namecoin_tlsa") %]'
|
2019-09-11 21:17:02 +00:00
|
|
|
- name: goxnet
|
|
|
|
project: goxnet
|
|
|
|
- name: goxsys
|
|
|
|
project: goxsys
|
2019-06-08 04:25:37 +00:00
|
|
|
enable: '[% c("var/windows") %]'
|