aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
AgeCommit message (Collapse)Author
2012-02-04Minor cleanup on plist caveats.Matthew Lewinski
Use basename to refer to plist file when loaded. Make cp lines same across formulas. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-03Add and use plist helper methodsJack Nagel
These will be used to unify the label namespaces in embedded plists, i.e. 'homebrew.mxcl.<formula>'. plist_path returns the full path to a plist file located at the top level of the keg; plist_path.basename can be used if just the filename is needed. c.f. #9346. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Normalize paths in embedded plist filesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-16elasticsearch 0.18.7Jasper van Wanrooy
Closes #9616. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-27elasticsearch 0.18.6Domingo Suarez Torres
Closes #9288. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-06elasticsearch 0.18.5Peter Schröder
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-25ElasticSearch: Fix plugin classpathRoland Moriz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-22elasticsearch: Update to 0.18.4Susan Potter
Closes #8662. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-18elasticsearch: fix audit warningJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-17elasticsearch 0.18.3Susan Potter
* Update formula's install to move JARs to libexec as preferred * Update scripts use prefix for ES_HOME and update ES_CLASSPATH paths to use libexec instead of lib Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-27ElasticSearch 0.18.1Karel Minarik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-26ElasticSearch: formula cleanupKarel Minarik
This commit introduces couple of breaking, but important changes for ElasticSearch: 1. The cluster is given a reasonably unique, though human-friendly name, based on the current user login name (`ENV['USER']`). This minimizes conflicts and dubious [MasterNotDiscoveredException] errors when running a development cluster eg. within an office, on multiple workstations, with open firewalls. 2. This means the _path to data has changed_ and users will have to move it manually to new location. It should be safe to do so, while ES is not running. 3. The log files location also changed to a more appropriate one. 4. Standard error and ouput streams were redirected to /dev/null within the `plist` definition, since ES provides enough logging already. The changes should be forward compatible with the complete rewrite of ES config file in <https://github.com/elasticsearch/elasticsearch/blob/master/config/elasticsearch.yml>. Closes #7946. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25elasticsearch: Update to 0.17.9Ben Hu
Closes #8256. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-22ElasticSearch 0.17.7Karel Minarik
Closes #7767. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02Fix plist permissions for LionAdam Vandenberg
2011-08-12elasticsearch 0.17.5Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-10ElasticSearch 0.17.4Ben Hu
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-22ElasticSearch 0.17.1Karel Minarik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20ElasticSearch 0.17.0Karel Minarik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-17ElasticSearch 0.16.4Karel Minarik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-07elasticsearch 0.16.2Karel Minarik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-13ElasticSearch 0.16.1Karel Minarik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-25ElasticSearch 0.16.0Karel Minarik
Also: * moved data and logs properly into /usr/local/var * added configuration file, added plist and instruction Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-15Updated ElasticSearch to 0.15.2Karel Minarik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-14update to elasticsearch 0.14.2Dan Larkin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-03upgrade elasticsearch to 0.13.0Robert Newson
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-03updated elasticsearch to 0.11.0Jonathan
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-09updated elasticsearch to 0.9Matt Dennewitz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-05-29elasticsearch 0.8.0Julian Stahnke
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-05-17ElasticSearch 0.7.1Julian Stahnke
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-05-16ElasticSearch 0.7.0Julian Stahnke
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-05-12Elastic search version 0.6.0Julian Stahnke
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-30Formula for ElasticSearchMat Schaffer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>