forked from openkylin/docs
!71 新增openKylin源码包git工作流.md && 更新openKylin源码自主选型构建流程.md
Merge pull request !71 from luoyaoming/master
This commit is contained in:
commit
9c23ba58de
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue