summaryrefslogtreecommitdiff
path: root/releaseBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-13 18:13:20 -0600
committerJeff Carr <[email protected]>2024-11-13 18:13:20 -0600
commit0354e5a4a0890b75f74248a2c5869b3e6ca028ee (patch)
tree140951fbcbe6bcbeda86c901a415998ef549a2b7 /releaseBox.go
parentfc4079aae3db90787a862a5b20187c657db64358 (diff)
old whitelist removed
Diffstat (limited to 'releaseBox.go')
-rw-r--r--releaseBox.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/releaseBox.go b/releaseBox.go
index 42143a5..acdcb2b 100644
--- a/releaseBox.go
+++ b/releaseBox.go
@@ -51,8 +51,6 @@ func (w *autoType) Enable() {
}
func createReleaseBox(box *gui.Node) {
- initWhitelist()
-
me.release.box = box.NewVerticalBox("vbox")
me.release.group = me.release.box.NewGroup("Current Repo")
me.release.grid = me.release.group.NewGrid("buildOptions", 0, 0)
@@ -186,7 +184,7 @@ func createReleaseBox(box *gui.Node) {
if repo.Status.ReadOnly() {
continue
}
- if whitelist(repo.GoPath()) {
+ if repo.Status.Whitelist {
log.Warn("skipping whitelist", repo.GoPath())
continue
}
@@ -281,9 +279,6 @@ func findNext() bool {
if repo.Status.IsReleased() {
continue
}
- if whitelist(repo.GoPath()) {
- continue
- }
if repo.Status.Whitelist {
continue
}