2017-02-23 21:23:45 +01:00
2023-02-17 12:39:15 +01:00
# TODO convert to config.yml!
2017-02-23 21:23:45 +01:00
repo_url = " https://MyFirstFDroidRepo.org/fdroid/repo "
repo_name = " My First F-Droid Repo Demo "
2023-02-17 12:39:15 +01:00
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. """
2017-02-23 21:23:45 +01:00
archive_older = 3
archive_url = " https://f-droid.org/archive "
archive_name = " My First F-Droid Archive Demo "
archive_description = """
The repository of older versions of applications from the main demo repository .
"""
2018-10-10 12:00:41 +02:00
make_current_version_link = False
2017-02-23 21:23:45 +01:00
repo_keyalias = " sova "
keystore = " keystore.jks "
keystorepass = " r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI= "
keypass = " r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI= "
keydname = " CN=sova, OU=F-Droid "
mirrors = (
' http://foobarfoobarfoobar.onion/fdroid ' ,
2020-01-13 22:36:45 +01:00
' https://foo.bar/fdroid ' ,
2017-02-23 21:23:45 +01:00
)
update_stats = True
install_list = ' org.adaway '
uninstall_list = ( ' com.android.vending ' , ' com.facebook.orca ' , )
2023-02-17 12:39:15 +01:00
repo_key_sha256 = " f49af3f11efddf20dffd70f5e3117b9976674167adca280e6b1932a0601b26f6 "