1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00
fdroidserver/examples
Hans-Christoph Steiner 325db90918 set "accepted formats" for metadata in config.py
For a bit repo like f-droid.org, it makes sense to standardize on a single
format for metadata files.  This adds support for enforcing a single data
format, or a reduced set of data formats.  So f-droid.org would run like
this if it changed to YAML:

  accepted_formats = ['txt', 'yaml']

Then once everything was converted to YAML, it could look like this:

  accepted_formats = ['yaml']
2015-09-01 11:53:37 +02:00
..
config.py set "accepted formats" for metadata in config.py 2015-09-01 11:53:37 +02:00
fdroid-icon.png move fdroid-icon.png to examples/ 2014-04-01 18:04:36 -04:00
makebs.config.py makebuildserver: allow a list/tuple for baseboxurl to support local copy 2015-08-26 14:46:53 +02:00
opensc-fdroid.cfg support repo signing with a key on a smartcard 2014-04-07 16:00:18 -04:00