-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1294 from input-output-hk/jpraynaud/1292-rename-g…
…pg-public-key-release Rename GPG public key in releases
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ main() { | |
chmod 700 gpghome | ||
echo "$GPG_SECRET_KEY" | gpg --homedir gpghome --batch --import | ||
gpg --homedir gpghome --list-secret-keys | ||
gpg --homedir gpghome --export --armor [email protected] > ./package/gpg-public.key | ||
gpg --homedir gpghome --export --armor [email protected] > ./package/public-key.gpg | ||
cd ./package | ||
find . -type f -print | grep -v CHECKSUM | sort -n | xargs -I '{}' sha256sum '{}' > ./CHECKSUM | ||
gpg --homedir ../gpghome --clear-sign ./CHECKSUM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters