use whitelist in repostatus

This commit is contained in:
Jeff Carr 2024-11-13 18:10:53 -06:00
parent 76268a71bb
commit fc4079aae3
1 changed files with 3 additions and 3 deletions

View File

@ -122,11 +122,11 @@ func createReleaseBox(box *gui.Node) {
group := me.release.box.NewGroup("Run on Current Repo") group := me.release.box.NewGroup("Run on Current Repo")
grid := group.NewGrid("buildOptions", 0, 0) grid := group.NewGrid("buildOptions", 0, 0)
grid.NewButton("set to IGNORE", func() { grid.NewButton("whitelist", func() {
// tmp := me.current.GoState() // tmp := me.current.GoState()
log.Info("trying to whitelist repo", me.current.GoPath()) log.Info("trying to whitelist repo", me.current.GoPath())
// me.current.SetGoState("IGNORE") me.current.Status.Whitelist = true
me.release.whitelist[me.current.GoPath()] = me.current findNext()
}) })
me.release.checkGoSumB = grid.NewButton("checkValidGoSum()", func() { me.release.checkGoSumB = grid.NewButton("checkValidGoSum()", func() {