changeset 768:3f290ea49d45

Add helper script for signature creation to avoid cmake escaping hell
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 10 Jul 2014 19:10:23 +0200
parents 406bf18ee633
children 44257ecdae6d
files ui/tests/append-sig.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ui/tests/append-sig.sh	Thu Jul 10 19:10:23 2014 +0200
@@ -0,0 +1,3 @@
+#!/bin/bash
+cp $2 $3
+echo \\r\\nS:$(openssl dgst -sha256 -sign $1 < $2 | base64 -w0) >> $3

http://wald.intevation.org/projects/trustbridge/