certdehydrate-dane-rest-api: Remove obsolete godns workaround

qlib now supports the current godns release.
pull/58/head
JeremyRand 5 years ago
parent 465c9a4cb2
commit 20e0d4ff60
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -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/godns') %]
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

Loading…
Cancel
Save