Commit Graph

5 Commits (2d4e719cc7b3a98a891646c1246bea1c618e9157)

Author SHA1 Message Date
Misty De Meo c916ffaf5b geocouch: correct sha1
Fixes Homebrew/homebrew#13289.
2012-07-09 10:23:41 -05:00
Andreas Lappe cb8b0091a2 geocouch: Uuse tagged version
This adds the hard commit hash to the URL instead of using the master
branch which ensures that the hash stays valid and the code works with
1.2.0.

Fixes Homebrew/homebrew#13228.
Closes Homebrew/homebrew#13137.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-06 08:47:39 -08:00
Andreas Lappe 8f0b561774 geocouch: Adjust formula for new structure
Updates the hash of the zip-file and changes the 'build' directory into
'ebin'.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-06 08:47:24 -08:00
Charlie Sharpsteen f932c98a79 geocouch: Fix paths in caveats 2012-06-22 17:54:16 -07:00
Joseph Grace c50c04da95 New Formula: GeoCouch
Couchbase GeoCouch augments CouchDB 1.2 to create GeoCouch 1.2.  This GeoCouch
formula depends directly on the CouchDB formula and its Cellar.

For convenience, this formula provides launchctl support file (geocouch.plist).
For simplicity's sake, RunAtLoad and KeepAlive are set to 'false'.  For
always-on server operation, set them to 'true'.

Support for 'git checkout develop' for installation of latest branch.

All tests work (except rev_stemming which seems flakey, and can eventually work
with retries).

-=-  Latest Revision:

Reworked to avoid/minimize uninstall surprises.

Many small improvements, and several "big" ones, including the move of geocouch
build files from couchdb Cellar into geocouch Cellar.  This change reduces the
mixing of geocouch into couchdb, helps meet homebrew standards, and eases
uninstallation.  The caveat documentation reflects this change in an update to
the ERL_FLAGS instructions.

The geocouch.ini file still hooks into couchdb initialization directory by
necessity.  The uninstall caveat documentation now specifies how to remove the
geocouch.ini file for uninstall.

The tests still hook into the couchdb test directory by necessity.  The
uninstall caveat documentation now recommends uninstalling both geocouch and
couchdb (to remove any dangling geocouch tests from couchdb's couch_tests.js
file) and then reinstall couchdb fresh.

A variety of cleanups were applied along the way.

In sum, as mentioned before, since geocouch is a superset of couchdb,
uninstalling geocouch should be rare and unnecessary.  But in the interests of
least surprise, these changes minimize uninstall complications in the rare case
someone chooses to keep couchdb while uninstalling geocouch.

Perhaps some changes to couchdb will make a modular approach possible in the
future, but for now I believe this approach is practical and avoids unpleasant
surprises.

Simplified head command.

Cleanup, and organize geocouch tests into subfolder of couchdb tests.

Closes Homebrew/homebrew#11659.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-06-22 15:45:39 -07:00