#847: Correcting errata when obtaining revision date (commit SHA1 is not verified); updating change log.

remotes/github/master
Ramón M. Gómez 2018-07-09 13:51:46 +02:00
parent cfe25a419f
commit 7486c139fa
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ case "${1,,}" in
;;
esac
SVNURL="https://github.com/opengnsys/OpenGnsys/branches/devel/client"
VERSIONSVN=$(LC_ALL=C svn info $SVNURL | awk '/Date:/ {gsub(/-/,""); print ""$4}'
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