mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
acrn-config: modify the git commit message for gen_patch
Minor changes on git commit message of config patch: For board config patch, specify with "config patch for board xxx"; For scenario config patch, specify with "config patch for scenario yyy". Tracked-On: #3854 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -550,7 +550,7 @@ def add_to_patch(srcs_list, commit_name):
|
||||
return err_dic
|
||||
|
||||
# commit this changes
|
||||
git_commit = 'git commit -sm "acrn-config: config board patch for {}"'.format(commit_name)
|
||||
git_commit = 'git commit -sm "acrn-config: config patch for {}"'.format(commit_name)
|
||||
|
||||
try:
|
||||
ret = subprocess.call(git_commit, shell=True, stdout=subprocess.PIPE,
|
||||
|
||||
Reference in New Issue
Block a user