mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
config_tools: use python3 in configurator clean
Use python3 in configurator clean for Debian-based Linux is preferred in this case. Tracked-On: #7508 Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
parent
f7d80168cd
commit
6ae6ffcf40
@ -240,7 +240,7 @@ def clean_configurator_deb(version, build_dir):
|
|||||||
add_cmd_list(cmd_list, 'bash -c "find -name "build" -prune -exec rm -rf {} \;"', config_tools_path)
|
add_cmd_list(cmd_list, 'bash -c "find -name "build" -prune -exec rm -rf {} \;"', config_tools_path)
|
||||||
add_cmd_list(cmd_list, 'bash -c "find -name "target" -prune -exec rm -rf {} \;"', config_tools_path)
|
add_cmd_list(cmd_list, 'bash -c "find -name "target" -prune -exec rm -rf {} \;"', config_tools_path)
|
||||||
add_cmd_list(cmd_list, 'bash -c "rm -rf dist"', config_tools_path)
|
add_cmd_list(cmd_list, 'bash -c "rm -rf dist"', config_tools_path)
|
||||||
add_cmd_list(cmd_list, 'bash -c "python ./configurator/packages/configurator/thirdLib/manager.py clean"', config_tools_path)
|
add_cmd_list(cmd_list, 'bash -c "python3 ./configurator/packages/configurator/thirdLib/manager.py clean"', config_tools_path)
|
||||||
run_cmd_list(cmd_list)
|
run_cmd_list(cmd_list)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user