mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[script,release] add signature verification step
This commit is contained in:
@@ -68,4 +68,11 @@ done
|
||||
run mv ${TMPDIR}/freerdp-${TAG}.tar* .
|
||||
run mv ${TMPDIR}/freerdp-${TAG}.zip* .
|
||||
run rm -rf ${TMPDIR}
|
||||
|
||||
# Verify the release tarball signatures
|
||||
for EXT in tar.gz tar.bz2 tar.xz zip;
|
||||
do
|
||||
run gpg --verify freerdp-${TAG}.${EXT}.asc
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user