From c2d85f01e26a471f7afabec27178be4fefdc83f3 Mon Sep 17 00:00:00 2001 From: gameoverboss Date: Fri, 30 Oct 2020 16:08:56 +0800 Subject: [PATCH] config yaml for patch tracking --- .openeuler/patch/upsteam-patch-config.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .openeuler/patch/upsteam-patch-config.yaml diff --git a/.openeuler/patch/upsteam-patch-config.yaml b/.openeuler/patch/upsteam-patch-config.yaml new file mode 100644 index 0000000..0918f31 --- /dev/null +++ b/.openeuler/patch/upsteam-patch-config.yaml @@ -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