mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-22 06:18:58 -04:00
15.1: More build fixes
This commit is contained in:
parent
910ee5ad76
commit
9b391e88f9
6 changed files with 14 additions and 125 deletions
|
@ -46,7 +46,8 @@ gitReset() {
|
|||
export -f gitReset;
|
||||
|
||||
resetWorkspace() {
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf packages/apps/{FDroid,GmsCore,Silence} out && repo sync -j20 --force-sync;
|
||||
#rm -rf packages/apps/{FDroid,GmsCore,Silence}
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out && repo sync -j20 --force-sync;
|
||||
}
|
||||
export -f resetWorkspace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue