summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-07-01 13:33:59 +0100
committerGitHub <noreply@github.com>2022-07-01 12:33:59 +0000
commitfe910fb10ef854c8c884c6e9a8e7034da5124464 (patch)
tree5197be219146657a3b27516b125e48f7ca2f8aac /changelog.d
parentMerge tag 'v1.62.0rc2' into develop (diff)
downloadsynapse-fe910fb10ef854c8c884c6e9a8e7034da5124464.tar.xz
complement.sh: Permit skipping docker build (#13143)
Add a `-f` argument to `complement.sh` to skip the docker build
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13143.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13143.misc b/changelog.d/13143.misc
new file mode 100644
index 0000000000..1cb77c02d7
--- /dev/null
+++ b/changelog.d/13143.misc
@@ -0,0 +1 @@
+Add support to `complement.sh` for skipping the docker build.