libcryfs/archive.sh

8 lines
149 B
Bash
Raw Normal View History

2016-10-13 20:00:59 +02:00
#!/bin/bash
TAG=$1
GPGHOMEDIR=$2
git archive --format=tgz "$1" > cryfs-$1.tar.gz
gpg --homedir "$GPGHOMEDIR" --armor --detach-sign cryfs-$1.tar.gz