config yaml for patch tracking
This commit is contained in:
parent
7037c7ec7e
commit
c2d85f01e2
19
.openeuler/patch/upsteam-patch-config.yaml
Normal file
19
.openeuler/patch/upsteam-patch-config.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
# .openeuler/patch/upsteam-patch-config.yaml
|
||||
# 上游社区git地址, 已经有yaml描述, 这里不重复
|
||||
# openeuler社区的master分支的维护策略就是定期升级到社区最新版本, 因此不需要配置抓补丁工具;
|
||||
# openeuler社区的LTS分支需要实时抓取补丁, 从上游社区的stable分支和mainline分支;
|
||||
|
||||
# irqbalance最近一次跟踪补丁是在2020-08-17; 因此start_commit_id开始值选了当天补丁;
|
||||
|
||||
- branch: 'openEuler-20.03-LTS' # 本地需要回合补丁的分支
|
||||
period: 1 # 自动抓取周期(天)
|
||||
enabled: true # 是否开启跟踪
|
||||
tracking_list:
|
||||
- scm_branch: master # 上游社区跟踪的分支
|
||||
start_commit_id: afc0e8b1d20d010fc1675715a9202d4d44826366 # 上游社区跟踪分支开始的commit id
|
||||
- branch: 'openEuler-20.03-LTS-Next'
|
||||
period: 1
|
||||
enabled: false
|
||||
tracking_list:
|
||||
- scm_branch: master
|
||||
start_commit_id: afc0e8b1d20d010fc1675715a9202d4d44826366
|
||||
Loading…
x
Reference in New Issue
Block a user