From 3502ea0b5b2fb088f856a9734ef8eb763f472a95 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 13 Nov 2024 17:45:51 -0600 Subject: clean releasebox --- globalDisplayOptions.go | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'globalDisplayOptions.go') diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index 69dd5ad..514a48f 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -67,6 +67,7 @@ func globalDisplayOptions(box *gui.Node) { group1 = vbox.NewGroup("prep for release") grid := group1.RawGrid() + /* var longB *gui.Node longB = grid.NewButton("generate go.sum files", func() { me.Disable() @@ -88,16 +89,8 @@ func globalDisplayOptions(box *gui.Node) { longB.Disable() } }) - - me.setBranchesToMasterB = grid.NewButton("set all branches to master", func() { - me.Disable() - defer me.Enable() - if setAllBranchesToMaster() { - // if it succeeds, disable this button - me.setBranchesToMasterB.Disable() - } - }) grid.NextRow() + */ grid.NewButton("make prepare-release", func() { loop := me.repos.View.ReposSortByName() @@ -112,6 +105,7 @@ func globalDisplayOptions(box *gui.Node) { repo.Status.IncrementRevisionVersion("Nov 2024 test") } } + findNext() }) grid.NextRow() -- cgit v1.2.3