Skip to content

Commit

Permalink
Merge pull request elastic#8002 from jbudz/issues/7992
Browse files Browse the repository at this point in the history
[build] Sign debs with sha512
  • Loading branch information
jbudz authored Aug 22, 2016
2 parents 0d1762c + 71b3f58 commit a254b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/release_packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default (grunt) => {
'--sign', deb.signatureKeyId,
'--arch', deb.arch,
`--access-key-id=${deb.awsKey}`,
`--secret-access-key=${deb.awsSecret}`
`--secret-access-key=${deb.awsSecret}`,
'--gpg-options=--digest-algo SHA512'
]);
}

Expand Down

0 comments on commit a254b7e

Please sign in to comment.