Skip to content

Commit

Permalink
name rpm/deb oss packages as logstash-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed May 29, 2019
1 parent fd74ce0 commit f22b835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/artifacts.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit f22b835

Please sign in to comment.