#529 boot-tools revision svn

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2987 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/master
Antonio Doblas Viso 2012-04-26 10:37:07 +00:00
parent 6ead60ace7
commit 6202e4af7b
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
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}')
#export SVNURL="http://opengnsys.es/svn/branches/version1.0/client/"
#VERSIONSVN=$(LANG=C svn info $SVNURL | awk '/Revision:/ {print "r"$2}')
VERSIONSVN=$(cat /tmp/versionsvn.txt)
VERSIONBOOTTOOLS=ogLive
NAMEISOCLIENTFILE="/tmp/opengnsys_info_rootfs"