Merge #53: Bump qlib to v0.0.2

d6df805 Bump qlib to v0.0.2 (JeremyRand)

Pull request description:

  Remove var/dns_q_compat hack since qlib v0.0.2 fixes that issue.
pull/56/head
JeremyRand 5 years ago
commit 05d37c7fbe
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -24,8 +24,6 @@ input_files:
project: gopkg.in,hlandau,easyconfig.v1
- name: github.com,miekg,dns
project: github.com,miekg,dns
var:
dns_q_compat: 1
- name: github.com,namecoin,crosssign
project: github.com,namecoin,crosssign
- name: github.com,namecoin,qlib

@ -22,7 +22,5 @@ input_files:
project: gopkg.in,hlandau,easyconfig.v1
- name: github.com,miekg,dns
project: github.com,miekg,dns
var:
dns_q_compat: 1
- name: github.com,namecoin,qlib
project: github.com,namecoin,qlib

@ -1,7 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/miekg/dns.git
# v1.0.15 is the last tagged release that still works with q.
git_hash: '[% IF !c("var/dns_q_compat") -%][% config.var_p.id.${"github.com/miekg/dns"} %][% ELSE %]7064f7248f5fa5fd79382a76328b4e200b79e4ae[% END %]'
git_hash: '[% config.var_p.id.${"github.com/miekg/dns"} %]'
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.2'
git_url: https://github.com/namecoin/qlib.git
git_hash: '99c375238fe562c99a2c691c433a28f90fd15afe'
git_hash: 'e40392470b81d18021cf5b11bd68f7814af7d2fd'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
build: '[% c("projects/go/var/build_go_lib") %]'
@ -20,5 +20,3 @@ input_files:
project: go
- name: github.com,miekg,dns
project: github.com,miekg,dns
var:
dns_q_compat: 1

Loading…
Cancel
Save