summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 15:04:06 -0500
committerJeff Carr <[email protected]>2025-09-11 15:04:06 -0500
commit5a980584746bbeaa24fc24463af46f64e9277669 (patch)
treea4e20379f22020579ba59e42d2a155beff9ad505
parent1d8380b9e781ce7087dbd0d8bead69f11ced7527 (diff)
add arg for packagingv0.0.124
-rw-r--r--repo.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index 18961d5..829f47f 100644
--- a/repo.proto
+++ b/repo.proto
@@ -70,6 +70,7 @@ message Repo { // `autogenpb
GitConfig gitConfig = 25; // protobuf of the current .git/config
string MasterHash = 26; // hash of the current master branch
string DevelHash = 27; // hash of the current devel branch
+ map<string, string> control = 28; // control values. can be used to make packages (like .deb or .rpm)
}
message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http`