attempt to debug the release process further

This commit is contained in:
Jeff Carr 2025-09-12 15:51:45 -05:00
parent bad8a5c628
commit 756586e95e
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,6 @@ import (
"go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/repolist"
"go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/gitpb"
)
@ -69,6 +68,8 @@ func createReleaseBox(box *gui.Node) {
r := me.forge.Repos.FindByFullPath(fpath)
me.found.Append(r)
me.forge.PrintHumanTable(me.found)
skipToNext()
me.forge.PrintHumanTable(me.found)
})
me.release.grid.NewButton("Find Next", func() {
me.Disable()
@ -165,7 +166,7 @@ func skipToNext() error {
shell.RunVerbose([]string{"forge", "dirty"})
log.Info("Sleeping for 3 seconds. Forge file should have been rewritten")
time.Sleep(3)
me.forge = forgepb.Init()
// me.forge = forgepb.Init()
me.forge.ScanGoSrc()
me.found = new(gitpb.Repos)