#16357·chef

apt_repository 只能输出已淘汰的单行源格式

作者: bash-bandicoot创建于 2026年9月10日更新于 2026年9月10日

描述增强内容:

apt_repository 只能输出一行 (传统) 源文件格式。无法选择使用 deb822 .sources 格式。该格式在 build_repo 中硬编码,始终会生成 deb <选项> <URI> <套件> <组件> 行:

https://GitHub.com/chef/chef/blob/61ad886b693750869d2b45d5ec6473dc26d3d251/lib/chef/resource/apt_repository.rb#L513-L530