summaryrefslogtreecommitdiff
path: root/releaseBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-05 04:46:59 -0600
committerJeff Carr <[email protected]>2024-11-05 04:46:59 -0600
commitc79cdb30076a2a9a5093409886db8913f224c230 (patch)
tree7101f63b779d2a00b54cf5597831de57cc057e05 /releaseBox.go
parente9a24fe0db10b97756afca3ec85f284ce9659710 (diff)
generates the go.wit.com file easily
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'releaseBox.go')
-rw-r--r--releaseBox.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/releaseBox.go b/releaseBox.go
index 398f782..a3e0849 100644
--- a/releaseBox.go
+++ b/releaseBox.go
@@ -277,6 +277,9 @@ func findNext() bool {
if whitelist(repo.GoPath()) {
continue
}
+ if repo.Status.Whitelist {
+ continue
+ }
if repo.ReadOnly() {
// log.Info("findNext() skipping readonly")
continue