1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 14:30:11 +01:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
Hans-Christoph Steiner b41f9e67a9 if keystore is given as arg to init, create keystore if it does not exist
Previously, `fdroid init --keystore /tmp/foo` expected the keystore to
exist, or it quit with an error.  But I've changed my mind, I think it is
useful to have it generate a new keystore at that location if it does not
exist.  For example, in tests/run-tests.sh. It still will not clobber an
existing file at that location.
2014-04-07 16:00:18 -04:00
.pylint-plugins jenkins-build: make pylint handle the hashlib hash classes properly 2014-04-03 12:33:22 -04:00
buildserver Remove ruby packages from buildserver 2014-04-01 17:40:11 +01:00
completion Separate lint messages into warnings and pedantic warnings 2014-03-18 12:20:40 +01:00
docs Error if buildjni= is present but no native code was packaged 2014-03-27 19:22:21 +01:00
examples 'smartcardoptions' config item for setting up HSMs with fdroid 2014-04-07 16:00:18 -04:00
fdroidserver if keystore is given as arg to init, create keystore if it does not exist 2014-04-07 16:00:18 -04:00
tests add script to do a test run of creating a new repo 2014-04-02 17:49:07 -04:00
wp-fdroid Same again, for native code message 2014-03-04 23:55:55 +00:00
.gitignore add script for running build and tests in Jenkins 2014-04-02 17:54:21 -04:00
COPYING Initial files 2010-10-21 23:26:38 +01:00
fd-commit Stop looking for builds when Maintainer Notes is found 2014-04-07 18:14:36 +02:00
fdroid Add --quiet option, restricting output to warnings/errors 2014-02-22 09:46:24 +00:00
jenkins-build enable Jenkins reporting of pylint errors and warnings 2014-04-03 12:33:22 -04:00
makebuildserver Bump sdk to 22.6 2014-03-07 15:21:28 +01:00
MANIFEST.in include a setuptools MANIFEST to make sure things get installed 2014-04-02 17:54:21 -04:00
README use https URI for f-droid.org everywhere and avoid redirects 2014-01-30 20:32:38 -05:00
setup.py 'ssh' python module no longer needed, only 'paramiko' 2014-04-03 12:34:01 -04:00
updateplugin Strip unnecessary exts from updateplugin and makebuildserver 2013-12-30 17:11:38 +01:00

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.

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 the docs directory.

Alternatively, visit https://f-droid.org/manual/