1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
Hans-Christoph Steiner 4d79f41bea convert setup.py into working setuptools-based installer
With this setup.py, its possible to install the required packages using:
  pip install -e .

The Debian packaging will also automatically get the dependencies from
install_requires.  This does not handle the generation of the docs at all.
I have not found a straightforward way to include running ./gendocs.sh in
setup.py, but its easy to run in the Debian packaging.
2013-10-24 21:28:04 +01:00
buildserver Correct .bsenv for interactive ssh 2013-10-24 10:02:36 +01:00
completion Do not search and replace metadata/ and .txt 2013-09-06 23:13:45 +02:00
docs docs: maven now also supports @dir like gradle 2013-10-23 19:59:28 +02:00
fdroidserver Quick hack to fix FDroidPOpen 2013-10-24 11:12:15 +01:00
tools Add tools dir. New tool: categorycount 2013-09-18 00:11:35 +02:00
wp-fdroid Always include search in browse 2013-10-24 18:27:22 +01:00
.gitignore Externalise makebuildserver config variables 2013-06-06 11:33:44 +02:00
config.buildserver.py Update many android tools 2013-10-17 15:29:52 +02:00
config.sample.py Update many android tools 2013-10-17 15:29:52 +02:00
COPYING Initial files 2010-10-21 23:26:38 +01:00
fdroid Add verifier to available commands 2013-08-29 14:14:09 +01:00
fdroid-icon.png Icon for repository 2010-12-17 11:00:18 +00:00
makebs.config.sample.py Externalise makebuildserver config variables 2013-06-06 11:33:44 +02:00
makebuildserver.py Add some makebuildserver options 2013-10-20 21:16:42 +01:00
README include basic description paragraphs for F-Droid and server in README 2013-10-24 21:26:29 +01:00
setup.py convert setup.py into working setuptools-based installer 2013-10-24 21:28:04 +01:00
updateplugin.sh WordPress plugin: now with app detail pages 2010-12-05 11:30:11 +00: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 http://f-droid.org/manual/