diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 18:54:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 19:04:49 -0500 |
| commit | 10e19e30e36ace123848630f013aad0ca40dd4cf (patch) | |
| tree | 9e099411b0e168fd3e95925fc1c48f455bd8c0f7 /forgeConfig.proto | |
| parent | 244fc448ea3faa3f594510accb62c890fdb1242d (diff) | |
phase out PatchDir
Diffstat (limited to 'forgeConfig.proto')
| -rw-r--r-- | forgeConfig.proto | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index ec081d0..9733bb0 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -60,10 +60,11 @@ message ForgeConfigs { // `autogenpb:mar string ReposPB = 11; // where the repos.pb is string ReposDir = 12; // where the repos are string PatchDir = 13; // patch dir - string ForgeURL = 14; // forge URL - string Filename = 15; // filename of the config file - int32 rillX = 16; // used by rill - int32 rillY = 17; // used by rill + string PatchPB = 14; // fullpath to patches file + string ForgeURL = 15; // forge URL + string Filename = 16; // filename of the config file + int32 rillX = 17; // used by rill + int32 rillY = 18; // used by rill } // this generic message is used by autogen to identify and |
