diff options
| author | Jeff Carr <[email protected]> | 2025-09-10 22:36:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-10 22:36:03 -0500 |
| commit | ac107331fc376edc5343732f7ebcd0d8e3177282 (patch) | |
| tree | fcb7e301b1ab25c1ad44b54d7a1c1a5ade28d822 | |
| parent | e2e30d02d17136d6b3697994b3cea5b41cb3ad9a (diff) | |
fixes for standard forge ENV values
| -rw-r--r-- | forgeConfig.proto | 6 |
1 files changed, 6 insertions, 0 deletions
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` |
