This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch no-dev-data-dir in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit b131fd0558089ffbe18f40e988e33928d1cf8355 Author: Joan Touzet <[email protected]> AuthorDate: Fri Nov 30 16:07:14 2018 -0500 dev/run: do not create needless dev/data/ dir --- dev/run | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/run b/dev/run index a4fbfbf..1fb8575 100755 --- a/dev/run +++ b/dev/run @@ -163,7 +163,6 @@ def setup_context(opts, args): @log('Setup environment') def setup_dirs(ctx): - ensure_dir_exists(ctx['devdir'], 'data') ensure_dir_exists(ctx['devdir'], 'logs')
