download.pl: add jsDelivr mirror for GitHub
[openwrt/staging/jow.git] / scripts / json_overview_image_info.py
index db47fd9e426458c820bd878ca810d8ba2a87f672..0d2cf7f1ef5134d9b9edcc01fcde205844b4e268 100755 (executable)
@@ -7,7 +7,7 @@ from sys import argv
 import json
 
 if len(argv) != 2:
-    print("JSON info files script requires ouput file as argument")
+    print("JSON info files script requires output file as argument")
     exit(1)
 
 output_path = Path(argv[1])
@@ -55,9 +55,9 @@ if output:
             "target/linux/",
             "val.DEFAULT_PACKAGES",
             "val.ARCH_PACKAGES",
+            "V=s",
         ],
         stdout=PIPE,
-        stderr=PIPE,
         check=True,
         env=environ.copy().update({"TOPDIR": Path().cwd()}),
         universal_newlines=True,