mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
Fix rebuild patches for real this time.
This commit is contained in:
parent
0e2350efd1
commit
812a2ea08d
@ -29,9 +29,12 @@ function savePatches {
|
||||
what_name=$(basename $what)
|
||||
target=$2
|
||||
echo "Formatting patches for $what..."
|
||||
|
||||
cd "$basedir/${what_name}-Patches/"
|
||||
rm -rf *.patch
|
||||
|
||||
cd "$basedir/$target"
|
||||
|
||||
rm -rf "$basedir/${what_name}-Patches/*.patch"
|
||||
git format-patch --no-stat -N -o "$basedir/${what_name}-Patches/" upstream/upstream >/dev/null
|
||||
cd "$basedir"
|
||||
git add -A "$basedir/${what_name}-Patches"
|
||||
|
Loading…
Reference in New Issue
Block a user