diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 10:59:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 10:59:41 -0500 |
| commit | 7eb9671e9b7df6b172d7b6815c7b0614e1ed807f (patch) | |
| tree | 976da1c235a35411e84917deddc6ec55493f4572 | |
| parent | d5a80f3fa0d3b3bb2f9144f21e1611a256798b36 (diff) | |
skip some more things
| -rw-r--r-- | doBuild.debian.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doBuild.debian.go b/doBuild.debian.go index 09eeb38..6075c29 100644 --- a/doBuild.debian.go +++ b/doBuild.debian.go @@ -46,6 +46,9 @@ func findBuildDeb() *gitpb.Repos { if strings.Contains(check.Namespace, "toolkit") { continue } + if strings.Contains(check.Namespace, "going2git") { + continue + } } if argv.All { |
