!71 新增openKylin源码包git工作流.md && 更新openKylin源码自主选型构建流程.md

Merge pull request !71 from luoyaoming/master
This commit is contained in:
moshengren 2022-10-27 07:43:22 +00:00 committed by Gitee
commit 9c23ba58de
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 5 additions and 5 deletions

View File

@ -506,7 +506,7 @@ cd requests
4变更upstream源码
参考[麒麟源码包git工作流](https://uq76pac93x.feishu.cn/docs/doccnvI4ASK0u7gMy9Zs0Dfbjsf#RP6nmh) 的第六章节《更新upstream版本》
参考[openKylin源码包git工作流](openKylin源码包git工作流.md) 的第六章节《更新upstream版本》
- a. 导入上游upstream版本第二步生成的压缩包
@ -517,7 +517,7 @@ cd requests
git push --tags
```
- b. 筛选旧版本patch (结合[麒麟源码包git工作流](https://uq76pac93x.feishu.cn/docs/doccnvI4ASK0u7gMy9Zs0Dfbjsf#EAbqM8) 6.3.3小节进行)
- b. 筛选旧版本patch (结合[openKylin源码包git工作流](openKylin源码包git工作流.md) 6.3.3小节进行)
- - 如果patch是研发的patch那么需要与相关研发确认该patch在新的upstream源码中是否还需要
- 如果patch是其他OS发行版的patch那么需要结合OS发行版的最新版本源码中确认是否还需要该patch
@ -598,15 +598,15 @@ git push origin master
- 下载工具
按照[source-packaging](https://gitlab2.kylin.com/luxx/packaging-tools#源码反向构建工具-source-packing)工具的使用方法下载工具和相关依赖的安装
按照[source-packaging](https://gitee.com/openkylin/packaging-tools#源码反向构建工具-source-packing)工具的使用方法下载工具和相关依赖的安装
- 构建git仓库
```Bash
./source-packing import-to-git --dsc-file sqlite3_3.31.1-ok1.dsc --packaging-branch yhkylin/v101
./source-packing import-to-git --dsc-file sqlite3_3.31.1-ok1.dsc --packaging-branch openkylin/yangtze
```
更详细的git工作流可以参考[麒麟源码包git工作流](https://uq76pac93x.feishu.cn/docs/doccnvI4ASK0u7gMy9Zs0Dfbjsf#0OthhB)
更详细的git工作流可以参考[openKylin源码包git工作流](openKylin源码包git工作流.md)
## 3. 关联远端仓库并推送到gitee