summaryrefslogtreecommitdiff
path: root/doDebian.go
diff options
context:
space:
mode:
Diffstat (limited to 'doDebian.go')
-rw-r--r--doDebian.go18
1 files changed, 2 insertions, 16 deletions
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"