summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-02-10 12:57:14 +0100
committerRamón M. Gómez <ramongomez@us.es>2020-02-10 12:57:14 +0100
commit64c76cef868aee6404ed77c3470e70ab684834bb (patch)
tree18dc5aed0a8edaafa989ec9fc08ac5b886d92aee
parent9bb483e596398c4370c122d030fe189aa1e1a0ff (diff)
#946: Releasing tag OpenGnsys 1.1.1a.
-rwxr-xr-xinstaller/opengnsys_import.sh4
-rwxr-xr-xinstaller/opengnsys_installer.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/installer/opengnsys_import.sh b/installer/opengnsys_import.sh
index fb627883..1af78213 100755
--- a/installer/opengnsys_import.sh
+++ b/installer/opengnsys_import.sh
@@ -35,8 +35,8 @@ MYSQLFILE="$TMPDIR/$CATALOG.sql"
MYSQLBCK="$OPENGNSYS/doc/$CATALOG.sql-$DATE"
LOG_FILE=$OPENGNSYS/log/${PROG%.sh}.log
-BRANCH="master"
-SVN_URL="https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/admin/Database"
+BRANCH="tags/opengnsys-1.1.1a"
+SVN_URL="https://github.com/opengnsys/OpenGnsys/$BRANCH/admin/Database"
DEFAULT_MYSQL_ROOT_PASSWORD="passwordroot" # Clave por defecto root de MySQL
# Si se solicita, mostrar ayuda.
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 6c7c89c3..c348aaf9 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -132,7 +132,7 @@ function globalSetup ()
else
REMOTE=1
fi
- BRANCH="master"
+ BRANCH="opengnsys-1.1.1a"
CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH"
API_URL="https://api.github.com/repos/opengnsys/OpenGnsys"