summary refs log tree commit diff
path: root/.ci/patch_for_twisted_trunk.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/patch_for_twisted_trunk.sh')
-rwxr-xr-x.ci/patch_for_twisted_trunk.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/.ci/patch_for_twisted_trunk.sh b/.ci/patch_for_twisted_trunk.sh
deleted file mode 100755
index f524581986..0000000000
--- a/.ci/patch_for_twisted_trunk.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# replaces the dependency on Twisted in `python_dependencies` with trunk.
-
-set -e
-cd "$(dirname "$0")"/..
-
-sed -i -e 's#"Twisted.*"#"Twisted @ git+https://github.com/twisted/twisted"#' synapse/python_dependencies.py