summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-18 03:56:22 -0600
committerJeff Carr <[email protected]>2025-01-18 03:56:22 -0600
commit53b9ce8a1132ff7b3efcc421eb8df374112f5a8d (patch)
treead11f79bfc10bd2f421df84a95b4e606343cf996
parent128591a3b9c4deaf06ee88d29ac3e1bc4ec56631 (diff)
parent95fe5a4eab321d9c5db41fe28bd66aa805e9d4ca (diff)
Merge branch 'jcarr' of gitea.wit.com:jcarr/zookeeper into jcarr
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 65d5173..ad68e73 100644
--- a/structs.go
+++ b/structs.go
@@ -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
}