summary refs log tree commit diff
path: root/.ci/patch_for_twisted_trunk.sh
blob: f524581986a97ada406f42042beefc183383a03a (plain) (blame)
1
2
3
4
5
6
7
8
#!/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