From: Stephen Seo Date: Thu, 16 May 2024 06:37:07 +0000 (+0900) Subject: Append "--include-sigs" to "repo-add" command X-Git-Url: https://git.seodisparate.com/tbm-edit-sheep.jpg?a=commitdiff_plain;h=dc02848b2ea1d667ecfcd7b5de00530d42dc7f5b;p=AnotherAURHelper 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. --- diff --git a/update.py b/update.py index 36702b8..87b2691 100755 --- a/update.py +++ b/update.py @@ -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(