diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-02-10 12:57:14 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-02-10 14:09:12 +0100 |
commit | 47e8be745d7c4690a1036693d39260bd6dfe6748 (patch) | |
tree | ecba425ad29233efe5534884d8cca7556ac41854 | |
parent | 9d3b0794088428e867504fd175253d98d7b89386 (diff) |
#946: Releasing tag OpenGnsys 1.1.1a (after fixing bug).opengnsys-1.1.1a
-rwxr-xr-x | installer/opengnsys_import.sh | 2 | ||||
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_import.sh b/installer/opengnsys_import.sh index bbe1617f..1af78213 100755 --- a/installer/opengnsys_import.sh +++ b/installer/opengnsys_import.sh @@ -35,7 +35,7 @@ MYSQLFILE="$TMPDIR/$CATALOG.sql" MYSQLBCK="$OPENGNSYS/doc/$CATALOG.sql-$DATE" LOG_FILE=$OPENGNSYS/log/${PROG%.sh}.log -BRANCH="branches/master" +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 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" |