mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
purge config.py handling, it is no longer supported
This commit is contained in:
parent
cb9533bd74
commit
642499ec94
11 changed files with 117 additions and 225 deletions
27
tests/config.yml
Normal file
27
tests/config.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
|
||||
repo_url: https://MyFirstFDroidRepo.org/fdroid/repo
|
||||
repo_name: My First F-Droid Repo Demo
|
||||
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_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.
|
||||
|
||||
make_current_version_link: false
|
||||
|
||||
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
|
||||
- https://foo.bar/fdroid
|
||||
|
||||
install_list: org.adaway
|
||||
uninstall_list: ['com.android.vending', 'com.facebook.orca']
|
||||
|
||||
repo_key_sha256: f49af3f11efddf20dffd70f5e3117b9976674167adca280e6b1932a0601b26f6
|
Loading…
Add table
Add a link
Reference in a new issue