diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 14:34:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 14:34:16 -0500 |
| commit | 0eaa9d0408d07b1c8c5214775ebb942dc210002b (patch) | |
| tree | 39a61b0581ea33af695b70d169492feb2776abec /resources/generate | |
| parent | 0b547c92363446bcaa05c30d1553aad288a3db59 (diff) | |
put the generate list in resources file
Diffstat (limited to 'resources/generate')
| -rw-r--r-- | resources/generate | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/resources/generate b/resources/generate new file mode 100644 index 0000000..dad3abd --- /dev/null +++ b/resources/generate @@ -0,0 +1,22 @@ +# this is a complete list of the +# WIT Private Cloud repos that +# need autogenerate run in them +# forge uses this to clean +# and redo them +# TODO: have forge just find them + +go.wit.com/apps/utils/fixup +go.wit.com/apps/utils/startxplacement +go.wit.com/lib/config +go.wit.com/lib/daemons/gus +go.wit.com/lib/protobuf/argvpb +go.wit.com/lib/protobuf/bugpb +go.wit.com/lib/protobuf/chatpb +go.wit.com/lib/protobuf/filepb +go.wit.com/lib/protobuf/forgepb +go.wit.com/lib/protobuf/gitpb +go.wit.com/lib/protobuf/guipb +go.wit.com/lib/protobuf/httppb +go.wit.com/lib/protobuf/virtpb +go.wit.com/lib/protobuf/zoopb +go.wit.com/toolkits/tree |
