add repo.Whitelist bool

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-05 03:14:46 -06:00
parent 8786690d46
commit 8eb7501855
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@ type RepoStatus struct {
tags map[string]string
InitOk bool // it takes a second or so to init these
// used to temporarily tell the automation tools to
// try to ignore this repo's changes and state
// specifically when doing formal releases, sometimes
// some repos are in flux and can't be changed. This
// means attempt to overlook that situation.
Whitelist bool
window *gadgets.BasicWindow // the main window for this repo
Tags *GitTagBox // a box of all the git tags