13 lines
313 B
Python
13 lines
313 B
Python
![]() |
#
|
||
|
# Copyright (c) 2024 Wind River Systems, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
# Default names for the script inside the patch
|
||
|
PATCH_SCRIPTS = {
|
||
|
"PRE_INSTALL": "pre-install.sh",
|
||
|
"POST_INSTALL": "post-install.sh",
|
||
|
"DEPLOY_PRECHECK": "deploy-precheck",
|
||
|
"UPGRADE_UTILS": "upgrade_utils.py",
|
||
|
}
|