summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo.proto b/repo.proto
index 9097561..fab47cb 100644
--- a/repo.proto
+++ b/repo.proto
@@ -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`