summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 18:54:32 -0500
committerJeff Carr <[email protected]>2025-09-26 19:04:49 -0500
commit10e19e30e36ace123848630f013aad0ca40dd4cf (patch)
tree9e099411b0e168fd3e95925fc1c48f455bd8c0f7 /forgeConfig.proto
parent244fc448ea3faa3f594510accb62c890fdb1242d (diff)
phase out PatchDir
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto9
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