From 0ffa0c22835f0dd3602bdc687814b8c84e788188 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 15 Feb 2017 16:07:36 +0100 Subject: reproducible fdroid: build all latest apps in fdroiddata Now that we have a buildserver, use it to build the latest version of all apps in F-Droid. Signed-off-by: Holger Levsen --- bin/reproducible_setup_fdroid_build_environment.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh index 7986b635..68c70cce 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -58,6 +58,13 @@ export ANDROID_HOME=/usr/lib/android-sdk # Project's jenkins box ./jenkins-build-makebuildserver +# now build the whole archive +cd $WORKSPACE +git clone https://gitlab.com/fdroid/fdroiddata.git +cd fdroiddata +echo "build_server_always = True" > config.py +$WORKSPACE/fdroidserver/fdroid build --verbose --latest --all + # remove trap trap - INT TERM EXIT echo "$(date -u) - the end." -- cgit v1.2.3-54-g00ecf