From f431a955abbecfeb9b7024eddc5bc1428ac4ea51 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 12:22:03 -0500 Subject: take out the return and panic and see how it goes --- doBuild.debian.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'doBuild.debian.go') 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 -- cgit v1.2.3