Switch to createrepo_c

Fixes QubesOS/qubes-core-admin-linux#2815
pull/29/head mm_02ced3a6
Andrew (anoa) 7 years ago
parent afa673ff46
commit 02ced3a639
No known key found for this signature in database
GPG Key ID: 174BEAB009FD176D

@ -106,7 +106,7 @@ def handle_dom0updates(updatevm):
if updates_error_file_handle is not None:
updates_error_file_handle.close()
# After updates received - create repo metadata
createrepo_cmd = ["/usr/bin/createrepo"]
createrepo_cmd = ["/usr/bin/createrepo_c"]
if comps_file:
createrepo_cmd += ["-g", comps_file]
createrepo_cmd += ["-q", updates_dir]

Loading…
Cancel
Save