# HG changeset patch # User Carl Byington # Date 1366252739 25200 # Node ID 226946e5dca48148bfe275cbe5a893b6f98ad21c # Parent 1d50b19beda0539335b4d9827dce7559861e045a work on building from source diff -r 1d50b19beda0 -r 226946e5dca4 Makefile --- 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