mirror of
https://github.com/EnumeratedDev/bpm-utils.git
synced 2026-09-16 02:56:11 +00:00
bpm-repo: sign all packages when compiling
This commit is contained in:
@@ -581,7 +581,7 @@ func compileAllPackagesFunc(repo string) {
|
||||
}
|
||||
|
||||
// Compile source package
|
||||
cmd = exec.Command("bpm-package", "-cdvumy")
|
||||
cmd = exec.Command("bpm-package", "-cdvusmy")
|
||||
cmd.Stdin = os.Stdin
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
||||
Reference in New Issue
Block a user