summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2022-01-10 23:18:56 +0000
committerGitHub <noreply@github.com>2022-01-10 23:18:56 +0000
commit338e70c6170fe6f964f2080b2585eb2add9f5b77 (patch)
tree2e887704c0f2d3a76059572bbfb97876170a6956
parentDocument the `SYNAPSE_TEST_PERSIST_SQLITE_DB` unit test env var (#11715) (diff)
downloadsynapse-338e70c6170fe6f964f2080b2585eb2add9f5b77.tar.xz
Complement environment variable name change and update .gitignore. (#11718)
-rw-r--r--.gitignore4
-rw-r--r--changelog.d/11718.misc1
-rwxr-xr-xscripts-dev/complement.sh2
3 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore

index fe137f3370..8eb4eda73d 100644 --- a/.gitignore +++ b/.gitignore
@@ -50,3 +50,7 @@ __pycache__/ # docs book/ + +# complement +/complement-master +/master.tar.gz diff --git a/changelog.d/11718.misc b/changelog.d/11718.misc new file mode 100644
index 0000000000..91dc5b5874 --- /dev/null +++ b/changelog.d/11718.misc
@@ -0,0 +1 @@ +Complement environment variable name change and update `.gitignore`. diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh
index 53295b58fc..820427be9e 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh
@@ -47,7 +47,7 @@ if [[ -n "$WORKERS" ]]; then COMPLEMENT_DOCKERFILE=SynapseWorkers.Dockerfile # And provide some more configuration to complement. export COMPLEMENT_CA=true - export COMPLEMENT_VERSION_CHECK_ITERATIONS=500 + export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=25 else export COMPLEMENT_BASE_IMAGE=complement-synapse COMPLEMENT_DOCKERFILE=Synapse.Dockerfile