add arg for packaging

This commit is contained in:
Jeff Carr 2025-09-11 15:04:06 -05:00
parent 1d8380b9e7
commit 5a98058474
1 changed files with 1 additions and 0 deletions

View File

@ -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`