Commit Graph

85 Commits (924cfcd48554bae86a8293cbfb3918112c2c3870)

Author SHA1 Message Date
Tyler Brock f08c94935c MongoDB 2.2.2 and 2.3.1
Closes Homebrew/homebrew#16275.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-27 15:57:48 -08:00
Mike McQuaid 7d44b84aee Make generic caveats for launchd plist files. 2012-11-25 23:05:52 +00:00
Chris Winslett ffe5dd437d mongodb: change startup script config finder
Closes Homebrew/homebrew#15814.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-05 19:14:08 -08:00
Jack Nagel 12d30eef8a Unbreak mongodb formula
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-03 21:06:54 -05:00
Brandon Black 8c779811ad MongoDB 2.2.1 (Stable) and 2.3.0 (Development)
Closes Homebrew/homebrew#15770.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-31 06:53:06 -07:00
Adam Vandenberg 636451c975 mongo: use sha1 2012-10-24 09:10:19 -07:00
David M. Carr 3442613104 mongodb: --devel 2.2.1-rc0
Closes Homebrew/homebrew#15102.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:18:28 -07:00
David M. Carr 6f9e1c39c8 mongodb: fix hash for --32-bit
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-25 08:18:28 -07:00
Max Howell f650979c75 Sophisticated mongo launchd instructions 2012-09-13 14:08:14 -04:00
Max Howell a9c2a1bac8 Make mongod just work
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-11 03:45:16 -04:00
Adam Vandenberg 230619e2c7 Let plists be installed automatically 2012-09-09 13:02:48 -07:00
Tyler Brock ba871aea19 MongoDB 2.2.0
Closes Homebrew/homebrew#14508.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-28 20:56:46 -05:00
David M. Carr 98f82098c4 MongoDB devel 2.2.0-rc2
Closes Homebrew/homebrew#14420.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:20:02 -05:00
David M. Carr cc060d3901 mongodb devel 2.2.0-rc1
Closes Homebrew/homebrew#14190.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:20:18 -05:00
Jack Nagel 6ef5eeead1 mongodb: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:41:46 -05:00
Adam Vandenberg 13183e8bd8 MongoDB: fix version numbers 2012-08-09 09:59:07 -07:00
Shawn Jonnet 3e50ebbc50 MongoDB 2.0.7
Closes Homebrew/homebrew#14081.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09 09:07:35 -07:00
David M. Carr a38ed7f608 mongodb: include logging configuration in default mongod.conf file
Closes Homebrew/homebrew#14006.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 11:07:35 -07:00
Tyler Brock 0fca1567fa MongoDB --devel 2.2.0-rc0
Closes Homebrew/homebrew#13567.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-24 11:14:41 -07:00
dsx d2b509abc3 MongoDB add --devel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:25:23 -07:00
Tyler Brock 6a20b3ad76 MongoDB 2.0.6
Closes Homebrew/homebrew#12600.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-06-05 09:42:46 -07:00
Tyler Brock a35cc2f234 MongoDB 2.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-10 06:38:02 -07:00
Filipe Moreira fcdd371b1c mongodb: fix config file location in caveat
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 07:11:48 -07:00
Justin Hileman 5b2ae08509 Install `mongod.conf` if one isn't present.
Reduce the amount of mindless copy/paste required by one.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-16 20:10:51 -07:00
Tyler Brock 9ad20ea0a0 MongoDB 2.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-20 19:46:35 -07:00
Tyler Brock 488cf8f1e1 mongodb 2.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28 21:01:07 -08:00
Adam Vandenberg fb5977f181 Add "require hardware" to formula.rb
Now individual formulae don't need to require this if they want to use
Hardware methods outside of `def install`.
2012-02-25 15:22:32 -08:00
Jack Nagel 6dd4803ffc mongodb: remove --nojournal and --rest options
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 Homebrew/homebrew#9993.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-09 23:57:04 -06:00
Jack Nagel 8faffbaebb mongodb: style cleanups
- 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-09 23:39:15 -06:00
Matthew Lewinski 83dd656d3b Minor cleanup on plist caveats.
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-04 08:07:35 -08:00
Matthew Lewinski 5e2da238eb MongoDB: fix label field in plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-03 19:37:59 -08:00
Jack Nagel 6ce735db99 Add and use plist helper methods
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. Homebrew/homebrew#9346.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:50:58 -06:00
Jack Nagel cce644e300 Normalize paths in embedded plist files
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:28:56 -06:00
Sudish Joseph 478012ca98 mongodb: put mongod.conf in etc intsead of Cellar
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-22 14:35:24 -08:00
Jack Nagel 34eecbe9ea mongodb: use standard 32-bit switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06 11:36:27 -06:00
Tyler Brock 706de02bfc MongoDB 2.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-17 16:07:17 -08:00
Idris Mokhtarzada 97bbd58c5f mongodb 2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-25 08:30:07 -07:00
Doug Jones 1a00cfce3c mongodb: Update to 2.0.0
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 Homebrew/homebrew#7590.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 12:31:24 -07:00
Chris Griego 4fd499cd57 mongodb 2.0.0-rc2 (HEAD)
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-07 12:17:09 -05:00
Adam Vandenberg d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
Chris Griego fa229633b4 mongodb 2.0.0-rc1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 09:48:14 -07:00
Chris Griego fedf64928a MongoDB 2.0.0-rc0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-29 09:33:30 -07:00
Andrew Nesbitt 3c6e7008b5 mongodb 1.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-22 20:35:25 -07:00
Andrew Nesbitt c4c23793ea MongoDB 1.8.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-18 09:30:53 -07:00
Adam Vandenberg a080e38cc1 mongodb: Fix checksums 2011-04-08 10:13:49 -07:00
Andrew Nesbitt 4384947b3f Mongodb 1.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-08 10:08:03 -07:00
Adam Vandenberg 5335a28dae mongodb - add 1.8.1-rc1 as HEAD version 2011-04-01 17:14:39 -07:00
Brendan W. McAdams 11f0cf4b9f Updated to MongoDB 1.8
* 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-16 15:53:38 -07:00
Dmitry Plashchynski 4bb8602fc8 mongodb: enable --HEAD installs.
--HEAD installs the latest stable developer release (not the nightly.)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13 11:23:06 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00