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

Commit

Permalink
sign release tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Magalhães de Alcantara committed Oct 18, 2019
1 parent ea5a7ed commit 8fa8f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8fa8f6e

Please sign in to comment.