summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.proto b/repo.proto
index 048dc3b..ca5f055 100644
--- a/repo.proto
+++ b/repo.proto
@@ -69,7 +69,7 @@ message Repo { // `autogenpb
string state = 23; // status or state. useful for building tooling
GitTag currentTag = 24; // used to examine repo branches
GitConfig gitConfig = 25; // protobuf of the current .git/config
- map<string, string> control = 26; // control values. can be used to make packages (like .deb or .rpm)
+ // map<string, string> control = 26; // control values. can be used to make packages (like .deb or .rpm)
Stats stats = 27; // rewrite the existing crappy code here
}