diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-11-25 11:22:48 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-11-25 11:22:48 +0100 |
commit | 08b7e126c277d3eb054e84476fa9e2d3e75bb27d (patch) | |
tree | 83ade6d8d0bd298ef665733670bbe2ba57710bc7 /installer/ogagent-devel-installer.sh | |
parent | 560358b544ca716b2ce3c6e2c3602d16264d2644 (diff) |
#914: Adapting all scripts to use the `master` branch.
Diffstat (limited to 'installer/ogagent-devel-installer.sh')
-rwxr-xr-x | installer/ogagent-devel-installer.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/ogagent-devel-installer.sh b/installer/ogagent-devel-installer.sh index 71f7c7c0..201e67f9 100755 --- a/installer/ogagent-devel-installer.sh +++ b/installer/ogagent-devel-installer.sh @@ -12,8 +12,8 @@ # Variables. PROGDIR="$PWD/ogagent" -BRANCH="branches/devel" -SVNURL="https://github.com/opengnsys/OpenGnsys/$BRANCH/admin/Sources/Clients/ogagent" +BRANCH="master" +SVNURL="https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/admin/Sources/Clients/ogagent" # Show prerequisites needed to build the environment. mkdir -p $PROGDIR || exit 1 |