1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00
fdroidserver/fdroidserver
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
..
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py Move requests code out of common.py, closes #114 2015-08-31 17:05:08 -07:00
checkupdates.py metadata: rename metafile to metadatapath when it is a path 2015-09-01 11:39:51 +02:00
common.py set "accepted formats" for metadata in config.py 2015-09-01 11:53:37 +02:00
gpgsign.py Allow gpg home directory to be overridden 2015-06-02 09:17:08 +01:00
import.py metadata: rename metafile to metadatapath when it is a path 2015-09-01 11:39:51 +02:00
init.py support egg-link format when installed from git repo 2015-08-01 00:38:41 +02:00
install.py run all SDK tools commands using SdkToolsPopen 2014-12-14 13:25:20 +01:00
lint.py lint: fixed list false positives, no need for utf 2015-08-31 15:39:07 -07:00
metadata.py set "accepted formats" for metadata in config.py 2015-09-01 11:53:37 +02:00
net.py Move requests code out of common.py, closes #114 2015-08-31 17:05:08 -07:00
publish.py Use jarsigner-based verification in publish 2015-01-31 15:59:00 +00:00
readmeta.py Add missing -v and -q to readmeta 2015-08-28 15:53:59 -07:00
rewritemeta.py rewritemeta only applies to the original .txt metadata format 2015-09-01 11:53:37 +02:00
scanner.py Move scan_source into scanner.py 2015-08-28 19:20:39 -07:00
server.py server: switch Amazon AWS S3 upload to streaming mode 2015-08-25 16:55:52 +02:00
signindex.py Add fdroid signindex to sign previously unsigned indexes 2015-01-11 08:20:14 +00:00
stats.py convert internal representation of AntiFeatures to list 2015-09-01 11:39:51 +02:00
update.py eliminate Boolean metadata type, only 'bool' is needed 2015-09-01 11:39:51 +02:00
verify.py Move requests code out of common.py, closes #114 2015-08-31 17:05:08 -07:00