diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 13:13:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 13:13:40 -0500 |
| commit | 888ef5304907d0e8a98472a31728b5398972b647 (patch) | |
| tree | 6b72b9e0d991b42084201f44e41e74a61e5ceaa9 /debian.go | |
| parent | 37aeae9b8ff49f42a135a1ff4255835889f2eeba (diff) | |
new argv stuffv0.1.1
Diffstat (limited to 'debian.go')
| -rw-r--r-- | debian.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -56,11 +56,6 @@ func buildDeb(check *gitpb.Repo) error { } } - if argv.MacBuild != nil { - log.Info("todo: add mac builds") - return nil - } - var err error if _, err = check.RunVerboseOnError(cmd); err != nil { log.Info(check.FullPath, cmd) |
