Stream: general

Topic: meetings agendas+minutes in separate repo?


view this post on Zulip Chris Fallin (Jul 05 2022 at 19:52):

Hi all -- a few of us were discussing how we might improve on our current state, where we put meeting agendas and minutes in the meetings/ subdirectory of the wasmtime repo.

The issue that came up is that as we were discussing various CI gating mechanisms, it became increasingly clear that (i) we don't want to waste CI time on a meetings-only change, but (ii) it is hard or impossible to special case subdirectories with many gating mechanisms.

The cleanest solution is probably to separate out the meetings/ subdirectory into a meetings repo in the BA GitHub org. This keeps separate things separate, which makes policy simpler.

Does anyone have any objections to this, or other suggestions?

cc @Alex Crichton @fitzgen (he/him)

view this post on Zulip Chris Fallin (Jul 05 2022 at 20:59):

So I've discovered that I can't create a repo named meetings under the BA org (presumably already exists and is private); anyone have better suggestions for name? project-meetings maybe?

view this post on Zulip Alex Crichton (Jul 05 2022 at 21:00):

I can see the meetings repo and it's quite small with just 5 commits and no recent activity, so I'll see if it can be renamed

view this post on Zulip Chris Fallin (Jul 05 2022 at 21:01):

checking with the owners I guess? thanks!

view this post on Zulip Alex Crichton (Jul 05 2022 at 21:04):

ok the meetings name should now be open if you'd like to try again @Chris Fallin

view this post on Zulip Chris Fallin (Jul 05 2022 at 21:06):

OK, repo now exists, and by the magic of git filter-repo --subdirectory, it contains the full commit history of meetings/

view this post on Zulip Chris Fallin (Jul 05 2022 at 21:06):

I'll do a PR to delete that from wasmtime now


Last updated: Nov 22 2024 at 17:03 UTC