gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: add sign-gnu-arte


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add sign-gnu-artefact helper
Date: Tue, 06 Jun 2017 14:23:06 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3dc9b91  add sign-gnu-artefact helper
3dc9b91 is described below

commit 3dc9b91e16ccfaac81f2dc696d5ecf6ea7ddf34e
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jun 6 14:22:49 2017 +0200

    add sign-gnu-artefact helper
---
 sign-gnu-artefact | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/sign-gnu-artefact b/sign-gnu-artefact
new file mode 100644
index 0000000..f85db4e
--- /dev/null
+++ b/sign-gnu-artefact
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+# Helper script to sign artefacts for upload to the GNU mirrors
+
+name=$1
+if [[ -z "$1" ]]; then
+  echo "Usage: $0 NAME"
+  exit 1
+fi
+
+
+truncate -s0 "${name}.directive"
+
+echo "version: 1.2" >> "${name}.directive"
+echo "directory: taler" >> "${name}.directive"
+echo "filename: ${name}" >> "${name}.directive"
+
+gpg -b "${name}"
+gpg --clearsign "${name}.directive"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]