Merge #148: ncdns: Remove tlsrestrictchromium

a7ccd45 ncdns: Remove tlsrestrictchromium (Jeremy Rand)

Pull request description:

  Package is deprecated and was factored out into its own repo.
pull/150/head
Jeremy Rand 3 years ago
commit 6693a72170
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -88,7 +88,7 @@ cd /var/tmp/dist
done
[% IF c("var/enable_namecoin_tlsa") %]
for x in ncdumpzone tlsrestrict_chromium_tool; do
for x in ncdumpzone; do
cp -a $GOPATHBIN/"$x"[% IF c("var/windows") %].exe[% END %] $distdir/
done
[% END %]

@ -46,8 +46,6 @@ var:
- github.com/namecoin/ncdns/ncdumpzone/ncdumpzone
- github.com/namecoin/ncdns/tlsoverridefirefox
- github.com/namecoin/ncdns/tlsoverridefirefox/tlsoverridefirefoxsync
- github.com/namecoin/ncdns/tlsrestrictchromium
- github.com/namecoin/ncdns/tlsrestrictchromium/tlsrestrict_chromium_tool
targets:
linux:

Loading…
Cancel
Save