[PATCH 1 of 6] Add helper script for signature creation to avoid cmake escaping hell

Wald Commits scm-commit at wald.intevation.org
Thu Jul 10 19:17:02 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1405012223 -7200
# Node ID 3f290ea49d45ff79e651f544964546bbd4f87524
# Parent  406bf18ee6337d80e0fcff0d5079f72373a58728
Add helper script for signature creation to avoid cmake escaping hell

diff -r 406bf18ee633 -r 3f290ea49d45 ui/tests/append-sig.sh
--- /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


More information about the Trustbridge-commits mailing list