nightly: GitLab URLs end in '.git' to avoid warning and redirects

warning: redirecting to https://gitlab.com/fdroid/fdroidclient-nightly.git/
This commit is contained in:
Hans-Christoph Steiner 2025-06-17 11:28:06 +02:00
parent 98aaf1ba7c
commit 0a5f15dad7
2 changed files with 6 additions and 7 deletions

View file

@ -359,7 +359,7 @@ class NightlyTest(unittest.TestCase):
'repo_keyalias': 'androiddebugkey',
'repo_name': 'fdroid/test-nightly',
'repo_url': 'https://gitlab.com/fdroid/test-nightly/-/raw/master/fdroid/repo',
'servergitmirrors': [{"url": 'git@gitlab.com:fdroid/test-nightly'}],
'servergitmirrors': [{"url": 'git@gitlab.com:fdroid/test-nightly.git'}],
}
with open(common.CONFIG_FILE) as fp:
config = yaml.safe_load(fp)