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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8eb4eda73d..3bd6b1a08c 100644 --- a/.gitignore +++ b/.gitignore @@ -52,5 +52,5 @@ __pycache__/ book/ # complement -/complement-master +/complement-* /master.tar.gz |