Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 8fa8f6e

Browse files
author
Matheus Magalhães de Alcantara
committed
sign release tarballs
1 parent ea5a7ed commit 8fa8f6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ echo "Generating packages for amuletml $version…"
3030
# Generate an archive for the libraries:
3131
echo "Generating library archive…"
3232
tar -cJf result/amuletml-${version}-lib.tar.xz lib/
33+
gpg --armor --detach-sign result/amuletml-$version-lib.tar.xz
3334

3435
# Generate an Arch Linux package if 'makepkg' was found in the path
3536
# Chaotic evil: we don't use makepkg
@@ -145,6 +146,7 @@ echo "echo \"Installed amuletml $version to \${PREFIX}\"" >> install.sh
145146
chmod 755 install.sh
146147

147148
list_package_files | tar --no-recursion --null --files-from - -cf ../result/amuletml-$version-bindist.tar
149+
gpg --armor --detach-sign ../result/amuletml-$version-bindist.tar
148150

149151
popd &>/dev/null
150152

0 commit comments

Comments
 (0)