mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
f35558e395
commit
29f3df0653
1 changed files with 1 additions and 2 deletions
|
@ -74,7 +74,6 @@ namespace "artifact" do
|
|||
|
||||
files.each do |path|
|
||||
next if File.directory?(path)
|
||||
p path
|
||||
dir.input("#{path}=/opt/logstash/#{path}")
|
||||
end
|
||||
|
||||
|
@ -170,7 +169,7 @@ namespace "artifact" do
|
|||
end
|
||||
|
||||
desc "Build an RPM of logstash with all dependencies"
|
||||
task "deb" do
|
||||
task "deb" => ["bootstrap"] do
|
||||
package("ubuntu", "12.04")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue