update: description is a hard requirement, set a default for archive

This commit is contained in:
Hans-Christoph Steiner 2019-12-03 00:06:00 +01:00
parent 4d9ec479a0
commit 75639ba0e8
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -145,6 +145,7 @@ default_config = {
developers, or are binaries built from source by the admin of f-droid.org developers, or are binaries built from source by the admin of f-droid.org
using the tools on https://gitlab.com/u/fdroid. using the tools on https://gitlab.com/u/fdroid.
''', ''',
'archive_description': _('These are the apps that have been archived from the main repo.'),
'archive_older': 0, 'archive_older': 0,
'lint_licenses': fdroidserver.lint.APPROVED_LICENSES, 'lint_licenses': fdroidserver.lint.APPROVED_LICENSES,
} }