version 1.0.2 boot-tools #404 #420

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2261 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/master
Antonio Doblas Viso 2011-08-03 16:21:51 +00:00
parent ad828d4d21
commit f0401ddffb
2 changed files with 2 additions and 1 deletions

View File

@ -533,7 +533,7 @@ fi
#@exception OG_ERR_FORMAT Formato incorrecto.
#@version 0.9
#@author:
@date 2010/05/24
#@date 2010/05/24
#*/ ##
ogYesNo()
{

View File

@ -5,6 +5,7 @@
#svn checkout http://www.opengnsys.es/svn/branches/version2/ /tmp/opengnsys_installer/opengnsys2
find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
apt-get -y --force-yes install subversion
export SVNURL="http://opengnsys.es/svn/branches/version1.0/client/"
VERSIONSVN=$(LANG=C svn info $SVNURL | awk '/Revision:/ {print "r"$2}')