summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-29 23:21:21 -0600
committerJeff Carr <[email protected]>2024-12-29 23:21:21 -0600
commitd62931e46a9d38967ae28140471b773fa6ffc77d (patch)
tree7ece308962fb9da7bd32252e713c6d6881673dd0 /structs.go
parent5d9eb5add6183320f42147cb5109e78fed63c348 (diff)
do targets some other way
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-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
}