summaryrefslogtreecommitdiffstats
path: root/installer/ogagent-devel-installer.sh
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-10-18 07:38:12 +0000
committerramon <ramongomez@us.es>2017-10-18 07:38:12 +0000
commit86b33ef266d8cd55a6e4ae336ad70cb522e0ad10 (patch)
tree20c7f62525151e151c5968b1c67362b9c5f31656 /installer/ogagent-devel-installer.sh
parent13dc95973129473d1fe45ac7b024619cd7156b97 (diff)
#718: Actualizar la URL de descarga de código para construir log agentes OGAgent.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5468 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/ogagent-devel-installer.sh')
-rwxr-xr-xinstaller/ogagent-devel-installer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/ogagent-devel-installer.sh b/installer/ogagent-devel-installer.sh
index 97a4e697..5f1176de 100755
--- a/installer/ogagent-devel-installer.sh
+++ b/installer/ogagent-devel-installer.sh
@@ -12,7 +12,7 @@
# Variables.
PROGDIR=$PWD/ogagent
-SVNURL=http://opengnsys.es/svn/branches/version1.1/admin/Sources/Clients/ogagent
+SVNURL=https://opengnsys.es/svn/branches/version1.1/admin/Sources/Clients/ogagent
# Show prerequisites needed to build the environment.
mkdir -p $PROGDIR || exit 1
@@ -69,7 +69,7 @@ pushd ogagent/macos/downloads/bomutils >/dev/null
make && make install
popd >/dev/null
-# Build OGAgent for Linux.
+# Build OGAgent for GNU/Linux.
pushd $PROGDIR/linux >/dev/null
sudo ./build-packages.sh
popd >/dev/null