This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
fdroiddata
Watch
1
Star
0
Fork
You've already forked fdroiddata
0
mirror of
https://github.com/sudoxnym/fdroiddata.git
synced
2026-05-05 13:46:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b572cd9607
fdroiddata
/
config
/
releaseChannels.yml
4 lines
48 B
YAML
Raw
Normal View
History
Unescape
Escape
Add config data from Client for index-v2 With index-v2 we can configure a lot of data through the fdroiddata repo that was hard coded in the client before. This is: - anti features - categories - release channels - name, description, icon of repo and archive This is automatically converted with: https://gitlab.com/jspricke/index-v2-convert/-/blob/main/convert_meta.py
2022-05-23 14:22:40 +00:00
Beta
:
description
:
Beta versions
standardize data formats for config/*.yml This means mostly sorting by key: for f in sorted(glob.glob('*.yml')) + sorted(glob.glob('[a-z]*/*.yml')): print(f) with open(f) as fp: data = yaml.safe_load(fp) with open(f, 'w') as fp: yaml.dump(data, fp, default_flow_style=False, sort_keys=True, allow_unicode=True)
2022-12-23 13:43:35 +00:00
name
:
Beta
Reference in a new issue
Copy permalink