Skip to content

Add merge checksum script to generate jh/Gemfile.checksum

Baodong请求将feat/add-merge-checksum合并到main-jh

Related issue: #2932 (closed)

Follow-up MR: !1622 (merged) rake to generate jh/Gemfile.checksum.jh

What does this MR do and why?

  • Add new script ./jh/bin/merge_checksum to merge Upstream Gemfile.checksum and JH additional jh/Gemfile.checksum.jh to JH final check sum file jh/Gemfile.checksum
  • Init JH jh/Gemfile.checksum.jh file
  • Update jh/Gemfile.checksum file through new script

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

 git checkout current-branch
 git rebase main-jh
 ./jh/bin/merge_checksum

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Baodong 编辑于

合并请求报告