mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03: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:
parent
84c7f4db9b
commit
427856b5fd
1 changed files with 1 additions and 1 deletions
|
@ -26,8 +26,8 @@ keypass = "r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI="
|
||||||
keydname = "CN=sova, OU=F-Droid"
|
keydname = "CN=sova, OU=F-Droid"
|
||||||
|
|
||||||
mirrors = (
|
mirrors = (
|
||||||
'https://foo.bar/fdroid',
|
|
||||||
'http://foobarfoobarfoobar.onion/fdroid',
|
'http://foobarfoobarfoobar.onion/fdroid',
|
||||||
|
'https://foo.bar/fdroid',
|
||||||
)
|
)
|
||||||
|
|
||||||
update_stats = True
|
update_stats = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue