1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

jenkins-build-makebuildserver: com.amaze.filemanager instead of org.xcsoar

org.xcsoar hosts its own git repo.  Self-hosted git repos can be flaky, and
they are blocked by the Guardian Project jenkins server, so use an app from
github.com instead.
This commit is contained in:
Hans-Christoph Steiner 2016-03-15 13:47:56 +01:00
parent ebc8ffa7d0
commit b5cc35c44f

View File

@ -67,7 +67,7 @@ echo "build_server_always = True" > config.py
# Ant, submodules and custom prebuild/build
../fdroid build --stop app.openconnect:959
# Custom build (make)
../fdroid build --stop org.xcsoar:101
../fdroid build --stop com.amaze.filemanager:29
# Uses verification
../fdroid build --stop info.guardianproject.checkey:101
# Gradle with retrolambda (JDK7 and JDK8)