mirror of
https://github.com/namecoin/ncdns-repro
synced 2024-10-30 09:20:26 +00:00
Bump ncdns version
This adds name-constrained CA support to generate_nmc_cert.
This commit is contained in:
parent
1781112c69
commit
566cce8e44
@ -29,7 +29,6 @@ mkdir -p $GOPATH/src/github.com/namecoin
|
|||||||
tar -C $GOPATH/src/github.com/namecoin -xf [% project %]-[% c('version') %].tar.gz
|
tar -C $GOPATH/src/github.com/namecoin -xf [% project %]-[% c('version') %].tar.gz
|
||||||
mv $GOPATH/src/github.com/namecoin/ncdns-[% c('version') %] $GOPATH/src/github.com/namecoin/ncdns
|
mv $GOPATH/src/github.com/namecoin/ncdns-[% c('version') %] $GOPATH/src/github.com/namecoin/ncdns
|
||||||
|
|
||||||
go generate github.com/namecoin/ncdns/x509
|
|
||||||
go install -ldflags '-s' github.com/namecoin/ncdns/...
|
go install -ldflags '-s' github.com/namecoin/ncdns/...
|
||||||
|
|
||||||
#mkdir -p /var/tmp/build
|
#mkdir -p /var/tmp/build
|
||||||
|
@ -3,7 +3,7 @@ git_url: https://github.com/namecoin/ncdns.git
|
|||||||
# Using latest master branch because we need the RPC timeout feature. Once
|
# Using latest master branch because we need the RPC timeout feature. Once
|
||||||
# it's in a tagged release, we'll go back to using a version tag here.
|
# it's in a tagged release, we'll go back to using a version tag here.
|
||||||
#git_hash: 'v[% c("version") %]'
|
#git_hash: 'v[% c("version") %]'
|
||||||
git_hash: '4ea036742bd5b10a7b56765355dcc88724632f32'
|
git_hash: '006f537e01cf20db01b18e399ed51f57211db91c'
|
||||||
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
|
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
|
||||||
|
|
||||||
var:
|
var:
|
||||||
@ -18,6 +18,7 @@ var:
|
|||||||
- github.com,kr,pretty
|
- github.com,kr,pretty
|
||||||
- github.com,miekg,dns
|
- github.com,miekg,dns
|
||||||
- github.com,namecoin,tlsrestrictnss
|
- github.com,namecoin,tlsrestrictnss
|
||||||
|
- github.com,namecoin,x509-signature-splice
|
||||||
- gopkg.in,hlandau,madns.v1
|
- gopkg.in,hlandau,madns.v1
|
||||||
- gopkg.in,hlandau,easyconfig.v1
|
- gopkg.in,hlandau,easyconfig.v1
|
||||||
- gopkg.in,hlandau,service.v2
|
- gopkg.in,hlandau,service.v2
|
||||||
@ -49,7 +50,7 @@ targets:
|
|||||||
- github.com,hlandauf,btcjson
|
- github.com,hlandauf,btcjson
|
||||||
- github.com,kr,pretty
|
- github.com,kr,pretty
|
||||||
- github.com,miekg,dns
|
- github.com,miekg,dns
|
||||||
- github.com,namecoin,tlsrestrictnss
|
- github.com,namecoin,x509-signature-splice
|
||||||
- gopkg.in,hlandau,madns.v1
|
- gopkg.in,hlandau,madns.v1
|
||||||
- gopkg.in,hlandau,easyconfig.v1
|
- gopkg.in,hlandau,easyconfig.v1
|
||||||
- gopkg.in,hlandau,service.v2
|
- gopkg.in,hlandau,service.v2
|
||||||
@ -85,6 +86,8 @@ input_files:
|
|||||||
project: github.com,miekg,dns
|
project: github.com,miekg,dns
|
||||||
- name: github.com,namecoin,tlsrestrictnss
|
- name: github.com,namecoin,tlsrestrictnss
|
||||||
project: 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
|
- name: gopkg.in,hlandau,madns.v1
|
||||||
project: gopkg.in,hlandau,madns.v1
|
project: gopkg.in,hlandau,madns.v1
|
||||||
- name: github.com,kr,pretty
|
- name: github.com,kr,pretty
|
||||||
|
Loading…
Reference in New Issue
Block a user