feat: build F-Droid repo in CI
- introduce F-Droid repo in CI/CD Fixes: #994 Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
972615f91d
commit
195b4a6b04
14 changed files with 191 additions and 6292 deletions
13
fdroid/config.stable.py
Normal file
13
fdroid/config.stable.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
repo_url = "https://fluffychat.im/repo/stable/repo"
|
||||
repo_name = "FluffyChat repo"
|
||||
repo_icon = "fdroid-icon.png"
|
||||
repo_description = """
|
||||
FluffyChat repo
|
||||
"""
|
||||
|
||||
archive_older = 0
|
||||
|
||||
local_copy_dir = "/fdroid"
|
||||
|
||||
keystore = "key.jks"
|
||||
repo_keyalias = "key alias"
|
||||
Loading…
Add table
Add a link
Reference in a new issue