summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forgeConfig.proto6
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`