# 2024 年 11 月 01 日

出席者：markj、jhb、emaste、imp

## 议程

* Warner 仍在处理章程的 Asciidoc 格式
* Mark 开始起草 bug triage 指南，用作 bugbusting 会议参考
* 投票超时政策暂无进展
  * 目前优先级较低
* 计划征集志愿者开发 src 开发工具
  * 已有一些想法，将在 wiki 页面上完善，并向 developers@ 提出
    * 仪表盘显示贡献组件的“陈旧”程度、哪些组件有较多未解决 bug 等
    * MFC 跟踪器，用于查找悬挂的 `Fixes:` 标签
    * 完成 imp 的 GitHub PR 合并工具（需要改进错误处理和文档）
  * 感兴趣的志愿者可参加定期 srcmgr 会议，讨论想法并获取反馈
* 15 版本废弃计划何时确定？
  * releng/15.0 预计于 2025 年末分支
  * 我们将在 2025 年 6 月 BSDCan 上确定移除计划
  * i386 和 32-bit PowerPC 将在分支后立即停止构建
  * 仍保留 armv7 以帮助捕获 32-bit 构建问题，但已移除架构的维护较困难（参见 mips）
  * Bugzilla PR 280932 请求保留 32-bit PowerPC
    * 过往调查显示使用率极低
    * 我们没有运行 32-bit PowerPC 的回归测试
    * Booke pmap 是维护负担
    * jhb 将跟进
    * 暂未承诺移除 i386/powerpc32，但目前活动较少
* 切换到 git 风格的 commit trailer，如“Reviewed-by:”等
  * imp 认为这使得编写 git 工具更容易
  * 目前许多项目都采用该标准，贡献者提交补丁时使用，易于记忆
  * 我们已非正式同意开始迁移，树中已有混合风格
  * git-arc 需要小幅更新，操作简单但需要时间传播
  * git hooks 基本就绪（如用于“Approved-by”）
  * imp 发现“Differential-Revision:”不工作，目前尚未确定解决方案
  * 已更新 MFC 跟踪工具（感谢 kevans）
  * 应与核心小组和 portmgr 协调，看看是否采用新约定
  * Ed 指出我们 `Fixes:` 格式不统一
* bapt 正在搭建 Forgejo 实例

## 待办事项

* John 跟进 Bugzilla PR 280932
* Warner 完成章程 Asciidoc 格式
* Mark 完成 bug triage 指南
* Mark 起草邮件给 developers@ 征集志愿者开发工具


---

# 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/2024/2024-11-01.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.
