From: Andrés Domínguez <[email protected]>

F-Droid was removed by the following commit:
950958a7 Remove F-Droid until we can make a FSDG compliant version
but even if it's not shipped anymore in the images, its apk was still
downloaded.

This fixes it by removing the F-Droid apk download.

Signed-off-by: Andrés Domínguez <[email protected]>
[email protected]: commit message
Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
 get-prebuilts | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/get-prebuilts b/get-prebuilts
index 0e4398d7..2c04d05f 100755
--- a/get-prebuilts
+++ b/get-prebuilts
@@ -4,8 +4,3 @@ set -e
 BASEDIR=$( dirname $0 )
 
 mkdir -p $BASEDIR/prebuilt/common/apps/
-
-# F-Droid
-curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L 
https://f-droid.org/FDroid.apk
-curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk.asc -O -L 
https://f-droid.org/FDroid.apk.asc
-gpg --armor --verify $BASEDIR/prebuilt/common/apps/FDroid.apk.asc 
$BASEDIR/prebuilt/common/apps/FDroid.apk
-- 
2.24.0

_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to