You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
227 B

  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