diff options
Diffstat (limited to 'forgeConfig.proto')
| -rw-r--r-- | forgeConfig.proto | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index ec081d0..9733bb0 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -60,10 +60,11 @@ message ForgeConfigs { // `autogenpb:mar string ReposPB = 11; // where the repos.pb is string ReposDir = 12; // where the repos are string PatchDir = 13; // patch dir - string ForgeURL = 14; // forge URL - string Filename = 15; // filename of the config file - int32 rillX = 16; // used by rill - int32 rillY = 17; // used by rill + string PatchPB = 14; // fullpath to patches file + string ForgeURL = 15; // forge URL + string Filename = 16; // filename of the config file + int32 rillX = 17; // used by rill + int32 rillY = 18; // used by rill } // this generic message is used by autogen to identify and |
