mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-08 09:25:19 -04:00
Update CVE patchers
TODO: enable CVE-2023-31084/4.4 Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
aa6bfad801
commit
b6308caa37
39 changed files with 81 additions and 44 deletions
|
@ -23,7 +23,8 @@ export -f startPatcher;
|
|||
|
||||
resetWorkspace() {
|
||||
umask 0022;
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out DOS_PATCHED_FLAG && repo sync -j8 --force-sync --detach;
|
||||
if [ "$1" == "local" ]; then local noNetwork="--local-only"; fi;
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out DOS_PATCHED_FLAG && repo sync --jobs-network=6 --jobs-checkout=12 --force-sync --detach $noNetwork;
|
||||
}
|
||||
export -f resetWorkspace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue