summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Domínguez <andresdju@gmail.com>2019-12-12 23:16:18 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-12-19 19:50:30 +0100
commit7cda6feb4b45121a8cee5b517708b62a1c57c7fb (patch)
treee5d29426c10786d1c23fcfc324434a18516205ed
parent8d8c4ef9eafb8e22878a026f908deefe269c9c7e (diff)
downloadvendor_replicant-7cda6feb4b45121a8cee5b517708b62a1c57c7fb.tar.gz
vendor_replicant-7cda6feb4b45121a8cee5b517708b62a1c57c7fb.tar.bz2
vendor_replicant-7cda6feb4b45121a8cee5b517708b62a1c57c7fb.zip
get-prebuilts: Remove forgetten fetch of F-Droid
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 <andresdju@gmail.com> GNUtoo@cyberdimension.org: commit message Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rwxr-xr-xget-prebuilts5
1 files changed, 0 insertions, 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