diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 03:56:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 03:56:22 -0600 |
| commit | 53b9ce8a1132ff7b3efcc421eb8df374112f5a8d (patch) | |
| tree | ad11f79bfc10bd2f421df84a95b4e606343cf996 | |
| parent | 128591a3b9c4deaf06ee88d29ac3e1bc4ec56631 (diff) | |
| parent | 95fe5a4eab321d9c5db41fe28bd66aa805e9d4ca (diff) | |
Merge branch 'jcarr' of gitea.wit.com:jcarr/zookeeper into jcarr
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,6 @@ type stuff struct { distro string // debian,redhat,gentoo,macos,wincrap packages *zoopb.Packages // installed packages and versions machines *zoopb.Machines // every machine that has reported itself to the zookeeper - targets map[string]string // what versions the machines should be running + // targets map[string]string // what versions the machines should be running upgrade map[string]bool // use this to trigger builds } |
