archive.sh also creates a highly compressed .xz archive
This commit is contained in:
parent
5be99e2ef2
commit
5ea46bda65
@ -5,3 +5,6 @@ GPGHOMEDIR=$2
|
||||
|
||||
git archive --format=tgz "$1" > cryfs-$1.tar.gz
|
||||
gpg --homedir "$GPGHOMEDIR" --armor --detach-sign cryfs-$1.tar.gz
|
||||
|
||||
git archive --format=tar "$1" | xz -9 > cryfs-$1.tar.xz
|
||||
gpg --homedir "$GPGHOMEDIR" --armor --detach-sign cryfs-$1.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user