summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2012-07-18 08:06:57 +0000
committerramon <ramongomez@us.es>2012-07-18 08:06:57 +0000
commitbad3806158821c5f16982a573dd6a457598b1770 (patch)
treea8ea8c3be51caeba374934d86a91b859b15a68e9 /installer
parent10972eabd789285fad07592fbd73af8cd67536c4 (diff)
VersiĆ³n 1.0.4, #546 #547: Instalar y actualizar usando el nuevo cliente ogLive
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3258 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh4
-rwxr-xr-xinstaller/opengnsys_makecompress.sh2
-rwxr-xr-xinstaller/opengnsys_update.sh3
3 files changed, 5 insertions, 4 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 0ddba0d3..8d7e7518 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1217,8 +1217,8 @@ function copyClientFiles()
function clientCreate()
{
local DOWNLOADURL="http://$OPENGNSYS_SERVER/downloads"
- #local FILENAME=ogLive-oneiric-3.0.0-14-generic-r2439.iso # 1.0.3-rc1
- local FILENAME=ogLive-precise-3.2.0-23-generic-pae-r3017.iso # 1.0.4-rc1
+ #local FILENAME=ogLive-precise-3.2.0-23-generic-pae-r3017.iso # 1.0.4-rc1
+ local FILENAME=ogLive-precise-3.2.0-23-generic-r3257.iso # 1.0.4-rc2
local TARGETFILE=$INSTALL_TARGET/lib/$FILENAME
local TMPDIR=/tmp/${FILENAME%.iso}
diff --git a/installer/opengnsys_makecompress.sh b/installer/opengnsys_makecompress.sh
index 2587343a..11a7f9f8 100755
--- a/installer/opengnsys_makecompress.sh
+++ b/installer/opengnsys_makecompress.sh
@@ -10,7 +10,7 @@
# Variables
-SVNURL="http://www.opengnsys.es/svn/trunk/"
+SVNURL="http://www.opengnsys.es/svn/branches/version1.0/"
SVNREV=$(LANG=C svn info $SVNURL | awk '/Last Changed Rev:/ {print "r"$4}')
# Descargar repositorio SVN
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index f08b8cbf..b746b578 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -611,7 +611,8 @@ function compileServices()
function updateClient()
{
local DOWNLOADURL="http://$OPENGNSYS_SERVER/downloads"
- local FILENAME=ogLive-precise-3.2.0-23-generic-pae-r3017.iso # 1.0.4-rc1
+ #local FILENAME=ogLive-precise-3.2.0-23-generic-pae-r3017.iso # 1.0.4-rc1
+ local FILENAME=ogLive-precise-3.2.0-23-generic-r3257.iso # 1.0.4-rc2
local SOURCEFILE=$DOWNLOADURL/$FILENAME
local TARGETFILE=$INSTALL_TARGET/lib/$FILENAME
local SOURCELENGTH