summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-04-30 13:02:28 -0400
committerGitHub <noreply@github.com>2020-04-30 13:02:28 -0400
commit3dd3e3183697775678e156ab62e58224bf6539fc (patch)
treede59205a2c7895a5e9feeff53ef04aa39ebd7dce
parent8423500435a540a6b63b1038532ea83f183def42 (diff)
parent1ed3345662359f1dfc7a801f0e02914fdf2014e4 (diff)
downloadcouchdb-session-info-auth-db-3.0.x.tar.gz
Merge branch '3.0.x' into session-info-auth-db-3.0.xsession-info-auth-db-3.0.x
-rw-r--r--Makefile4
-rw-r--r--Makefile.win7
-rw-r--r--rel/reltool.config2
-rw-r--r--version.mk2
4 files changed, 9 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 7d047cbca..56d6d51ae 100644
--- a/Makefile
+++ b/Makefile
@@ -260,7 +260,9 @@ elixir-credo: elixir-init
.PHONY: javascript
# target: javascript - Run JavaScript test suites or specific ones defined by suites option
javascript: export COUCHDB_TEST_ADMIN_PARTY_OVERRIDE=1
-javascript: devclean
+javascript:
+
+ @$(MAKE) devclean
@mkdir -p share/www/script/test
ifeq ($(IN_RELEASE), true)
@cp test/javascript/tests/lorem*.txt share/www/script/test/
diff --git a/Makefile.win b/Makefile.win
index 70300893d..700e7b110 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -186,7 +186,7 @@ python-black: .venv/bin/black
@python.exe -c "import sys; exit(1 if sys.version_info >= (3,6) else 0)" || \
.venv\Scripts\black.exe --check \
--exclude="build/|buck-out/|dist/|_build/|\.git/|\.hg/|\.mypy_cache/|\.nox/|\.tox/|\.venv/|src/rebar/pr2relnotes.py|src/fauxton" \
- build-aux\*.py dev\run test\javascript\run src\mango\test\*.py src\docs\src\conf.py src\docs\ext\*.py .
+ build-aux dev\run test\javascript\run src\mango\test src\docs\src\conf.py src\docs\ext .
python-black-update: .venv/bin/black
@python.exe -c "import sys; exit(1 if sys.version_info < (3,6) else 0)" || \
@@ -194,7 +194,7 @@ python-black-update: .venv/bin/black
@python.exe -c "import sys; exit(1 if sys.version_info >= (3,6) else 0)" || \
.venv\Scripts\black.exe \
--exclude="build/|buck-out/|dist/|_build/|\.git/|\.hg/|\.mypy_cache/|\.nox/|\.tox/|\.venv/|src/rebar/pr2relnotes.py|src/fauxton" \
- build-aux\*.py dev\run test\javascript\run src\mango\test\*.py src\docs\src\conf.py src\docs\ext\*.py .
+ build-aux dev\run test\javascript\run src\mango\test src\docs\src\conf.py src\docs\ext .
.PHONY: elixir
elixir: export MIX_ENV=integration
@@ -235,7 +235,8 @@ elixir-credo: elixir-init
.PHONY: javascript
# target: javascript - Run JavaScript test suites or specific ones defined by suites option
javascript: export COUCHDB_TEST_ADMIN_PARTY_OVERRIDE=1
-javascript: devclean
+javascript:
+ @$(MAKE) devclean
-@mkdir share\www\script\test
ifeq ($(IN_RELEASE), true)
@copy test\javascript\tests\lorem*.txt share\www\script\test
diff --git a/rel/reltool.config b/rel/reltool.config
index a576f9c80..27a99755e 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
{sys, [
{lib_dirs, ["../src"]},
- {rel, "couchdb", "3.0.0", [
+ {rel, "couchdb", "3.0.1", [
%% stdlib
asn1,
compiler,
diff --git a/version.mk b/version.mk
index 9ca09ab11..8aa6ae034 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
vsn_major=3
vsn_minor=0
-vsn_patch=0
+vsn_patch=1