summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy <aluque@soleta.eu>2018-06-12 13:00:58 +0200
committerFredy <aluque@soleta.eu>2018-06-12 13:00:58 +0200
commit0d335ec9898404111b2b7f7739dd2db4bcfce77d (patch)
tree4995bbfbae9d6e871949ec6fa10b8dafc4ce8d00
parent3826cddaca90cb70eda05ab27595f35c743fcd42 (diff)
#837 devel update script
-rwxr-xr-xinstaller/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh b/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh
index e1d77715..6d84a35d 100755
--- a/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh
+++ b/installer/pkg-generator/tmp/opengnsys_installer/opengnsys_git_update.sh
@@ -377,11 +377,6 @@ function updateClientFiles()
# Actualizar ficheros del cliente.
backupFile $ENGINECFG
echoAndLog "${FUNCNAME}(): Updating OpenGnsys Client files"
- rsync -irplt $WORKDIR/opengnsys/client/shared/* $INSTALL_TARGET/client
- if [ $? -ne 0 ]; then
- errorAndLog "${FUNCNAME}(): error while updating client structure"
- exit 1
- fi
# Actualizar librerías del motor de clonación.
echoAndLog "${FUNCNAME}(): Updating OpenGnsys Cloning Engine files"
@@ -798,7 +793,8 @@ function compileServices()
function updateClient()
{
#local FILENAME=ogLive-precise-3.2.0-23-generic-r5159.iso # 1.1.0-rc6 (old)
- local FILENAME=ogLive-xenial-4.8.0-39-generic-amd64-r5331.iso # 1.1.0-rc6
+ #local FILENAME=ogLive-xenial-4.8.0-39-generic-amd64-r5331.iso # 1.1.0-rc6
+ local FILENAME=ogLive-xenial-4.13.0-17-generic-amd64-r5520.iso
local SOURCEFILE=$DOWNLOADURL/$FILENAME
local TARGETFILE=$(oglivecli config download-dir)/$FILENAME
local SOURCELENGTH