needy icon indicating copy to clipboard operation
needy copied to clipboard

Add patch support

Open vmrob opened this issue 8 years ago • 1 comments

It would be desirable to be able to apply a list of patches to a source directory prior to project type determination and prior to a build. Currently, the best way to do this varies between download types (git apply {{ needs_file|dirname }}/some-patch.patch, patch -p1 < some-patch.patch, among others) and a unified syntax for applying this without the boilerplate would be greatly desired.

Patch file contents should be factored into the configuration hashes.

vmrob avatar Jul 13 '16 00:07 vmrob

Related: #110

ccbrown avatar Sep 05 '16 19:09 ccbrown