From eb1a413627d87c90bf6dda95218b8d3a4ceda8d0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 20 Apr 2025 09:21:58 +0200 Subject: [PATCH] config: set repo_name: globally until localized support works Localized repo name support works for index-v2, but not for index-v1.json or index.xml. The website and most third party clients still use v1. fdroidserver#1143 --- config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yml b/config.yml index 80df48fe2e..5d563fff0c 100644 --- a/config.yml +++ b/config.yml @@ -4,6 +4,9 @@ repo_url: "https://f-droid.org/repo" repo_maxage: 14 repo_web_base_url: "https://f-droid.org/packages" +# needed until this is fixed: https://gitlab.com/fdroid/fdroidserver/-/issues/1143 +repo_name: "F-Droid" + archive_older: 3 repo_keyalias: ciarang