diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 18:06:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 18:06:54 -0600 |
| commit | 366f4680ac1db049599e9ed6e319aea7ae146bc8 (patch) | |
| tree | a5743cf841be458b1b1f19ad1dc109a343c472e3 /repo.proto | |
| parent | 676cb338a4ba8c9ed192b90edae4edff326b96fb (diff) | |
add state. go generate autogenpb
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,11 +28,12 @@ message Repo { // `autogenpb:marshal` string targetVersion = 15; // useful during the package release process bool readOnly = 16; // tracks access to 'git push' string desc = 17; // what is this repo? - string stateChange = 18; // reason for state change + string state = 18; // status or state. useful for building tooling string masterVersion = 19; // just store this for now string develVersion = 20; // string userVersion = 21; // repeated string dirtyList = 22; // store the list from git status --porcelain + string stateChange = 23; // used for debugging tool logic } message Repos { // `autogenpb:marshal` |
