filter out broken package
This commit is contained in:
parent
6d96c771b3
commit
a59d90bf88
@ -161,6 +161,7 @@ func repoAdd(path string, args string) {
|
||||
filePaths = filePaths + " " + path + file
|
||||
} else if strings.TrimSpace(filePaths) != "" {
|
||||
count = 500
|
||||
fmt.Printf("Adding %s \n", filePaths)
|
||||
cmd := exec.Command("/bin/bash", "-c", "reprepro "+args+" "+filePaths)
|
||||
out, err := cmd.CombinedOutput()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user