Initial prep for 1.16

Remove patcehs we know need to go
add comment on one im not sure should be dropped

go ahead and fix patched repos to turn off gpg signing, as this
helps rebase/apply --continue commands not suck.

Go ahead and prep the pom file change
This commit is contained in:
Aikar
2020-06-24 04:38:17 -04:00
parent 48473fe003
commit 872f10bf7b
6 changed files with 5 additions and 295 deletions

View File

@@ -39,6 +39,7 @@ function applyPatch {
statusfile=".git/patch-apply-failed"
rm -f "$statusfile"
git config commit.gpgsign false
$gitcmd am --abort >/dev/null 2>&1
# Special case Windows handling because of ARG_MAX constraint