mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[packges] Remove osx package
This commit is contained in:
parent
c35172bfca
commit
04f886e852
1 changed files with 0 additions and 8 deletions
|
@ -38,14 +38,6 @@ module.exports = function (grunt) {
|
|||
fpm(args.concat('-t', 'deb', '-a', arch, files, sysv, systemd));
|
||||
return;
|
||||
}
|
||||
|
||||
// kibana.pkg
|
||||
if (/darwin-x(86|64)$/.test(name)) {
|
||||
let launchd = servicesByName.launchd.outputDir + '/=/';
|
||||
fpm(args.concat('-t', 'osxpkg', '-a', arch, files, launchd));
|
||||
return;
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue