Append "--include-sigs" to "repo-add" command

The default seems to have changed to not include the signatures. This
flag re-enables adding package signatures to the package database.
This commit is contained in:
Stephen Seo 2024-05-16 15:37:07 +09:00
parent b6301b6bd2
commit dc02848b2e

View file

@ -1559,7 +1559,7 @@ def update_pkg_list(
log_print("Adding built pkgs to repo...", other_state=other_state)
try:
command_list = ["repo-add", other_state["repo"]]
command_list = ["repo-add", "--include-sigs", other_state["repo"]]
for gpkg in pkg_list:
command_list.append(gpkg)
p1 = subprocess.Popen(