make ppp sign and add to repo as well
This commit is contained in:
parent
588ccf43e6
commit
58357ad68a
@ -140,7 +140,7 @@ func repoAdd(path string, args string) {
|
||||
if strings.HasSuffix(file, ".deb") {
|
||||
fmt.Printf("adding to repo %s \n", file)
|
||||
|
||||
cmd := exec.Command("reprepro", args, file)
|
||||
cmd := exec.Command("reprepro", args, path+file)
|
||||
err := cmd.Run()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
Loading…
Reference in New Issue
Block a user