mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 21:47:19 -04:00
delete cruft test script
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import ruamel.yaml
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
mirrors_yml = Path('/home/hans/code/fdroid/fdroiddata/config/mirrors.yml')
|
||||
with mirrors_yml.open() as fp:
|
||||
mirrors_config = ruamel.yaml.YAML(typ='safe').load(fp)
|
||||
|
||||
for d in mirrors_config:
|
||||
d['url'] += '/repo'
|
||||
print(d, end=',\n')
|
||||
Reference in New Issue
Block a user