From 6202e4af7ba05d8f57854df8a7a0a4a86e29c40b Mon Sep 17 00:00:00 2001 From: adv Date: Thu, 26 Apr 2012 10:37:07 +0000 Subject: [PATCH] #529 boot-tools revision svn git-svn-id: https://opengnsys.es/svn/branches/version1.0@2987 a21b9725-9963-47de-94b9-378ad31fedc9 --- includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh b/includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh index fa61db5..13f4703 100644 --- a/includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh +++ b/includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh @@ -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"