mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- enable user_agent_parser stuff now that 2.0.0 is released
This commit is contained in:
parent
33a20b96be
commit
020e332ca5
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -203,11 +203,7 @@ build/flatgems: | build vendor/bundle
|
|||
$(QUIET)rsync -av $(VENDOR_DIR)/gems/sys-uname-*/lib/unix/ $@/lib
|
||||
@# Other lame hacks to get crap to work.
|
||||
$(QUIET)rsync -av $(VENDOR_DIR)/gems/sass-*/VERSION_NAME $@/root/
|
||||
@# A not-so-subtle todo ;)
|
||||
@echo "====================================="
|
||||
@echo "== ENABLE USER_AGENT_PARSER COPIES =="
|
||||
@echo "====================================="
|
||||
$(QUIET)#rsync -av $(VENDOR_DIR)/gems/user_agent_parser-*/vendor/ua-parser $@/vendor
|
||||
$(QUIET)rsync -av $(VENDOR_DIR)/gems/user_agent_parser-*/vendor/ua-parser $@/vendor
|
||||
|
||||
flatjar-test:
|
||||
GEM_HOME= GEM_PATH= java -jar build/logstash-$(VERSION)-flatjar.jar rspec $(TESTS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue