diff options
| author | Jeff Carr <[email protected]> | 2024-11-21 18:54:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-21 18:54:20 -0600 |
| commit | 5581a4eb9c500b9fede39cb5b0202b53ba66fbc2 (patch) | |
| tree | 33664f35fc40a2f7814e17e620ab7813a3de0f48 /machine.proto | |
| parent | 11e105ec931e2a190df33fac5de81636097a97f6 (diff) | |
add Installed bool in .proto
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'machine.proto')
| -rw-r--r-- | machine.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/machine.proto b/machine.proto index 0926fa5..76c7aa2 100644 --- a/machine.proto +++ b/machine.proto @@ -12,6 +12,9 @@ message Machine { string distro = 4; Packages packages = 5; google.protobuf.Timestamp laststamp = 6; // the last time we heard anything from this machine + Packages installed = 7; // packages that are installed + Packages available = 8; // packages that are available + Packages wit = 9; // packages that are available from mirrors.wit.com } message Machines { |
