Merge #37: dnssec-hsts-native: Add JSON manifest to output

c6727cb dnssec-hsts-native: Add JSON manifest to output (JeremyRand)

Pull request description:

  The JSON manifest file is needed in order to use dnssec-hsts-native with Firefox; not sure why I forgot to add it here originally.
pull/47/head
JeremyRand 5 years ago
commit 5756a709b4
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -38,6 +38,10 @@ ls $GOPATHBIN
cp -a $GOPATHBIN/dnssec_hsts[% IF c("var/windows") %].exe[% END %] $distdir/
# TODO: This JSON file is only tested on GNU/Linux, and definitely won't work
# on Windows because the "path" field is wrong for Windows.
cp -a $GOPATH/src/github.com/namecoin/dnssec-hsts-native/setup/org.namecoin.dnssec_hsts.json $distdir/
cd $distdir
[% c('tar', {
tar_src => [ '.' ],

@ -1,6 +1,6 @@
version: '[% c("abbrev") %]'
git_url: https://github.com/namecoin/dnssec-hsts-native.git
git_hash: '70cc6b40311abe70ab12a71303f69ff027dcf0f4'
git_hash: 'b1e78c890146cd9a58bec8defd684be443a946da'
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:

Loading…
Cancel
Save