basho / eleveldb

Erlang LevelDB API
262 stars 176 forks source link

Disable cuttlefish dependency except for buildbot tests #207

Closed matthewvon closed 8 years ago

matthewvon commented 8 years ago

eleveldb does not care about cuttlefish dependencies. However, there currently exist three active branches of eleveldb due solely to other Riak code that is specific about cuttlefish.

The branch comments out the rebar.config "deps" block. And it comments out the two lines that enable cuttlefish unit tests within test/eleveldb_schema_tests.erl. The comments use a tag that is removed via a sed command during buildbot unit tests. Then the default cuttlefish on develop is used to validate the eleveldb .schema files.

paulplace commented 8 years ago

+1 8bb5e52