diff options
author | ramon <ramongomez@us.es> | 2018-02-23 09:27:23 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2018-02-23 09:27:23 +0000 |
commit | 25300228cfe879c13f0401b09852c0d56395637f (patch) | |
tree | a26aac2507992e5b07653f8f2c3493513061084c | |
parent | 7332a3fe8c187e9a8b1940c5a9dc03455bd74c9f (diff) |
#730: Corrección en URL de actualización y en librerías ignoradas.
git-svn-id: https://opengnsys.es/svn/tags/opengnsys-1.1.0@5608 a21b9725-9963-47de-94b9-378ad31fedc9
-rw-r--r-- | doc/VERSION.txt | 2 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/VERSION.txt b/doc/VERSION.txt index 2ffa83a4..75bb7a41 100644 --- a/doc/VERSION.txt +++ b/doc/VERSION.txt @@ -1 +1 @@ -OpenGnsys 1.1.0 r5607 +OpenGnsys 1.1.0 r5608 diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 11d08a94..04c525f2 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -73,7 +73,7 @@ if [ -d "$PROGRAMDIR/../installer" ]; then else USESVN=1 fi -SVN_URL="https://$OPENGNSYS_SERVER/svn/tags/opengnsys-1.1.0/" +SVN_URL="https://$OPENGNSYS_SERVER/svn/trunk/" WORKDIR=/tmp/opengnsys_update mkdir -p $WORKDIR |