mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
78607d2bbb
commit
3d84827174
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ namespace "artifact" do
|
|||
|
||||
# TODO(sissel): Invoke Pleaserun to generate the init scripts/whatever
|
||||
|
||||
out.name = "logstash"
|
||||
out.name = oss ? "logstash-oss" : "logstash"
|
||||
out.version = "#{LOGSTASH_VERSION}#{PACKAGE_SUFFIX}".gsub(/[.-]([[:alpha:]])/, '~\1')
|
||||
out.architecture = "all"
|
||||
# TODO(sissel): Include the git commit hash?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue