Merge #58: Follow Tor conventions more closely

6abe839 Remove explicit empty go_lib_deps (JeremyRand)
7b06b22 Remove llvm project (JeremyRand)
740bea9 Remove hashlist (JeremyRand)
20e0d4f certdehydrate-dane-rest-api: Remove obsolete godns workaround (JeremyRand)
465c9a4 Rename Go projects to follow upstream Tor conventions (JeremyRand)

Pull request description:

  This PR facilitates building `ncdns-repro` as a Git submodule of `tor-browser-build`.
pull/36/head
JeremyRand 5 years ago
commit fb342f15dd
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -1,28 +0,0 @@
git github.com/alecthomas/template fb15b899a75114aa79cc930e33c46b577cc664b1 heads/master
git github.com/alecthomas/units c3de453c63f4bdb4dadffab9805ec00426c505f7 heads/master
git github.com/btcsuite/winsvc f8fb11f83f7e860e3769a08e6811d1b399a43722 tags/v1.0.0
git github.com/BurntSushi/toml 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 heads/master
git github.com/coreos/go-systemd e64a0ec8b42a61e2a9801dc1d0abe539dea79197 tags/v20
git github.com/golang/groupcache 869f871628b6baa9cfbc11732cdf6546b17c1298 heads/master
git github.com/hlandau/buildinfo 337a29b5499734e584d4630ce535af64c5fe7813 heads/master
git github.com/hlandau/degoutils 8fa2440b63444dad556d76366f1c3ee070c8a577 heads/master+
git github.com/hlandau/dexlogconfig 244f29bd260884993b176cd14ef2f7631f6f3c18 heads/master
git github.com/hlandauf/btcjson c9ac42e8122a8d002c734a140212c50c2fc77a0e heads/master
git github.com/hlandau/ncbtcjsontypes 02ea7272dd11bb6153a3cd06899a0999ac6a16e0 heads/master
git github.com/hlandau/xlog 197ef798aed28e08ed3e176e678fda81be993a31 tags/v1.0.0
git github.com/kr/pretty 71e7e49937503c662b9b636fd6b2c14b1aa818a5 heads/master
git github.com/kr/text e2ffdb16a802fe2bb95e2e35ff34f0e53aeef34f tags/v0.1.0
git github.com/mattn/go-isatty e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3 tags/v0.0.9
git github.com/miekg/dns c67445656579a3c3836047c509073f97022da0ed tags/v1.1.16
git github.com/miekg/pkcs11 210dc1e16747c5ba98a03bcbcf728c38086ea357 tags/v1.0.3
git github.com/namecoin/ncdns 19534f1dcfd1151bd9c072459caac12f6fb384df tags/v0.0.6
git github.com/namecoin/pkcs11mod f7dce61fc5379851e99cfa2111834a29e3d36305 heads/master
git github.com/ogier/pflag 45c278ab3607870051a2ea9040bb85fcb8557481 heads/master
git github.com/shiena/ansicolor a422bbe96644373c5753384a59d678f7d261ff10 heads/master
git golang.org/x/net e0c57d8f86c17f0724497efcb3bc617e82834821 heads/master
git gopkg.in/alecthomas/kingpin.v2 947dcec5ba9c011838740e680966fd7087a71d0d tags/v2.2.6
git gopkg.in/hlandau/configurable.v1 34642c4c8cbf56801d0e34f0e82187305983ac26 heads/master
git gopkg.in/hlandau/easyconfig.v1 c31249162931b4963bbe6e501cccb60d23271a3f tags/v1.0.17
git gopkg.in/hlandau/madns.v1 b82ebc776bd8a13824350c7c108180d601e38352 tags/v1.0.7
git gopkg.in/hlandau/service.v2 b64b3467ebd16f64faec1640c25e318efc0c0d7b tags/v2.0.16
git gopkg.in/hlandau/svcutils.v1 c25dac49e50cbbcbef8c81b089f56156f4067729 tags/v1.0.10

@ -9,12 +9,6 @@ mkdir -p $distdir
tar -C /var/tmp/dist -xf [% c('input_files_by_name/' _ dep) %]
[% END -%]
# Workaround for mixed versions of miekg/dns
# TODO: remove this once upstream q is fixed for current dns versions
rm -rf $GOPATH/src/github.com/miekg/dns
rm -rf $GOPATH/pkg/${GOOS}_${GOARCH}/github.com/miekg/dns.a
tar -C /var/tmp/dist -xf [% c('input_files_by_name/github.com,miekg,dns') %]
mkdir -p $GOPATH/src/github.com/namecoin
tar -C $GOPATH/src/github.com/namecoin -xf [% project %]-[% c('version') %].tar.gz
mv $GOPATH/src/github.com/namecoin/certdehydrate-dane-rest-api-[% c('version') %] $GOPATH/src/github.com/namecoin/certdehydrate-dane-rest-api

@ -7,11 +7,11 @@ var:
container:
use_container: 1
go_lib_deps:
- github.com,miekg,dns
- github.com,namecoin,crosssign
- github.com,namecoin,qlib
- github.com,namecoin,safetlsa
- gopkg.in,hlandau,easyconfig.v1
- godns
- gocrosssign
- goqlib
- gosafetlsa
- goeasyconfig
cgo: 0
build_go_lib_pre: |
export CGO_ENABLED=[% c("var/cgo") %]
@ -20,13 +20,13 @@ input_files:
- project: container-image
- name: go
project: go
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: github.com,miekg,dns
project: github.com,miekg,dns
- name: github.com,namecoin,crosssign
project: github.com,namecoin,crosssign
- name: github.com,namecoin,qlib
project: github.com,namecoin,qlib
- name: github.com,namecoin,safetlsa
project: github.com,namecoin,safetlsa
- name: goeasyconfig
project: goeasyconfig
- name: godns
project: godns
- name: gocrosssign
project: gocrosssign
- name: goqlib
project: goqlib
- name: gosafetlsa
project: gosafetlsa

@ -7,9 +7,9 @@ var:
container:
use_container: 1
go_lib_deps:
- github.com,miekg,dns
- github.com,namecoin,qlib
- gopkg.in,hlandau,easyconfig.v1
- godns
- goqlib
- goeasyconfig
cgo: 0
build_go_lib_pre: |
export CGO_ENABLED=[% c("var/cgo") %]
@ -18,9 +18,9 @@ input_files:
- project: container-image
- name: go
project: go
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: github.com,miekg,dns
project: github.com,miekg,dns
- name: github.com,namecoin,qlib
project: github.com,namecoin,qlib
- name: goeasyconfig
project: goeasyconfig
- name: godns
project: godns
- name: goqlib
project: goqlib

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/shiena/ansicolor.git
git_hash: '[% config.var_p.id.${"github.com/shiena/ansicolor"} %]'
git_hash: a422bbe96644373c5753384a59d678f7d261ff10
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/hlandauf/btcjson.git
git_hash: '[% config.var_p.id.${"github.com/hlandauf/btcjson"} %]'
git_hash: c9ac42e8122a8d002c734a140212c50c2fc77a0e
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -9,7 +9,6 @@ var:
container:
use_container: 1
go_lib: github.com/hlandauf/btcjson
go_lib_deps: []
input_files:
- project: container-image

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/hlandau/buildinfo.git
git_hash: '[% config.var_p.id.${"github.com/hlandau/buildinfo"} %]'
git_hash: 337a29b5499734e584d4630ce535af64c5fe7813
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,7 +10,7 @@ var:
use_container: 1
go_lib: github.com/hlandau/buildinfo
go_lib_deps:
- gopkg.in,hlandau,easyconfig.v1
- goeasyconfig
build_go_lib_pre: |
[% IF c("var/linux") %]
[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]
@ -31,5 +31,5 @@ input_files:
- name: binutils
project: binutils
enable: '[% c("var/linux") %]'
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: goeasyconfig
project: goeasyconfig

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/hlandau/configurable.git
git_hash: '[% config.var_p.id.${"gopkg.in/hlandau/configurable.v1"} %]'
git_hash: 34642c4c8cbf56801d0e34f0e82187305983ac26
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/hlandau/degoutils.git
git_hash: '[% config.var_p.id.${"github.com/hlandau/degoutils"} %]'
git_hash: 8fa2440b63444dad556d76366f1c3ee070c8a577
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -12,11 +12,11 @@ var:
go_lib_install:
- github.com/hlandau/degoutils/net
go_lib_deps:
- golang.org,x,net
- goxnet
input_files:
- project: container-image
- name: go
project: go
- name: golang.org,x,net
project: golang.org,x,net
- name: goxnet
project: goxnet

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/hlandau/dexlogconfig.git
git_hash: '[% config.var_p.id.${"github.com/hlandau/dexlogconfig"} %]'
git_hash: 244f29bd260884993b176cd14ef2f7631f6f3c18
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,10 +10,10 @@ var:
use_container: 1
go_lib: github.com/hlandau/dexlogconfig
go_lib_deps:
- github.com,hlandau,xlog
- gopkg.in,hlandau,easyconfig.v1
- github.com,coreos,go-systemd
- github.com,hlandau,buildinfo
- gobuildinfo
- goeasyconfig
- gosystemd
- goxlog
build_go_lib_pre: |
[% IF c("var/linux") %]
[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]
@ -28,9 +28,9 @@ targets:
windows:
var:
go_lib_deps:
- github.com,hlandau,xlog
- gopkg.in,hlandau,easyconfig.v1
- github.com,hlandau,buildinfo
- gobuildinfo
- goeasyconfig
- goxlog
input_files:
- project: container-image
@ -42,12 +42,12 @@ input_files:
- name: binutils
project: binutils
enable: '[% c("var/linux") %]'
- name: github.com,hlandau,xlog
project: github.com,hlandau,xlog
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: github.com,coreos,go-systemd
project: github.com,coreos,go-systemd
- name: goxlog
project: goxlog
- name: goeasyconfig
project: goeasyconfig
- name: gosystemd
project: gosystemd
enable: '[% ! c("var/windows") %]'
- name: github.com,hlandau,buildinfo
project: github.com,hlandau,buildinfo
- name: gobuildinfo
project: gobuildinfo

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 1.1.16
git_url: https://github.com/miekg/dns.git
git_hash: '[% config.var_p.id.${"github.com/miekg/dns"} %]'
git_hash: c67445656579a3c3836047c509073f97022da0ed
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,25 +10,25 @@ var:
use_container: 1
go_lib: github.com/miekg/dns
go_lib_deps:
- golang.org,x,crypto,ed25519
- golang.org,x,net,ip
- golang.org,x,sys,unix
- goxcryptoed25519
- goxnetip
- goxsysunix
targets:
windows:
var:
go_lib_deps:
- golang.org,x,crypto,ed25519
- goxcryptoed25519
input_files:
- project: container-image
- name: go
project: go
- name: golang.org,x,crypto,ed25519
project: golang.org,x,crypto,ed25519
- name: golang.org,x,net,ip
project: golang.org,x,net,ip
- name: goxcryptoed25519
project: goxcryptoed25519
- name: goxnetip
project: goxnetip
enable: '[% ! c("var/windows") %]'
- name: golang.org,x,sys,unix
project: golang.org,x,sys,unix
- name: goxsysunix
project: goxsysunix
enable: '[% ! c("var/windows") %]'

@ -0,0 +1,35 @@
version: 1.0.17
git_url: https://github.com/hlandau/easyconfig.git
git_hash: c31249162931b4963bbe6e501cccb60d23271a3f
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: gopkg.in/hlandau/easyconfig.v1
go_lib_deps:
- goconfigurable
- gosvcutils
- gotoml
- gopflag
- gokingpin
go_lib_install:
- gopkg.in/hlandau/easyconfig.v1
- gopkg.in/hlandau/easyconfig.v1/cflag
input_files:
- project: container-image
- name: go
project: go
- name: goconfigurable
project: goconfigurable
- name: gosvcutils
project: gosvcutils
- name: gotoml
project: gotoml
- name: gopflag
project: gopflag
- name: gokingpin
project: gokingpin

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/golang/groupcache.git
git_hash: '[% config.var_p.id.${"github.com/golang/groupcache"} %]'
git_hash: 869f871628b6baa9cfbc11732cdf6546b17c1298
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -11,7 +11,6 @@ var:
go_lib: github.com/golang/groupcache
go_lib_install:
- github.com/golang/groupcache/lru
go_lib_deps: []
input_files:
- project: container-image

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 0.0.9
git_url: https://github.com/mattn/go-isatty.git
git_hash: '[% config.var_p.id.${"github.com/mattn/go-isatty"} %]'
git_hash: e1f7b56ace729e4a73a29a6b4fac6cd5fcda7ab3
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -14,12 +14,12 @@ targets:
linux:
var:
go_lib_deps:
- golang.org,x,sys,unix
- goxsysunix
input_files:
- project: container-image
- name: go
project: go
- name: golang.org,x,sys,unix
project: golang.org,x,sys,unix
- name: goxsysunix
project: goxsysunix
enable: '[% c("var/linux") %]'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 2.2.6
git_url: https://github.com/alecthomas/kingpin.git
git_hash: '[% config.var_p.id.${"gopkg.in/alecthomas/kingpin.v2"} %]'
git_hash: 947dcec5ba9c011838740e680966fd7087a71d0d
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,14 +10,14 @@ var:
use_container: 1
go_lib: gopkg.in/alecthomas/kingpin.v2
go_lib_deps:
- github.com,alecthomas,template
- github.com,alecthomas,units
- gotemplate
- gounits
input_files:
- project: container-image
- name: go
project: go
- name: github.com,alecthomas,template
project: github.com,alecthomas,template
- name: github.com,alecthomas,units
project: github.com,alecthomas,units
- name: gotemplate
project: gotemplate
- name: gounits
project: gounits

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 1.0.7
git_url: https://github.com/hlandau/madns.git
git_hash: '[% config.var_p.id.${"gopkg.in/hlandau/madns.v1"} %]'
git_hash: b82ebc776bd8a13824350c7c108180d601e38352
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,9 +10,9 @@ var:
use_container: 1
go_lib: gopkg.in/hlandau/madns.v1
go_lib_deps:
- github.com,miekg,dns
- github.com,hlandau,buildinfo
- github.com,hlandau,xlog
- godns
- gobuildinfo
- goxlog
go_lib_install:
- gopkg.in/hlandau/madns.v1
- gopkg.in/hlandau/madns.v1/merr
@ -36,9 +36,9 @@ input_files:
- name: binutils
project: binutils
enable: '[% c("var/linux") %]'
- name: github.com,miekg,dns
project: github.com,miekg,dns
- name: github.com,hlandau,buildinfo
project: github.com,hlandau,buildinfo
- name: github.com,hlandau,xlog
project: github.com,hlandau,xlog
- name: godns
project: godns
- name: gobuildinfo
project: gobuildinfo
- name: goxlog
project: goxlog

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/hlandau/ncbtcjsontypes.git
git_hash: '[% config.var_p.id.${"github.com/hlandau/ncbtcjsontypes"} %]'
git_hash: 02ea7272dd11bb6153a3cd06899a0999ac6a16e0
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,11 +10,11 @@ var:
use_container: 1
go_lib: github.com/hlandau/ncbtcjsontypes
go_lib_deps:
- github.com,hlandauf,btcjson
- gobtcjson
input_files:
- project: container-image
- name: go
project: go
- name: github.com,hlandauf,btcjson
project: github.com,hlandauf,btcjson
- name: gobtcjson
project: gobtcjson

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/ogier/pflag.git
git_hash: '[% config.var_p.id.${"github.com/ogier/pflag"} %]'
git_hash: 45c278ab3607870051a2ea9040bb85fcb8557481
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -9,7 +9,6 @@ var:
container:
use_container: 1
go_lib: github.com/ogier/pflag
go_lib_deps: []
input_files:
- project: container-image

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 1.0.3
git_url: https://github.com/miekg/pkcs11.git
git_hash: '[% config.var_p.id.${"github.com/miekg/pkcs11"} %]'
git_hash: 210dc1e16747c5ba98a03bcbcf728c38086ea357
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '0.0.1'
version: 0.0.1
git_url: https://github.com/namecoin/pkcs11mod.git
git_hash: '[% config.var_p.id.${"github.com/namecoin/pkcs11mod"} %]'
git_hash: f7dce61fc5379851e99cfa2111834a29e3d36305
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,7 +10,7 @@ var:
use_container: 1
go_lib: github.com/namecoin/pkcs11mod
go_lib_deps:
- github.com,miekg,pkcs11
- gopkcs11
cgo: 1
build_go_lib_pre: |
[% IF c("var/cgo") %]
@ -52,5 +52,5 @@ input_files:
- name: binutils
project: binutils
enable: '[% c("var/linux") && c("var/cgo") %]'
- name: github.com,miekg,pkcs11
project: github.com,miekg,pkcs11
- name: gopkcs11
project: gopkcs11

@ -1,35 +0,0 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/hlandau/easyconfig.git
git_hash: '[% config.var_p.id.${"gopkg.in/hlandau/easyconfig.v1"} %]'
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: gopkg.in/hlandau/easyconfig.v1
go_lib_deps:
- gopkg.in,hlandau,configurable.v1
- gopkg.in,hlandau,svcutils.v1
- github.com,BurntSushi,toml
- github.com,ogier,pflag
- gopkg.in,alecthomas,kingpin.v2
go_lib_install:
- gopkg.in/hlandau/easyconfig.v1
- gopkg.in/hlandau/easyconfig.v1/cflag
input_files:
- project: container-image
- name: go
project: go
- name: gopkg.in,hlandau,configurable.v1
project: gopkg.in,hlandau,configurable.v1
- name: gopkg.in,hlandau,svcutils.v1
project: gopkg.in,hlandau,svcutils.v1
- name: github.com,BurntSushi,toml
project: github.com,BurntSushi,toml
- name: github.com,ogier,pflag
project: github.com,ogier,pflag
- name: gopkg.in,alecthomas,kingpin.v2
project: gopkg.in,alecthomas,kingpin.v2

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/kr/pretty.git
git_hash: '[% config.var_p.id.${"github.com/kr/pretty"} %]'
git_hash: 71e7e49937503c662b9b636fd6b2c14b1aa818a5
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,11 +10,11 @@ var:
use_container: 1
go_lib: github.com/kr/pretty
go_lib_deps:
- github.com,kr,text
- gotext
input_files:
- project: container-image
- name: go
project: go
- name: github.com,kr,text
project: github.com,kr,text
- name: gotext
project: gotext

@ -10,7 +10,7 @@ var:
use_container: 1
go_lib: github.com/namecoin/qlib
go_lib_deps:
- github.com,miekg,dns
- godns
build_go_lib_pre: |
export CGO_ENABLED=0
@ -18,5 +18,5 @@ input_files:
- project: container-image
- name: go
project: go
- name: github.com,miekg,dns
project: github.com,miekg,dns
- name: godns
project: godns

