summary refs log tree commit diff
path: root/changelog.d/11766.misc
diff options
context:
space:
mode:
authorNicolas Werner <89468146+nico-famedly@users.noreply.github.com>2022-01-20 13:04:58 +0000
committerGitHub <noreply@github.com>2022-01-20 13:04:58 +0000
commitfa583c2198c75583ed5e16e9ecd157a9d10f6417 (patch)
tree00978d8f5521a622ab494fa6a5ae71063ffa2f2a /changelog.d/11766.misc
parentFix a bug that corrupted the cache of federated space hierarchies (#11775) (diff)
downloadsynapse-fa583c2198c75583ed5e16e9ecd157a9d10f6417.tar.xz
Allow overriding the complement ref. (#11766)
Updates complement.sh to read the ref from an environment
variable (defaulting to master) when downloading a complement
bundle for testing.
Diffstat (limited to 'changelog.d/11766.misc')
-rw-r--r--changelog.d/11766.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11766.misc b/changelog.d/11766.misc
new file mode 100644
index 0000000000..3c9e5f95ff
--- /dev/null
+++ b/changelog.d/11766.misc
@@ -0,0 +1 @@
+Allow overriding complement commit using `COMPLEMENT_REF`.