mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:39:37 +00:00
add manifest, new releases and add attribution
This commit is contained in:
parent
b3b52baf11
commit
247e0c05f9
7 changed files with 46 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
Tool to create overview.json files and update the config.ts.
|
||||
source: https://github.com/mwarning/openwrt-firmware-selector
|
||||
"""
|
||||
|
||||
from pathlib import Path
|
||||
|
|
@ -153,7 +154,7 @@ def write_data(releases, args):
|
|||
"""
|
||||
Scrape profiles.json using wget (slower but more generic).
|
||||
Merge into overview.json files.
|
||||
Update config.json.
|
||||
Update config.ts.
|
||||
"""
|
||||
|
||||
|
||||
|
|
@ -194,7 +195,7 @@ def scrape(args):
|
|||
"""
|
||||
Scan a local directory for releases with profiles.json.
|
||||
Merge into overview.json files.
|
||||
Update config.json.
|
||||
Update config.ts.
|
||||
"""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue