bpm-repo: sign all packages when compiling

This commit is contained in:
2026-02-24 18:52:45 +02:00
parent 7e7b8487ea
commit 581c864f1d
+1 -1
View File
@@ -581,7 +581,7 @@ func compileAllPackagesFunc(repo string) {
} }
// Compile source package // Compile source package
cmd = exec.Command("bpm-package", "-cdvumy") cmd = exec.Command("bpm-package", "-cdvusmy")
cmd.Stdin = os.Stdin cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr cmd.Stderr = os.Stderr