From f50d2bcb19f2165723dcd5e5e20368561a2febc9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 4 Oct 2025 00:07:26 -0500 Subject: make a table here for .deb building repos --- doDebian.go | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'doDebian.go') diff --git a/doDebian.go b/doDebian.go index 60b0600..63921cc 100644 --- a/doDebian.go +++ b/doDebian.go @@ -27,7 +27,7 @@ func doDebian() { } initForge() - doInstallScan() + // doInstallScan() found := gitpb.NewRepos() for check := range me.forge.Repos.IterAll() { @@ -39,24 +39,10 @@ func doDebian() { continue } - if check.IsGoPlugin() { - continue - } found.Append(check) } - tablePB := me.forge.GetBuildBaseTB(found) - log.Info("TABLE FUNC LEN=", len(tablePB.Funcs)) - col := tablePB.AddStringFunc("a", func(r *gitpb.Repo) string { - debname := me.forge.Config.DebName(r.GetNamespace()) - if actualp := me.machine.FindInstalledByName(debname); actualp != nil { - return "b" - } - return "c" - }) - col.Width = 6 - log.Info("TABLE FUNC LEN=", len(tablePB.Funcs)) - tablePB.PrintTable() + printRepos(found) // func (f *Forge) isInstalled(repo *gitpb.Repo) string { // return "X" -- cgit v1.2.3