summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-06 16:28:05 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-06 16:28:05 +0100
commitd02579012ac823fdbd7b8e185d65c54aef0eea1f (patch)
tree45b481aefb3319c97f6c074dac2c9977960e3f1d
parent238980568e8a79b9e13429e57f46d12868905e0b (diff)
downloadvendor_replicant-d02579012ac823fdbd7b8e185d65c54aef0eea1f.zip
vendor_replicant-d02579012ac823fdbd7b8e185d65c54aef0eea1f.tar.gz
vendor_replicant-d02579012ac823fdbd7b8e185d65c54aef0eea1f.tar.bz2
verify signatures of downloads from the f-droid repoHEADmaster
add prebuilt dir to gitignore Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--.gitignore1
-rwxr-xr-xget-prebuilts4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f5b82f3..ae321a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
proprietary/*
+prebuilt/common/apps/
diff --git a/get-prebuilts b/get-prebuilts
index df87fa6..204009e 100755
--- a/get-prebuilts
+++ b/get-prebuilts
@@ -7,7 +7,11 @@ 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
# Terminal Emulator
curl -L -o $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk -O -L https://f-droid.org/repo/jackpal.androidterm_71.apk
+curl -L -o $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk.asc -O -L https://f-droid.org/repo/jackpal.androidterm_71.apk.asc
+gpg --armor --verify $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk.asc $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk
unzip -o -d $BASEDIR/prebuilt/common/apps/ $BASEDIR/prebuilt/common/apps/TerminalEmulator.apk lib/armeabi/libjackpal-termexec2.so lib/armeabi/libjackpal-androidterm5.so