diff options
| author | Jeff Carr <[email protected]> | 2024-11-20 10:31:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-20 10:31:25 -0600 |
| commit | 39a8d9e13ecb9619418bd15dba5ef3ecf4e2d9f9 (patch) | |
| tree | b516483849e974eb8fdb1ae9421f892ebccc98d6 /repo.proto | |
| parent | 35a2db858f1635f947c2b5f9bbfe9bb64ef7a472 (diff) | |
config files are cool!
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |
