Skip to content

Commit

Permalink
gpg TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
cathugger committed Jan 22, 2024
1 parent 3e7aaf8 commit fb5320a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/release-scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export PATH=$OPATH
cd "$D/out"

tar --portability --no-acls --no-selinux --no-xattrs --owner root:0 --group=root:0 --sort=name -c -f $SV-src.tar $SV
zopfli -c $SV-src.tar > $SV-src.tar.gz
zstd -19 -f $SV-src.tar -o $SV-src.tar.zst
zopfli -i100 -c $SV-src.tar > $SV-src.tar.gz
zstd -19 -f $SV-src.tar -o $SV-src.tar.zst
rm $SV-src.tar

zip -9 -X -r $SV-w32.zip $SV-w32
Expand Down
2 changes: 2 additions & 0 deletions contrib/release-scripts/sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ D=$(realpath "$0")
D=$(dirname "$D")
cd "$D"

export TZ=UTC

cd out

gpg --detach-sign -u "$1" mkp224o-*-src.tar.gz
Expand Down

0 comments on commit fb5320a

Please sign in to comment.