TT#4166 Add step to prepare translations

Remove deprecated step with data upload

Change-Id: Ie91f9542a436ac2c033e0ddda39a372b5413c058
changes/02/9302/3
Sergii Kipot 9 years ago
parent 6a04bd7152
commit ba06d2b145

@ -1662,10 +1662,10 @@ EOT
# upload db dump only if we're deploying a trunk version
if $TRUNK_VERSION && checkBootParam ngcpupload ; then
set_deploy_status "upload_data"
set_deploy_status "prepare_translations"
grml-chroot $TARGET apt-get -y install ngcp-dev-tools
if ! grml-chroot $TARGET ngcp-dumps-upload-to-sipwise ; then
die "Error: Failed to upload dumps to sipwise. Exiting."
if ! grml-chroot $TARGET ngcp-prepare-translations ; then
die "Error: Failed to prepare ngcp-panel translations. Exiting."
fi
set_deploy_status "ngcp-installer"
fi

Loading…
Cancel
Save