1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 19:30:09 +02:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
Hans-Christoph Steiner 71020a9e6d update sample and add error to reflect the default basedir: .*/fdroid/repo
For user-generated repos, the default path/URL is .*/fdroid/repo, with
fdroid/ as the root where the 'fdroid' tool operates.  This makes for a URL
that is quite unique and easily matched automatically using patterns, like
in fdroidclient.

For those who don't like the standard, they can override the errror from
config.py using nonstandardwebroot = True
2013-12-04 15:28:41 -05:00
buildserver Kivy builds need virtualenv 2013-12-01 16:47:27 +00:00
completion Fix subdir tweaks in the bash completion 2013-11-18 15:40:00 +01:00
docs document the metadata tags used in the public index file (index.xml) 2013-12-02 16:02:07 -05:00
fdroidserver update sample and add error to reflect the default basedir: .*/fdroid/repo 2013-12-04 15:28:41 -05:00
wp-fdroid Tidy up a few antifeature-related things in web repo browser 2013-11-27 10:49:44 +00:00
.gitignore ignore egg-info and docs build products 2013-11-04 12:22:58 -05:00
config.buildserver.py Revert "Switch to build-tools 19.0.0" - buggy build tools 2013-11-13 14:54:38 +00:00
config.sample.py update sample and add error to reflect the default basedir: .*/fdroid/repo 2013-12-04 15:28:41 -05:00
COPYING Initial files 2010-10-21 23:26:38 +01:00
fd-commit Make app and version name formats a standard 2013-12-02 15:35:25 +01:00
fdroid os imported but not used in fdroid 2013-11-05 19:43:17 +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 kivy requirements to buildserver 2013-11-24 22:11:02 +00:00
README include basic description paragraphs for F-Droid and server in README 2013-10-24 21:26:29 +01:00
setup.py install sample config files in a standard location 2013-11-04 12:20:19 -05: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/