1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00
Tools for managing builds, indexes, updates, and deployments for F-Droid repositories.
Go to file
Ciaran Gultnieks aa98a8d64a Write buildserver ID to buildserver on creation
The ID of the buildserver is just the corresponding commit hash in
fdroidserver at the point where it was built, which should be enough to
uniquely identify a version of it.

The idea is that this will ultimately end up as metadata in an apk, such
that its precise lineage can be traced, and the exact same binary can be
reproduced.
2013-11-09 11:51:39 +00:00
buildserver Switch to build-tools 19.0.0 2013-11-04 16:09:45 +01:00
completion add new 'fdroid init' options to bash completion 2013-11-05 09:26:56 +01:00
docs Docs for maintainer notes field 2013-11-05 16:40:23 +00:00
fdroidserver Revert "Don't allow values other than 'yes' or 'no' on boolean fields, integrity fixes" 2013-11-09 06:52:11 +00:00
wp-fdroid Always include search in browse 2013-10-24 18:27:22 +01:00
.gitignore ignore egg-info and docs build products 2013-11-04 12:22:58 -05:00
config.buildserver.py Switch to build-tools 19.0.0 2013-11-04 16:09:45 +01:00
config.sample.py Switch to build-tools 19.0.0 2013-11-04 16:09:45 +01:00
COPYING Initial files 2010-10-21 23:26:38 +01:00
fd-commit Solve issues with fd-commit when no Auto Name is present 2013-11-05 00:11:54 +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 Write buildserver ID to buildserver on creation 2013-11-09 11:51:39 +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/