mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
delete cruft test script
This commit is contained in:
parent
a69340a1ea
commit
59474437b3
1 changed files with 0 additions and 13 deletions
|
@ -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')
|
|
Loading…
Add table
Add a link
Reference in a new issue