use whitelist in repostatus
This commit is contained in:
parent
76268a71bb
commit
fc4079aae3
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue