diff options
author | ramon <ramongomez@us.es> | 2012-07-18 08:06:57 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-07-18 08:06:57 +0000 |
commit | bad3806158821c5f16982a573dd6a457598b1770 (patch) | |
tree | a8ea8c3be51caeba374934d86a91b859b15a68e9 /installer/opengnsys_makecompress.sh | |
parent | 10972eabd789285fad07592fbd73af8cd67536c4 (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/opengnsys_makecompress.sh')
-rwxr-xr-x | installer/opengnsys_makecompress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |