patch_for_twisted_trunk.sh 227 B

12345678
  1. #!/bin/sh
  2. # replaces the dependency on Twisted in `python_dependencies` with trunk.
  3. set -e
  4. cd "$(dirname "$0")"/..
  5. sed -i -e 's#"Twisted.*"#"Twisted @ git+https://github.com/twisted/twisted"#' synapse/python_dependencies.py