From c6727cb87b54741a2381b52e6eb47a92118d8047 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Tue, 23 Jul 2019 06:41:56 +0000 Subject: [PATCH] dnssec-hsts-native: Add JSON manifest to output --- projects/dnssec-hsts-native/build | 4 ++++ projects/dnssec-hsts-native/config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/dnssec-hsts-native/build b/projects/dnssec-hsts-native/build index 7cb5edf..9239e81 100644 --- a/projects/dnssec-hsts-native/build +++ b/projects/dnssec-hsts-native/build @@ -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 => [ '.' ], diff --git a/projects/dnssec-hsts-native/config b/projects/dnssec-hsts-native/config index efc9975..39232bb 100644 --- a/projects/dnssec-hsts-native/config +++ b/projects/dnssec-hsts-native/config @@ -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: