diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 11:10:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 11:10:40 -0500 |
| commit | 487cb10da55cef7efe0f63758ec80c9abc5ce4d1 (patch) | |
| tree | 0e3d4e3a9e5af74fe976aa8c6129eedaa9daffb3 | |
| parent | 379e4b04802d852fea8e3daf03cb85d15a1bb0db (diff) | |
keep adding table stats
| -rw-r--r-- | doDebian.go | 1 | ||||
| -rw-r--r-- | tableRepos.go | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doDebian.go b/doDebian.go index 8e036f6..e78bbf0 100644 --- a/doDebian.go +++ b/doDebian.go @@ -45,7 +45,6 @@ func doBuildDeb() error { printPackagingTable(found) me.forge.ConfigRill(16, 16) - log.Info("STARTING .deb BUILDS repo len =", found.Len()) stats := me.forge.RunOnRepos(found, buildDeb) for s, stat := range stats { if stat.Err != nil { diff --git a/tableRepos.go b/tableRepos.go index 863e35c..7c1c897 100644 --- a/tableRepos.go +++ b/tableRepos.go @@ -103,4 +103,5 @@ func printPackagingTable(pb *gitpb.Repos) { col.Width = -1 tablePB.PrintTable() + log.Printf("wit.packagingTable() %d repos\n", pb.Len()) } |
