github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/patches/README.md (about)

     1  Emergency patches for dependencies
     2  ==================================
     3  
     4  Files in this directory named `*.patch` or `*.diff` will be applied to
     5  the source tree before building Juju for release. The expectation is
     6  that these should be changes that will be accepted upstream, but that
     7  we need to apply sooner.
     8  
     9  They're applied with `$GOPATH/src` as the current directory, and with
    10  `-p1` to strip one component off the start of the file path.
    11  
    12  For more details, see `lp:juju-release-tools/apply_patches.py` or ask
    13  babbageclunk or mgz in IRC.