summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto25
1 files changed, 2 insertions, 23 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto
index a64060b..6956f99 100644
--- a/forgeConfig.proto
+++ b/forgeConfig.proto
@@ -49,28 +49,7 @@ enum ForgeMode {
message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex` `autogenpb:gui`
string uuid = 1; // `autogenpb:uuid:1941cd4f-1cfd-4bf6-aa75-c2c391907e81`
- string version = 2; // `autogenpb:version:v0.0.47`
+ string version = 2; // `autogenpb:version:v0.0.48`
repeated ForgeConfig ForgeConfigs = 3;
- string username = 4; // what to use for the user branch (default ENV{USER})
- string xterm = 5; // what xterm the user wants as the default
- repeated string xtermArgv = 6; // the argv line for xterm
- string defaultGui = 7; // default GUI plugin to use
- ForgeMode mode = 8; // what "mode" forge is in
- bool goWork = 9; // true if there is a go.work file
- bool pathLock = 10; // the path is locked
- string HomeDir = 11; // the forge config dir home
- string ReposPB = 12; // where the repos.pb is
- string ReposDir = 13; // where your repos are (orginally set to the GO default ~/go/src)
- string PatchPB = 14; // fullpath to patches file
- string ForgeURL = 15; // forge URL
- string Filename = 16; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
- int32 rillX = 17; // used by rill
- int32 rillY = 18; // used by rill
-}
-
-// 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`
- string uuid = 1; //
- string version = 2; //
+ string Filename = 4; // what to use for the user branch (default ENV{USER})
}