diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 12:22:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 12:22:03 -0500 |
| commit | f431a955abbecfeb9b7024eddc5bc1428ac4ea51 (patch) | |
| tree | b99501ede79351ac716a20e6d7c6ad1d4497fc0a | |
| parent | fdf2e06ace24859fcad467da91609ef1069a7bde (diff) | |
take out the return and panic and see how it goes
| -rw-r--r-- | doBuild.debian.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doBuild.debian.go b/doBuild.debian.go index 29f4d8c..3381bd9 100644 --- a/doBuild.debian.go +++ b/doBuild.debian.go @@ -212,8 +212,6 @@ func buildDeb(repo *gitpb.Repo) error { panic("config.Get() error") } cmd = append(cmd, "--buildversion", log.Sprintf("%d", bvers)) - return nil - panic("config test") if shouldBuild(repo) != "yes" { return nil |
