From 75639ba0e834bc80986604b3cfa918ce11de8dc6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 3 Dec 2019 00:06:00 +0100 Subject: [PATCH] update: description is a hard requirement, set a default for archive --- fdroidserver/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 7e145519..960a0280 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -145,6 +145,7 @@ default_config = { developers, or are binaries built from source by the admin of f-droid.org 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, 'lint_licenses': fdroidserver.lint.APPROVED_LICENSES, }