mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 22:45:11 -04:00
Small changes
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
df60bfceda
commit
7ba42f052a
12 changed files with 58 additions and 18 deletions
|
@ -24,7 +24,7 @@ export -f patchAllKernels;
|
|||
|
||||
resetWorkspace() {
|
||||
umask 0022;
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out && repo sync -j8 --force-sync;
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out && repo sync -j8 --force-sync --detach;
|
||||
}
|
||||
export -f resetWorkspace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue