summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2014-05-19 16:37:51 +0100
committerRobert Newson <rnewson@apache.org>2014-05-19 16:37:51 +0100
commitcb182c206f3d31a6a1866d6fc6d5e02c1b161c29 (patch)
tree3ed2eeccadc6a1eed45f19a1f91fc54bb8aacb5f /configure
parent6ed3629985d6bc580260476b23cc328330e4da7f (diff)
downloadcouchdb-cb182c206f3d31a6a1866d6fc6d5e02c1b161c29.tar.gz
Remove 'make dev'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure27
1 files changed, 0 insertions, 27 deletions
diff --git a/configure b/configure
index 451d5ae16..e6a5e8ccb 100755
--- a/configure
+++ b/configure
@@ -131,32 +131,5 @@ cat > $rootdir/config.erl << EOF
{with_curl, $WITH_CURL}.
EOF
-# finally, a few config files for local development nodes
-for i in 1 2 3; do
-cat > rel/dev$i.config << EOF
-% Licensed under the Apache License, Version 2.0 (the "License"); you may not
-% use this file except in compliance with the License. You may obtain a copy of
-% the License at
-%
-% http://www.apache.org/licenses/LICENSE-2.0
-%
-% Unless required by applicable law or agreed to in writing, software
-% distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-% WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-% License for the specific language governing permissions and limitations under
-% the License.
-%
-% The contents of this file are auto-generated by configure
-%
-{prefix, "$rootdir/rel/dev$i"}.
-{data_dir, "$rootdir/rel/tmpdata/dev$i"}.
-{view_dir, "$rootdir/rel/tmpdata/dev$i"}.
-{node_name, "-name dev$i@127.0.0.1"}.
-{cluster_port, `expr 10000 \* $i + 5984`}.
-{backend_port, `expr 10000 \* $i + 5986`}.
-EOF
-done
-
-
echo "==> updating dependencies"
rebar get-deps update-deps