From cfe25a419f345265177b70dc2b4274af77c447ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20M=2E=20G=C3=B3mez?= Date: Tue, 5 Jun 2018 12:36:47 +0200 Subject: [PATCH] =?UTF-8?q?#840:=20Adaptar=20valor=20de=20revisi=C3=B3n=20?= =?UTF-8?q?seg=C3=BAn=20fecha=20y=20parte=20del=20commit=20de=20Git=20en?= =?UTF-8?q?=20instalador=20y=20actualizador;=20continuar=20sustituyendo=20?= =?UTF-8?q?URLs=20de=20Git.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boottoolsfunctions.lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boottoolsfunctions.lib b/boottoolsfunctions.lib index babb2e0..c615a9f 100755 --- a/boottoolsfunctions.lib +++ b/boottoolsfunctions.lib @@ -141,8 +141,8 @@ case "${1,,}" in exit 1 ;; esac -SVNURL="https://opengnsys.es/svn/branches/version1.1/client" -VERSIONSVN=$(LC_ALL=C svn info $SVNURL | awk '/Rev:/ {print "r"$4}') +SVNURL="https://github.com/opengnsys/OpenGnsys/branches/devel/client" +VERSIONSVN=$(LC_ALL=C svn info $SVNURL | awk '/Date:/ {gsub(/-/,""); print ""$4}' NAMEISOCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$OSRELEASE-$OSARCH-$VERSIONSVN" NAMEHOSTCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$VERSIONSVN" export OSDISTRIB OSCODENAME OSRELEASE OSARCH OSHTTP