From 8fa8f6e7653f742a4a9fd89348f890cfa882cf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20Magalh=C3=A3es=20de=20Alcantara?= Date: Fri, 18 Oct 2019 16:52:22 -0300 Subject: [PATCH] sign release tarballs --- deploy-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy-build.sh b/deploy-build.sh index bcbcbb094..4c64adbf7 100755 --- a/deploy-build.sh +++ b/deploy-build.sh @@ -30,6 +30,7 @@ echo "Generating packages for amuletml $versionā€¦" # Generate an archive for the libraries: echo "Generating library archiveā€¦" tar -cJf result/amuletml-${version}-lib.tar.xz lib/ +gpg --armor --detach-sign result/amuletml-$version-lib.tar.xz # Generate an Arch Linux package if 'makepkg' was found in the path # Chaotic evil: we don't use makepkg @@ -145,6 +146,7 @@ echo "echo \"Installed amuletml $version to \${PREFIX}\"" >> install.sh chmod 755 install.sh list_package_files | tar --no-recursion --null --files-from - -cf ../result/amuletml-$version-bindist.tar +gpg --armor --detach-sign ../result/amuletml-$version-bindist.tar popd &>/dev/null