1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

tests: use same mirrors order in all tests

This makes it so running `../fdroid update --nosign --pretty` in tests/ no
longer creates a diff in the tests/*/index* files.  It matches the order
set in tests/run-tests.
This commit is contained in:
Hans-Christoph Steiner 2020-01-13 22:36:45 +01:00
parent 84c7f4db9b
commit 427856b5fd
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -26,8 +26,8 @@ keypass = "r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI="
keydname = "CN=sova, OU=F-Droid"
mirrors = (
'https://foo.bar/fdroid',
'http://foobarfoobarfoobar.onion/fdroid',
'https://foo.bar/fdroid',
)
update_stats = True