aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/scripts
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-22 15:25:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-22 15:25:02 +0000
commitc24aa2e8919bc13f14236677503983075e35f562 (patch)
treea895f52d8770812dce634c5bf78c812447525d02 /mcp/scripts
parent0c7d890cdb20fdcf2a5e0e0a629088ee045cf4af (diff)
parent2b7d2584b3749dab03e1f6a099d3b26b43326cc4 (diff)
Merge "reclass: apt_mk_version: 2017.12" into stable/euphrates
Diffstat (limited to 'mcp/scripts')
-rwxr-xr-xmcp/scripts/salt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh
index ac9d74f35..72c050285 100755
--- a/mcp/scripts/salt.sh
+++ b/mcp/scripts/salt.sh
@@ -54,7 +54,7 @@ ssh ${SSH_OPTS} "${SSH_SALT}" bash -s -e << SALT_INSTALL_END
echo ' done'
mkdir -p /srv/salt /usr/share/salt-formulas/reclass
- rm -rf ${OPNFV_GIT_DIR}
+ rm -rf ${OPNFV_GIT_DIR} ${OPNFV_FUEL_DIR}
mv ${OPNFV_TMP_DIR} ${OPNFV_GIT_DIR} && chown -R root.root ${OPNFV_GIT_DIR}
find ${OPNFV_GIT_DIR} -name '.git' -type f | while read f_git; do
sed -i 's@${LOCAL_GIT_DIR}@${OPNFV_GIT_DIR}@g' \$f_git