]> git.seodisparate.com - AnotherAURHelper/commitdiff
Append "--include-sigs" to "repo-add" command
authorStephen Seo <seo.disparate@gmail.com>
Thu, 16 May 2024 06:37:07 +0000 (15:37 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 16 May 2024 06:37:07 +0000 (15:37 +0900)
The default seems to have changed to not include the signatures. This
flag re-enables adding package signatures to the package database.

update.py

index 36702b83884b7d5cc310165a02edd220b528aaf9..87b26917458f07f2ff66839d9bc0ad43847fad4a 100755 (executable)
--- 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(