From ac107331fc376edc5343732f7ebcd0d8e3177282 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 10 Sep 2025 22:36:03 -0500 Subject: [PATCH] fixes for standard forge ENV values --- forgeConfig.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/forgeConfig.proto b/forgeConfig.proto index 41451a9..a46e3a3 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -57,7 +57,13 @@ message ForgeConfigs { // `autogenpb:mar ForgeMode mode = 8; // what "mode" forge is in string goSrc = 9; // is ~/go/src unless a go.work file is found bool pathLock = 10; // the path is locked + string ReposPB = 11; // where the repos.pb is + string ReposDir = 12; // where the repos are + string PatchDir = 13; // patch dir + string ForgURL = 14; // forge URL + string Filename = 15; // filename of the config file } + // this generic message is used by autogen to identify and // then dump the uuid and version from any arbitrary .pb file message Identify { // `autogenpb:marshal`