Switch to official F-Droid

This commit is contained in:
Tad 2018-10-20 16:26:42 -04:00
parent 4f488269ff
commit 34be4797ea
13 changed files with 18 additions and 287 deletions

View file

@ -23,7 +23,7 @@ patchAllKernels() {
export -f patchAllKernels;
resetWorkspace() {
repo forall -c 'git add -A && git reset --hard' && rm -rf packages/apps/FDroid out && repo sync -j20 --force-sync;
repo forall -c 'git add -A && git reset --hard' && rm -rf out && repo sync -j20 --force-sync;
}
export -f resetWorkspace;