summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 12:37:07 -0600
committerJeff Carr <[email protected]>2024-12-05 12:37:07 -0600
commit34a287a38e3af080ec3d3c42bbca5ef06b2311f8 (patch)
treefa600ee6f6ee77bddd1f4f86c5f8b7276e066fe0 /forgeConfig.proto
parentf98179971e574de202c582576e59a8e3da68530f (diff)
work on config file savev0.0.24v0.0.23
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto
index de60159..70f9f1d 100644
--- a/forgeConfig.proto
+++ b/forgeConfig.proto
@@ -27,10 +27,11 @@ message ForgeConfig {
string userBranchName = 10; // whatever your username branch is
string debName = 11; // the actual name used with 'apt install' (or distro apt equivalent.
-// todo: appeal to everyone to alias 'apt' on rhat, gentoo, arch, etc to alias 'apt install'
+// todo: appeal to everyone to alias 'apt' on fedora, gentoo, arch, etc to alias 'apt install'
// so we can make easier instructions for new linux users. KISS
google.protobuf.Timestamp verstamp = 12; // the git commit timestamp of the version
+ string goSrc = 13; // is ~/go/src unless a go.work file is found
}
message ForgeConfigs { // `autogenpb:marshal`