1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 01:40:10 +02:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
Marcus Hoffmann 69666839f7 makebuildserver: update platform and build tool releases
Update platform-25 to r03
Update platform-26 to r02
Add build-tools_r26.0.1

sha256 signatures locally computed after verifying the sha1 signature provided
by the repository2-1.xml file.

All these will be downloaded and installed in the buildserver through
provision-android-sdk anyway but this adds them to the cache.
2017-08-17 00:56:59 +02:00
buildserver Merge branch 'gradle-updates' into 'master' 2017-08-15 15:49:58 +00:00
completion update: add --rename-apks to force APK filenames to fdroid standard 2017-06-01 16:01:05 +02:00
docker dscanner - Drozer based post-build dynamic vulnerability scanner command 2016-12-06 14:00:44 +01:00
examples makebuildserver: upgrade NDK r15b to r15c 2017-08-11 10:19:40 +03:00
fdroidserver makebuildserver: upgrade NDK r15b to r15c 2017-08-11 10:19:40 +03:00
hooks remove TeX manual, it moved to https://gitlab.com/fdroid/fdroid-website 2017-02-24 14:01:31 +01:00
locale locale: fix broken source string 2017-06-28 23:14:57 +02:00
tests metadata: handle empty YAML files without crashing 2017-07-26 18:21:28 -07:00
.gitignore ignore test files from d06f05e9c8 2017-06-15 17:21:35 +02:00
.gitlab-ci.yml gitlab-ci: filter new build fields in metadata_v0 test 2017-07-19 16:24:28 +02:00
.pylint-rcfile update outdated pylint setup 2017-05-23 22:34:16 +02:00
.travis.yml Bump CI image, now with build-tools 25.0.2 2016-12-23 17:46:09 +01:00
fd-commit Apparently Python cannot handle Unicode 2016-01-14 23:15:05 +01:00
fdroid fdroid btlog external binary transparency logger 2017-04-03 20:24:21 +02:00
jenkins-build jenkins-build: point to new dir named after the script 2017-06-15 17:21:35 +02:00
jenkins-build-makebuildserver jenkins: document build/sign test flow 2017-07-06 12:25:48 +02:00
LICENSE Rename COPYING to LICENSE 2015-08-24 10:54:20 -07:00
makebuildserver makebuildserver: update platform and build tool releases 2017-08-17 00:56:59 +02:00
MANIFEST.in include all test files in source tarball 2017-07-20 00:00:08 +02:00
README.md update README to point to https://f-droid.org/docs 2017-07-25 22:19:48 -07:00
setup.cfg corrected word order in release alias 2016-03-10 12:28:31 +01:00
setup.py add missing comma in setup.py 2017-07-26 11:25:51 -07:00

F-Droid Server

build status

Server for F-Droid, the Free Software repository system for Android.

The F-Droid server tools provide various scripts and tools that are used to maintain the main F-Droid application repository. You can use these same tools to create your own additional or alternative repository for publishing, or to assist in creating, testing and submitting metadata to the main repository.

For documentation, please see https://f-droid.org/docs/, or you can find the source for the documentation in fdroid/fdroid-website.

What is F-Droid?

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Installing

There are many was to install fdroidserver, they are documented on the website: https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools

All sorts of other documentation lives there as well.

Drozer Scanner

There is a new feature under development that can scan any APK in a repo, or any build, using Drozer. Drozer is a dynamic exploit scanner, it runs an app in the emulator and runs known exploits on it.

This setup requires specific versions of two Python modules: docker-py 1.9.0 and requests older than 2.11. Other versions might cause the docker-py connection to break with the containers. Newer versions of docker-py might have this fixed already.

For Debian based distributions:

apt-get install libffi-dev libssl-dev python-docker