Mercurial > logstash
changeset 22:226946e5dca4
work on building from source
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 17 Apr 2013 19:38:59 -0700 |
parents | 1d50b19beda0 |
children | bb48b2672ff2 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Apr 17 17:38:14 2013 -0700 +++ b/Makefile Wed Apr 17 19:38:59 2013 -0700 @@ -21,6 +21,8 @@ [ -f $k ] || curl http://logstash.objects.dreamhost.com/maxmind/$k >$k srpm: download + make -f logstash.Makefile manifest + rm -rf ~/.m2 rpmbuild --define "dist .$d" --define "_sourcedir $(shell pwd)" --define "_srcrpmdir $(shell pwd)" --define "_rpmdir $(shell pwd)" -bs jruby.spec rpmbuild --define "dist .$d" --define "_sourcedir $(shell pwd)" --define "_srcrpmdir $(shell pwd)" --define "_rpmdir $(shell pwd)" -bs GraphTastic-client.spec rpmbuild --define "dist .$d" --define "_sourcedir $(shell pwd)" --define "_srcrpmdir $(shell pwd)" --define "_rpmdir $(shell pwd)" -bs elasticsearch.spec