Skip to content
Snippets Groups Projects
patch_for_twisted_trunk.sh 227 B
Newer Older
  • Learn to ignore specific revisions
  • #!/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