This commit is contained in:
cathugger 2024-01-22 05:08:12 +00:00
parent 3e7aaf8a3a
commit fb5320a537
No known key found for this signature in database
GPG Key ID: 9BADDA2DAF6F01A8
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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