From 10e19e30e36ace123848630f013aad0ca40dd4cf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 18:54:32 -0500 Subject: phase out PatchDir --- forgeConfig.proto | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'forgeConfig.proto') 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 -- cgit v1.2.3