summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-02-10 13:06:03 +0100
committerRamón M. Gómez <ramongomez@us.es>2020-02-10 13:06:03 +0100
commita4620abb9a00d6b600d18feeb7e4cda40e37f380 (patch)
tree2b2e2bd728928788415a18cab26f1941b41fde28
parent64c76cef868aee6404ed77c3470e70ab684834bb (diff)
#946: Reverting installation URL to `master` branch.
-rwxr-xr-xinstaller/opengnsys_import.sh2
-rwxr-xr-xinstaller/opengnsys_installer.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_import.sh b/installer/opengnsys_import.sh
index 1af78213..bbe1617f 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="tags/opengnsys-1.1.1a"
+BRANCH="branches/master"
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 c348aaf9..6c7c89c3 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -132,7 +132,7 @@ function globalSetup ()
else
REMOTE=1
fi
- BRANCH="opengnsys-1.1.1a"
+ BRANCH="master"
CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH"
API_URL="https://api.github.com/repos/opengnsys/OpenGnsys"