fixes for standard forge ENV values
This commit is contained in:
parent
e2e30d02d1
commit
ac107331fc
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue