mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-09 11:07:19 -03:00
gpg TZ
This commit is contained in:
parent
3e7aaf8a3a
commit
fb5320a537
2 changed files with 4 additions and 2 deletions
|
@ -72,7 +72,7 @@ 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
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue