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")
|
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() {
|
||||||
|
|
Loading…
Reference in New Issue