use require_otp_vsn to exclude known-broken OTP releases
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1e7a5f4a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1e7a5f4a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1e7a5f4a Branch: refs/heads/1843-feature-bigcouch Commit: 1e7a5f4ad5ef8580ca02bef6f4fc622a1d5d65b3 Parents: 37d71c5 Author: Robert Newson <[email protected]> Authored: Thu Jan 30 17:19:06 2014 +0000 Committer: Robert Newson <[email protected]> Committed: Mon Feb 3 12:54:11 2014 +0000 ---------------------------------------------------------------------- rebar.config | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1e7a5f4a/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index 8960167..1372f26 100644 --- a/rebar.config +++ b/rebar.config @@ -10,6 +10,8 @@ % License for the specific language governing permissions and limitations under % the License. +{require_otp_vsn, "R14B01|R14B03|R14B04|R15B02|R15B03|R16"}. + {sub_dirs, [ "src/ibrowse", "src/config",
