-
Notifications
You must be signed in to change notification settings - Fork 16
Remove .obs directory - OBS packaging migrated to infra-settings #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi @Copilot. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Co-authored-by: zccrs <13449038+zccrs@users.noreply.github.com>
|
@copilot 我看commit信息的格式检查出错了,下面给你一个参考格式: |
This reverts commit 0e63a1a.
Removed the .obs directory containing legacy OBS CI/CD workflow configuration as OBS packaging is now triggered by the deepin-community/infra-settings project. The local .obs/workflows.yml file is no longer needed for the build and packaging process. Updated REUSE.toml to remove the .obs/**.yml pattern from license annotations since the directory no longer exists in the repository. This change eliminates obsolete configuration files and keeps the repository clean by removing infrastructure configuration that has been migrated to a centralized location. Influence: 1. Verify that OBS packaging still works via infra-settings project 2. Confirm REUSE compliance checks pass without .obs references 3. Ensure no build or CI/CD processes depend on local .obs config chore: 删除过时的 .obs 目录并更新 REUSE.toml 删除了包含旧版 OBS CI/CD 工作流配置的 .obs 目录,因为 OBS 打包现在由 deepin-community/infra-settings 项目触发。本地 .obs/workflows.yml 文件 不再需要用于构建和打包过程。 更新了 REUSE.toml 以从许可证注释中删除 .obs/**.yml 模式,因为该目录不 再存在于仓库中。 此更改消除了过时的配置文件,并通过删除已迁移到集中位置的基础设施配置来 保持仓库整洁。 Influence: 1. 验证 OBS 打包仍然通过 infra-settings 项目正常工作 2. 确认 REUSE 合规性检查在没有 .obs 引用的情况下通过 3. 确保没有构建或 CI/CD 流程依赖本地 .obs 配置 Co-authored-by: zccrs <13449038+zccrs@users.noreply.github.com> Co-authored-by: zccrs <13449038+zccrs@users.noreply.github.com>
Updated commit message format in commit 2b1b490. The message now follows the conventional format with chore: prefix, detailed English and Chinese descriptions, and Influence section listing verification points. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Copilot, zccrs The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Plan to Remove .obs Directory
.obsdirectory and its contents (workflows.yml)REUSE.tomlto remove reference to.obs/**.ymlSummary
Successfully removed the
.obsdirectory and its internal configuration. The OBS packaging is now triggered by the https://github.com/deepin-community/infra-settings project.Changes:
.obs/workflows.ymlfileREUSE.tomlto remove.obs/**.ymlfrom annotationsOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.