sync repo examples with defaults and comment out example repo settings

!359
This commit is contained in:
Hans-Christoph Steiner 2021-01-23 19:36:15 +01:00
parent aebf70a763
commit f527b17715
7 changed files with 33 additions and 27 deletions

View file

@ -146,14 +146,10 @@ default_config = {
},
'keyaliases': {},
'repo_url': "https://MyFirstFDroidRepo.org/fdroid/repo",
'repo_name': "My First FDroid Repo Demo",
'repo_name': "My First F-Droid Repo Demo",
'repo_icon': "icon.png",
'repo_description': _('''
This is a repository of apps to be used with FDroid. Applications in this
repository are either official binaries built by the original application
developers, or are binaries built from source by f-droid.org using the
tools on https://gitlab.com/fdroid.
'''),
'repo_description': _("""This is a repository of apps to be used with F-Droid. Applications in this repository are either official binaries built by the original application developers, or are binaries built from source by the admin of f-droid.org using the tools on https://gitlab.com/fdroid."""),
'archive_name': 'My First F-Droid Archive Demo',
'archive_description': _('These are the apps that have been archived from the main repo.'),
'archive_older': 0,
'lint_licenses': fdroidserver.lint.APPROVED_LICENSES,