# 2025 年 04 月 04 日

出席者：markj，jhb

* 由于成员出行或事务繁忙，这是几周来的第一次会议
* 于 2025/02/28 举行了 src bug-busting 会议
  * 本次参与人数较少（仅 9 人）
  * 处理了近期的 bug，然后花时间处理带有补丁的 bug
  * linimon 一直在对 bugzilla 中的补丁进行 rebase
* 批准了 Krzysztof Galazka 的 commit 权限，由 erj 提名
* markj 将撰写 srcmgr 季度报告
* 应推动 [D49013](https://reviews.freebsd.org/D49013) 的进展
  * 可能直接提交到 tools/git，之后可以再加入 freebsd-git-devtools
* jhb 想在 src 仓库中添加 `gitconfig`
  * 我们在提交日志一致性方面存在一些问题
  * 配置可以帮助提供 commit trailer 的模板
* markj 已给 gitadm 发邮件，讨论添加 commit 钩子以捕获常见错误
  * 一些现有的 src 仓库钩子可在 GitHub 上找到
  * markj 将尝试提交一些钩子
* jhb 将 ctld 转为 C++，并有一些样式问题；style(9) 不支持部分 C++ 语法
  * 将开一个 GitHub PR 讨论并征求意见
* 需要为 BSDCan 开发者峰会规划 srcmgr 报告，议题包括：
  * 介绍 i386 内核移除计划
  * 讨论 bug-busting 会议
  * 招募 srcmgr 潜水者/新成员
  * 问答环节


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.bsdcn.org/srcmgr/2025/2025-04-04.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
