aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mongodb.rb
AgeCommit message (Collapse)Author
2012-11-05mongodb: change startup script config finderChris Winslett
Closes #15814. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-03Unbreak mongodb formulaJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-31MongoDB 2.2.1 (Stable) and 2.3.0 (Development)Brandon Black
Closes #15770. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-24mongo: use sha1Adam Vandenberg
2012-09-25mongodb: --devel 2.2.1-rc0David M. Carr
Closes #15102. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25mongodb: fix hash for --32-bitDavid M. Carr
The 2.2.0 32-bit binary that 10gen published wasn't compiled as intended. They re-built and pushed out a new binary, so this is the hash of the new binary. https://groups.google.com/d/msg/mongodb-user/KfsEskSEJi0/NMjWrI77L-8J Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-13Sophisticated mongo launchd instructionsMax Howell
2012-09-11Make mongod just workMax Howell
Hopefully this is safe. I ran a full db against it, everything seemed fine to me. Homebrew should "just work" no remembering to specify `--config foo`, that's just lame sauce. Also cleaned up the caveats and removed the `skip_clean: all`.
2012-09-09Let plists be installed automaticallyAdam Vandenberg
2012-08-28MongoDB 2.2.0Tyler Brock
Closes #14508. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23MongoDB devel 2.2.0-rc2David M. Carr
Closes #14420. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20mongodb devel 2.2.0-rc1David M. Carr
Closes #14190. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13mongodb: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-09MongoDB: fix version numbersAdam Vandenberg
2012-08-09MongoDB 2.0.7Shawn Jonnet
Closes #14081. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06mongodb: include logging configuration in default mongod.conf fileDavid M. Carr
Closes #14006. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-24MongoDB --devel 2.2.0-rc0Tyler Brock
Closes #13567. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02MongoDB add --develdsx
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-05MongoDB 2.0.6Tyler Brock
Closes #12600. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-10MongoDB 2.0.5Tyler Brock
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24mongodb: fix config file location in caveatFilipe Moreira
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-16Install `mongod.conf` if one isn't present.Justin Hileman
Reduce the amount of mindless copy/paste required by one. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-20MongoDB 2.0.4Tyler Brock
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28mongodb 2.0.3Tyler Brock
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25Add "require hardware" to formula.rbAdam Vandenberg
Now individual formulae don't need to require this if they want to use Hardware methods outside of `def install`.
2012-02-09mongodb: remove --nojournal and --rest optionsJack Nagel
These did nothing at compile-time since we don't build mongodb from source; they were only used to write the example configuration file, which is outside the scope of what a formula should do. Closes #9993. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-09mongodb: style cleanupsJack Nagel
- Remove ad-hoc URL selection, which is not Homebrew style, was longer than doing it the normal way and didn't make updates any easier. - Fix options indentation. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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-03MongoDB: fix label field in plistMatthew Lewinski
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-22mongodb: put mongod.conf in etc intsead of CellarSudish Joseph
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-06mongodb: use standard 32-bit switchJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17MongoDB 2.0.2Tyler Brock
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-25mongodb 2.0.1Idris Mokhtarzada
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-12mongodb: Update to 2.0.0Doug Jones
Remove install from head since 2.0.0 is now head. Remove references to journaling being disabled by default (it is now enabled by default). Closes #7590. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-07mongodb 2.0.0-rc2 (HEAD)Chris Griego
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02Fix plist permissions for LionAdam Vandenberg
2011-09-02mongodb 2.0.0-rc1Chris Griego
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29MongoDB 2.0.0-rc0Chris Griego
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22mongodb 1.8.3Andrew Nesbitt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-18MongoDB 1.8.2Andrew Nesbitt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-08mongodb: Fix checksumsAdam Vandenberg
2011-04-08Mongodb 1.8.1Andrew Nesbitt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-01mongodb - add 1.8.1-rc1 as HEAD versionAdam Vandenberg
2011-03-16Updated to MongoDB 1.8Brendan W. McAdams
* Turned OFF KeepAlive as this causes kill -9 at system shutdown and problems. * Enable Journaling option (AKA Single Server Durability) by default, add option to enable the REST Interface. Options placed in mongod.conf Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13mongodb: enable --HEAD installs.Dmitry Plashchynski
--HEAD installs the latest stable developer release (not the nightly.) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05Clean up LaunchAgent caveats.Carlos Rodriguez
Documentation now has instructions on creating ~/Library/LaunchAgents directory for first time installs of Formulas. Appending trailing slash to Formula documentation in regards to copying plists to LaunchAgents directory. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-11mongodb - Fixed md5 for 32bit versionKashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>