From 39a8d9e13ecb9619418bd15dba5ef3ecf4e2d9f9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Nov 2024 10:31:25 -0600 Subject: config files are cool! --- repo.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo.proto') diff --git a/repo.proto b/repo.proto index ae7fc19..f1d307b 100644 --- a/repo.proto +++ b/repo.proto @@ -19,7 +19,8 @@ message Repo { bool readonly = 6; // if you have write access to the repo bool private = 7; // if the repo can be published string debname = 8; // this is the actual .deb name of the package - google.protobuf.Timestamp verstamp = 9; // the git commit timestamp of the version + string gopath = 9; // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo" + google.protobuf.Timestamp verstamp = 10; // the git commit timestamp of the version } // TODO: autogen 'Repos' -- cgit v1.2.3