mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[build] sha1 packages
This commit is contained in:
parent
520f9a737a
commit
ac2ae334fc
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ module.exports = function (grunt) {
|
|||
|
||||
readdir(targetDir)
|
||||
.map(function (archive) {
|
||||
// only sha the archives
|
||||
if (!archive.match(/\.zip$|\.tar.gz$/)) return;
|
||||
// only sha the archives and packages
|
||||
if (!archive.match(/\.zip$|\.tar.gz$|\.deb$|\.rpm$/)) return;
|
||||
|
||||
return exec('shasum ' + archive + ' > ' + archive + '.sha1.txt', {
|
||||
cwd: targetDir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue