Mercurial > logstash
diff Makefile @ 25:d058481276aa
replace logstash embedded web server with kibana
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 29 Apr 2013 13:38:05 -0700 |
parents | bb48b2672ff2 |
children | 76544ad0561d |
line wrap: on
line diff
--- a/Makefile Fri Apr 19 17:48:29 2013 -0700 +++ b/Makefile Mon Apr 29 13:38:05 2013 -0700 @@ -12,6 +12,11 @@ jv=1.7.3 j=jruby-complete-$(jv).jar k=GeoLite-City-2013-01-18.dat.gz +lcc=df8ae2344433e5072a8dfe77082acfd1c9b6ed62 +lcs=df8ae234 +lv=0.2.0 +#l=Kibana-$(lv).tar.gz +l=Kibana-$(lv)-$(lcs).tar.gz download: [ -f $(f) ] || curl https://logstash.objects.dreamhost.com/release/$(f) >$(f) @@ -20,6 +25,8 @@ [ -f $(i) ] || curl https://nodeload.github.com/NickPadilla/GraphTastic/tar.gz/$(icc) >$(i) [ -f $(j) ] || curl http://repository.codehaus.org/org/jruby/jruby-complete/$(jv)/$(j) >$(j) [ -f $(k) ] || curl http://logstash.objects.dreamhost.com/maxmind/$(k) >$(k) + #[ -f $(l) ] || curl https://codeload.github.com/rashidkpc/Kibana/tar.gz/v$(lv) >$(l) + [ -f $(l) ] || curl https://nodeload.github.com/rashidkpc/Kibana/tar.gz/$(lcc) >$(l) srpm: download # build the classpath in a manifest file @@ -28,6 +35,7 @@ echo " $$i" >>logstash.manifest; \ done # build the source rpms + rpmbuild --define "dist $(dist)" --define "_sourcedir $(shell pwd)" --define "_srcrpmdir $(shell pwd)" --define "_rpmdir $(shell pwd)" -bs Kibana.spec rpmbuild --define "dist $(dist)" --define "_sourcedir $(shell pwd)" --define "_srcrpmdir $(shell pwd)" --define "_rpmdir $(shell pwd)" -bs jruby.spec rpmbuild --define "dist $(dist)" --define "_sourcedir $(shell pwd)" --define "_srcrpmdir $(shell pwd)" --define "_rpmdir $(shell pwd)" -bs GraphTastic-client.spec rpmbuild --define "dist $(dist)" --define "_sourcedir $(shell pwd)" --define "_srcrpmdir $(shell pwd)" --define "_rpmdir $(shell pwd)" -bs elasticsearch.spec @@ -37,6 +45,7 @@ # kill off maven repository cache rm -rf ~/.m2 # build binary rpms + rpmbuild --define "dist $(dist)" --define "_rpmdir $(shell pwd)" --rebuild Kibana-$(lv)-0$(dist).src.rpm rpmbuild --define "dist $(dist)" --define "_rpmdir $(shell pwd)" --rebuild jruby-$(jv)-0$(dist).src.rpm rpmbuild --define "dist $(dist)" --define "_rpmdir $(shell pwd)" --rebuild GraphTastic-client-0.0.0-0$(dist).src.rpm rpmbuild --define "dist $(dist)" --define "_rpmdir $(shell pwd)" --rebuild elasticsearch-$(hv)-0$(dist).src.rpm