symbiote / silverstripe-build

Phing build settings and tasks for the silverstripe-base project
BSD 3-Clause "New" or "Revised" License
0 stars 8 forks source link

Patch management improvements #19

Closed alexclifford closed 7 years ago

alexclifford commented 7 years ago

Add phing property "check_patches" for Jenkins to call. Failing patches or already applied patches will fail builds if check_patches is defined. The ApplyPatchesTask Task now fails if a patch fails and identifies if a patch is already applied. Bump version to 2.x as this is a breaking change.