New update_fsl_package script
Compare changes
- Paul McCarthy authored
@@ -15,9 +15,9 @@ The script performs the following steps:
@@ -29,11 +29,14 @@ import argparse
@@ -42,10 +45,35 @@ from collections import defaultdict
@@ -71,9 +99,47 @@ def identify_platform() -> str:
@@ -88,7 +154,7 @@ def http_request(url : str,
@@ -100,6 +166,30 @@ def http_request(url : str,
@@ -133,44 +223,25 @@ class Package:
@@ -202,32 +273,27 @@ def download_channel_metadata(channel_url : str, **kwargs) -> Tuple[Dict, Dict]:
@@ -252,74 +318,123 @@ def identify_packages(channeldata : List[Tuple[Dict, Dict]],
@@ -327,11 +442,39 @@ def main(argv : Sequence[str] = None):