fixes for standard forge ENV values

This commit is contained in:
Jeff Carr 2025-09-10 22:36:03 -05:00
parent e2e30d02d1
commit ac107331fc
1 changed files with 6 additions and 0 deletions

View File

@ -57,7 +57,13 @@ message ForgeConfigs { // `autogenpb:mar
ForgeMode mode = 8; // what "mode" forge is in ForgeMode mode = 8; // what "mode" forge is in
string goSrc = 9; // is ~/go/src unless a go.work file is found string goSrc = 9; // is ~/go/src unless a go.work file is found
bool pathLock = 10; // the path is locked 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 // this generic message is used by autogen to identify and
// then dump the uuid and version from any arbitrary .pb file // then dump the uuid and version from any arbitrary .pb file
message Identify { // `autogenpb:marshal` message Identify { // `autogenpb:marshal`