summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-07-10 11:08:49 +0200
committercyBerta <cyberta@riseup.net>2024-07-10 11:08:49 +0200
commitf65aea3ef8c0d784db9797206ed66b8438a01365 (patch)
treee15d154a9140ee7048b4fbf82a404e910b99bd20
parentad2e83f6bb37258eb62a77b8a8a695bbf6c78827 (diff)
delete tor-android directory and re-fetch it
-rwxr-xr-xscripts/cleanProject.sh17
1 files changed, 9 insertions, 8 deletions
diff --git a/scripts/cleanProject.sh b/scripts/cleanProject.sh
index 49e2db44..0a354b66 100755
--- a/scripts/cleanProject.sh
+++ b/scripts/cleanProject.sh
@@ -11,15 +11,16 @@ git submodule foreach --recursive git clean -xfd
rm -r $BASE_DIR/ics-openvpn
rm -r $BASE_DIR/build
rm -r $BASE_DIR/app/build
-rm -r $BASE_DIR/bitmaskcore/lib/*
-rm -r $BASE_DIR/bitmaskcore/golang/
+rm -r $BASE_DIR/bitmask-core-android/lib/*
+rm -r $BASE_DIR/bitmask-core-android/golang/
rm -r $BASE_DIR/currentReleases
-rm -r $BASE_DIR/tor-android/build
-rm -r $BASE_DIR/tor-android/tor-android-binary/build
-rm -r $BASE_DIR/tor-android/external/bin
-rm -r $BASE_DIR/tor-android/external/include/
-rm -r $BASE_DIR/tor-android/external/*.build-stamp
-rm -r $BASE_DIR/tor-android/external/lib
+#rm -r $BASE_DIR/tor-android/build
+#rm -r $BASE_DIR/tor-android/tor-android-binary/build
+#rm -r $BASE_DIR/tor-android/external/bin
+#rm -r $BASE_DIR/tor-android/external/include/
+#rm -r $BASE_DIR/tor-android/external/*.build-stamp
+#rm -r $BASE_DIR/tor-android/external/lib
+rm -r $BASE_DIR/tor-android
git reset --hard
git submodule foreach --recursive git reset --hard HEAD
git submodule sync --recursive