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