[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible fdroid: build all latest apps in fdroiddata

Holger Levsen holger at layer-acht.org
Tue Mar 7 12:04:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0ffa0c22835f0dd3602bdc687814b8c84e788188
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Wed Feb 15 16:07:36 2017 +0100

    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 <holger at layer-acht.org>
---
 bin/reproducible_setup_fdroid_build_environment.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index 7986b63..68c70cc 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."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list