#840: Adaptar valor de revisión según fecha y parte del commit de Git en instalador y actualizador; continuar sustituyendo URLs de Git.

remotes/github/master
Ramón M. Gómez 2018-06-05 12:36:47 +02:00
parent 9d8fe69c7e
commit cfe25a419f
1 changed files with 2 additions and 2 deletions

View File

@ -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