removed some useless stuff
This commit is contained in:
parent
d0ff2f9c04
commit
87618d61d1
@ -17,11 +17,6 @@ applyPatch() {
|
|||||||
cd "$basedir/$target"
|
cd "$basedir/$target"
|
||||||
echo "Resetting $target to $what..."
|
echo "Resetting $target to $what..."
|
||||||
git config commit.gpgSign false
|
git config commit.gpgSign false
|
||||||
git remote rm origin >/dev/null 2>&1
|
|
||||||
git remote add origin $what >/dev/null 2>&1
|
|
||||||
git checkout master >/dev/null 2>&1
|
|
||||||
git fetch origin >/dev/null 2>&1
|
|
||||||
git reset --hard $branch
|
|
||||||
echo " Applying patches to $target..."
|
echo " Applying patches to $target..."
|
||||||
git am --abort >/dev/null 2>&1
|
git am --abort >/dev/null 2>&1
|
||||||
git am --3way "../${pfoldername}-Patches/"*.patch
|
git am --3way "../${pfoldername}-Patches/"*.patch
|
||||||
@ -36,8 +31,5 @@ applyPatch() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
cd FastLogin
|
|
||||||
hash=$(git rev-parse HEAD)
|
|
||||||
git branch -f main "$hash"
|
|
||||||
|
|
||||||
applyPatch LimeLogin FastLogin LimeLogin-Plugin main
|
applyPatch LimeLogin FastLogin LimeLogin-Plugin main
|
Reference in New Issue
Block a user