diff options
author | Nicolas Werner <89468146+nico-famedly@users.noreply.github.com> | 2022-01-20 13:04:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 13:04:58 +0000 |
commit | fa583c2198c75583ed5e16e9ecd157a9d10f6417 (patch) | |
tree | 00978d8f5521a622ab494fa6a5ae71063ffa2f2a /changelog.d | |
parent | Fix a bug that corrupted the cache of federated space hierarchies (#11775) (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/11766.misc | 1 |
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`. |