mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Backport PR #8002
---------
**Commit 1:**
[build] Sign debs with sha512
* Original sha: 71b3f58551
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-08-15T14:34:53Z
This commit is contained in:
parent
8c99184a53
commit
d921b15a10
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,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'
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue