mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 23:29:32 +01:00
always clean patches
This commit is contained in:
parent
7455e115d0
commit
e8649166ae
1 changed files with 2 additions and 3 deletions
|
@ -29,14 +29,13 @@ function savePatches {
|
|||
target=$2
|
||||
echo "Formatting patches for $what..."
|
||||
cd "$basedir/$target"
|
||||
rm -rf "$basedir/${what}-Patches/"
|
||||
git format-patch --no-stat -N -o "$basedir/${what}-Patches/" upstream/upstream >/dev/null
|
||||
cd "$basedir"
|
||||
git add -A "$basedir/${what}-Patches"
|
||||
cleanupPatches "$basedir/${what}-Patches"
|
||||
echo " Patches saved for $what to $what-Patches/"
|
||||
}
|
||||
if [ "$1" == "clean" ]; then
|
||||
rm -rf Spigot-*-Patches
|
||||
fi
|
||||
|
||||
savePatches Spigot-API Paper-API
|
||||
savePatches Spigot-Server Paper-Server
|
||||
|
|
Loading…
Reference in a new issue