@ -10,8 +10,8 @@ var:
use_container: 1
go_lib: github.com/namecoin/safetlsa
go_lib_deps:
- github.com,miekg,dns
- github.com,namecoin,x509-signature-splice
- godns
- gox509signaturesplice
- ncdns
build_go_lib_pre: |
export CGO_ENABLED=0
@ -20,10 +20,10 @@ input_files:
- project: container-image
- name: go
project: go
- name: github.com,miekg,dns
project: github.com,miekg,dns
- name: github.com,namecoin,x509-signature-splice
project: github.com,namecoin,x509-signature-splice
- name: godns
project: godns
- name: gox509signaturesplice
project: gox509signaturesplice
- name: ncdns
project: ncdns
# Build ncdns as a library, not an executable.

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 2.0.16
git_url: https://github.com/hlandau/service.git
git_hash: '[% config.var_p.id.${"gopkg.in/hlandau/service.v2"} %]'
git_hash: b64b3467ebd16f64faec1640c25e318efc0c0d7b
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,8 +10,8 @@ var:
use_container: 1
go_lib: gopkg.in/hlandau/service.v2
go_lib_deps:
- gopkg.in,hlandau,svcutils.v1
- gopkg.in,hlandau,easyconfig.v1
- gosvcutils
- goeasyconfig
build_go_lib_pre: |
[% IF c("var/cgo") %]
[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]
@ -50,9 +50,9 @@ targets:
windows:
var:
go_lib_deps:
- github.com,btcsuite,winsvc
- gopkg.in,hlandau,svcutils.v1
- gopkg.in,hlandau,easyconfig.v1
- gowinsvc
- gosvcutils
- goeasyconfig
cgo: 0
input_files:
@ -65,10 +65,10 @@ input_files:
- name: binutils
project: binutils
enable: '[% c("var/linux") && c("var/cgo") %]'
- name: github.com,btcsuite,winsvc
project: github.com,btcsuite,winsvc
- name: gowinsvc
project: gowinsvc
enable: '[% c("var/windows") %]'
- name: gopkg.in,hlandau,svcutils.v1
project: gopkg.in,hlandau,svcutils.v1
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: gosvcutils
project: gosvcutils
- name: goeasyconfig
project: goeasyconfig

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 1.0.10
git_url: https://github.com/hlandau/svcutils.git
git_hash: '[% config.var_p.id.${"gopkg.in/hlandau/svcutils.v1"} %]'
git_hash: c25dac49e50cbbcbef8c81b089f56156f4067729
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 20
git_url: https://github.com/coreos/go-systemd.git
git_hash: '[% config.var_p.id.${"github.com/coreos/go-systemd"} %]'
git_hash: e64a0ec8b42a61e2a9801dc1d0abe539dea79197
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -11,7 +11,6 @@ var:
go_lib: github.com/coreos/go-systemd
go_lib_install:
- github.com/coreos/go-systemd/journal
go_lib_deps: []
build_go_lib_pre: |
[% IF c("var/linux") %]
[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/alecthomas/template.git
git_hash: '[% config.var_p.id.${"github.com/alecthomas/template"} %]'
git_hash: fb15b899a75114aa79cc930e33c46b577cc664b1
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -9,7 +9,6 @@ var:
container:
use_container: 1
go_lib: github.com/alecthomas/template
go_lib_deps: []
input_files:
- project: container-image

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 0.1.0
git_url: https://github.com/kr/text.git
git_hash: '[% config.var_p.id.${"github.com/kr/text"} %]'
git_hash: e2ffdb16a802fe2bb95e2e35ff34f0e53aeef34f
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -9,7 +9,6 @@ var:
container:
use_container: 1
go_lib: github.com/kr/text
go_lib_deps: []
input_files:
- project: container-image

@ -10,8 +10,8 @@ var:
use_container: 1
go_lib: github.com/namecoin/tlsrestrictnss
go_lib_deps:
- github.com,hlandau,xlog
- github.com,namecoin,crosssignnameconstraint
- goxlog
- gocrosssignnameconstraint
go_lib_install:
- github.com/namecoin/tlsrestrictnss
- github.com/namecoin/tlsrestrictnss/tlsrestrictnsssync
@ -22,22 +22,22 @@ targets:
windows:
var:
go_lib_deps:
- github.com,hlandau,xlog
- github.com,namecoin,crosssignnameconstraint
- gopkg.in,hlandau,easyconfig.v1
- golang.org,x,sys
- goxlog
- gocrosssignnameconstraint
- goeasyconfig
- goxsys
input_files:
- project: container-image
- name: go
project: go
- name: github.com,hlandau,xlog
project: github.com,hlandau,xlog
- name: github.com,namecoin,crosssignnameconstraint
project: github.com,namecoin,crosssignnameconstraint
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: goxlog
project: goxlog
- name: gocrosssignnameconstraint
project: gocrosssignnameconstraint
- name: goeasyconfig
project: goeasyconfig
enable: '[% c("var/windows") %]'
- name: golang.org,x,sys
project: golang.org,x,sys
- name: goxsys
project: goxsys
enable: '[% c("var/windows") %]'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/BurntSushi/toml.git
git_hash: '[% config.var_p.id.${"github.com/BurntSushi/toml"} %]'
git_hash: 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -9,7 +9,6 @@ var:
container:
use_container: 1
go_lib: github.com/BurntSushi/toml
go_lib_deps: []
input_files:
- project: container-image

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/alecthomas/units.git
git_hash: '[% config.var_p.id.${"github.com/alecthomas/units"} %]'
git_hash: c3de453c63f4bdb4dadffab9805ec00426c505f7
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -9,7 +9,6 @@ var:
container:
use_container: 1
go_lib: github.com/alecthomas/units
go_lib_deps: []
input_files:
- project: container-image

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 1.0.0
git_url: https://github.com/btcsuite/winsvc.git
git_hash: '[% config.var_p.id.${"github.com/btcsuite/winsvc"} %]'
git_hash: f8fb11f83f7e860e3769a08e6811d1b399a43722
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,7 +1,7 @@
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: '[% pc("golang.org,x,crypto", "git_url") %]'
git_hash: '[% pc("golang.org,x,crypto", "git_hash") %]'
git_url: '[% pc("goxcrypto", "git_url") %]'
git_hash: '[% pc("goxcrypto", "git_hash") %]'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
version: 1.0.0
git_url: https://github.com/hlandau/xlog.git
git_hash: '[% config.var_p.id.${"github.com/hlandau/xlog"} %]'
git_hash: 197ef798aed28e08ed3e176e678fda81be993a31
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -10,14 +10,14 @@ var:
use_container: 1
go_lib: github.com/hlandau/xlog
go_lib_deps:
- github.com,mattn,go-isatty
- github.com,shiena,ansicolor
- goisatty
- goansicolor
input_files:
- project: container-image
- name: go
project: go
- name: github.com,mattn,go-isatty
project: github.com,mattn,go-isatty
- name: github.com,shiena,ansicolor
project: github.com,shiena,ansicolor
- name: goisatty
project: goisatty
- name: goansicolor
project: goansicolor

@ -1,7 +1,7 @@
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: '[% pc("golang.org,x,net", "git_url") %]'
git_hash: '[% pc("golang.org,x,net", "git_hash") %]'
git_url: '[% pc("goxnet", "git_url") %]'
git_hash: '[% pc("goxnet", "git_hash") %]'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1,7 +1,7 @@
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
git_url: '[% pc("golang.org,x,sys", "git_url") %]'
git_hash: '[% pc("golang.org,x,sys", "git_hash") %]'
git_url: '[% pc("goxsys", "git_url") %]'
git_hash: '[% pc("goxsys", "git_hash") %]'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'

@ -1 +0,0 @@
../tor-browser-build/projects/llvm

@ -10,19 +10,19 @@ var:
container:
use_container: 1
go_lib_deps:
- github.com,golang,groupcache
- github.com,hlandau,degoutils
- github.com,hlandau,dexlogconfig
- github.com,hlandau,ncbtcjsontypes
- github.com,hlandauf,btcjson
- github.com,kr,pretty
- github.com,miekg,dns
- github.com,namecoin,tlsrestrictnss
- github.com,namecoin,x509-signature-splice
- gopkg.in,hlandau,madns.v1
- gopkg.in,hlandau,easyconfig.v1
- gopkg.in,hlandau,service.v2
- golang.org,x,net
- gogroupcache
- godegoutils
- godexlogconfig
- goncbtcjsontypes
- gobtcjson
- gopretty
- godns
- gotlsrestrictnss
- gox509signaturesplice
- gomadns
- goeasyconfig
- goservice
- goxnet
go_lib_no_output: 1
targets:
@ -43,20 +43,20 @@ targets:
windows:
var:
go_lib_deps:
- github.com,golang,groupcache
- github.com,hlandau,degoutils
- github.com,hlandau,dexlogconfig
- github.com,hlandau,ncbtcjsontypes
- github.com,hlandauf,btcjson
- github.com,kr,pretty
- github.com,miekg,dns
- github.com,namecoin,tlsrestrictnss
- github.com,namecoin,x509-signature-splice
- gopkg.in,hlandau,madns.v1
- gopkg.in,hlandau,easyconfig.v1
- gopkg.in,hlandau,service.v2
- golang.org,x,net
- golang.org,x,sys
- gogroupcache
- godegoutils
- godexlogconfig
- goncbtcjsontypes
- gobtcjson
- gopretty
- godns
- gotlsrestrictnss
- gox509signaturesplice
- gomadns
- goeasyconfig
- goservice
- goxnet
- goxsys
cgo: 0
input_files:
@ -69,34 +69,34 @@ input_files:
- name: binutils
project: binutils
enable: '[% c("var/linux") && c("var/cgo") %]'
- name: github.com,hlandau,xlog
project: github.com,hlandau,xlog
- name: github.com,hlandau,dexlogconfig
project: github.com,hlandau,dexlogconfig
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: gopkg.in,hlandau,service.v2
project: gopkg.in,hlandau,service.v2
- name: github.com,golang,groupcache
project: github.com,golang,groupcache
- name: github.com,hlandau,ncbtcjsontypes
project: github.com,hlandau,ncbtcjsontypes
- name: github.com,hlandauf,btcjson
project: github.com,hlandauf,btcjson
- name: github.com,miekg,dns
project: github.com,miekg,dns
- name: github.com,namecoin,tlsrestrictnss
project: github.com,namecoin,tlsrestrictnss
- name: github.com,namecoin,x509-signature-splice
project: github.com,namecoin,x509-signature-splice
- name: gopkg.in,hlandau,madns.v1
project: gopkg.in,hlandau,madns.v1
- name: github.com,kr,pretty
project: github.com,kr,pretty
- name: github.com,hlandau,degoutils
project: github.com,hlandau,degoutils
- name: golang.org,x,net
project: golang.org,x,net
- name: golang.org,x,sys
project: golang.org,x,sys
- name: goxlog
project: goxlog
- name: godexlogconfig
project: godexlogconfig
- name: goeasyconfig
project: goeasyconfig
- name: goservice
project: goservice
- name: gogroupcache
project: gogroupcache
- name: goncbtcjsontypes
project: goncbtcjsontypes
- name: gobtcjson
project: gobtcjson
- name: godns
project: godns
- name: gotlsrestrictnss
project: gotlsrestrictnss
- name: gox509signaturesplice
project: gox509signaturesplice
- name: gomadns
project: gomadns
- name: gopretty
project: gopretty
- name: godegoutils
project: godegoutils
- name: goxnet
project: goxnet
- name: goxsys
project: goxsys
enable: '[% c("var/windows") %]'

@ -7,8 +7,8 @@ var:
container:
use_container: 1
go_lib_deps:
- github.com,miekg,pkcs11
- github.com,namecoin,pkcs11mod
- gopkcs11
- gopkcs11mod
cgo: 1
input_files:
@ -21,7 +21,7 @@ input_files:
- name: binutils
project: binutils
enable: '[% c("var/linux") && c("var/cgo") %]'
- name: github.com,miekg,pkcs11
project: github.com,miekg,pkcs11
- name: github.com,namecoin,pkcs11mod
project: github.com,namecoin,pkcs11mod
- name: gopkcs11
project: gopkcs11
- name: gopkcs11mod
project: gopkcs11mod

@ -7,9 +7,9 @@ var:
container:
use_container: 1
go_lib_deps:
- github.com,miekg,dns
- gopkg.in,hlandau,easyconfig.v1
- gopkg.in,hlandau,madns.v1
- godns
- goeasyconfig
- gomadns
- ncdns
cgo: 0
build_go_lib_pre: |
@ -19,12 +19,12 @@ input_files:
- project: container-image
- name: go
project: go
- name: github.com,miekg,dns
project: github.com,miekg,dns
- name: gopkg.in,hlandau,easyconfig.v1
project: gopkg.in,hlandau,easyconfig.v1
- name: gopkg.in,hlandau,madns.v1
project: gopkg.in,hlandau,madns.v1
- name: godns
project: godns
- name: goeasyconfig
project: goeasyconfig
- name: gomadns
project: gomadns
- name: ncdns
project: ncdns
# Build ncdns as a library, not an executable.

@ -402,18 +402,6 @@ ENV:
--- |
# This part of the file contains options written in perl
use IO::CaptureOutput qw(capture_exec);
my $hashlist = {};
open(my $f, '<:encoding(UTF-8)', 'hashlist') or die "Cannot open hashlist";
while (my $row = <$f>) {
chomp $row;
my @words = split / /, $row;
my $repo = $words[1];
my $hash = $words[2];
$hashlist->{$repo} = $hash;
#print "$repo = $hash\n";
}
(
var_p => {
# runc100 is true if we are using runc >= 1.0.0
@ -428,7 +416,5 @@ ENV:
my ($out) = capture_exec('sudo', 'runc', '--version');
return $out =~ m/^.*spec: 1\.[0-9]+\.[0-9]+(?:-dev)?$/m;
},
id => $hashlist,
},
)

Loading…
Cancel
Save