diff options
author | Junaid Ali <junaidali.yahya@gmail.com> | 2017-09-04 12:43:36 -0400 |
---|---|---|
committer | Junaid Ali <junaidali.yahya@gmail.com> | 2017-09-04 13:05:01 -0400 |
commit | c523b7632d6c3f669fab1eeb235ebd63d1df907a (patch) | |
tree | ded1c61b339a2232512fa8a2d6d18d44e6dd62d3 | |
parent | 405d814aa17b6cb52bf2fd26c1fec62679e8ff5e (diff) |
salt.sh: Execute deepclean before importing patches
Deepcleaning can be useful when deploying from an existing local repo
Change-Id: I3908d6533c744da7cc863a250f4158c6c0e8e169
Signed-off-by: Junaid Ali <junaidali.yahya@gmail.com>
-rwxr-xr-x | mcp/scripts/salt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index b291b0f7c..8a7545db8 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -17,7 +17,7 @@ OPNFV_TMP_DIR="/home/${SALT_MASTER_USER}/fuel" OPNFV_FUEL_DIR="/root/fuel" # patch reclass-system-salt-model locally before copying it over -make -C "${F_GIT_ROOT}/mcp/patches" patches-import +make -C "${F_GIT_ROOT}/mcp/patches" deepclean patches-import # push to cfg01 current git repo first (including submodules), at ~ubuntu/fuel # later we move it to ~root/fuel and delete the temporary clone |