Verified Commit 12150ef0 authored by Hans-Christoph Steiner's avatar Hans-Christoph Steiner Committed by Mattia Rizzolo
Browse files

reproducible fdroid: use Android SDK from Debian/stretch packages



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 55af235e
...@@ -49,6 +49,9 @@ git clone https://gitlab.com/eighthave/fdroidserver.git ...@@ -49,6 +49,9 @@ git clone https://gitlab.com/eighthave/fdroidserver.git
cd fdroidserver cd fdroidserver
git checkout jenkins # normally master too git checkout jenkins # normally master too
# set up Android SDK to use the Debian packages in stretch
export ANDROID_HOME=/usr/lib/android-sdk
# this script is maintained upstream and is also run on Guardian # this script is maintained upstream and is also run on Guardian
# Project's jenkins box # Project's jenkins box
./jenkins-build-makebuildserver ./jenkins-build-makebuildserver
......
...@@ -345,6 +345,7 @@ if [ -f /etc/debian_version ] ; then ...@@ -345,6 +345,7 @@ if [ -f /etc/debian_version ] ; then
# needed to run fdroid jobs # needed to run fdroid jobs
case $HOSTNAME in case $HOSTNAME in
profitbricks-build7-amd64) DEBS="$DEBS profitbricks-build7-amd64) DEBS="$DEBS
android-sdk
libvirt-clients libvirt-clients
libvirt-daemon libvirt-daemon
libvirt-daemon-system libvirt-daemon-system
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment