Switch to createrepo_c

Fixes QubesOS/qubes-core-admin-linux#2815
This commit is contained in:
Andrew (anoa) 2017-07-31 20:31:25 -07:00
parent afa673ff46
commit 02ced3a639
No known key found for this signature in database
GPG Key ID: 174BEAB009FD176D

View File

@ -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]