diff options
author | ramon <ramongomez@us.es> | 2017-10-19 11:52:05 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-10-19 11:52:05 +0000 |
commit | 31f63473f0300cf39cecb54348fec7a67c97fb58 (patch) | |
tree | 03988498ceb67f7e4db7c17b367eeb3b8525d794 /installer | |
parent | ea40e6b08b2d26e5ed0fb916d07737840c3a6e57 (diff) |
#718: Creación de OGAgent:
* adaptar algunos ficheros a la sintaxis recomendada por el comando {{{pylint}}};
* OGAgent para Windows:
* actualizar componentes y reducir los aviso de Wine;
* corregir fallo al instalar {{{pycrypto}}} para Windows;
* corregir localización de certificado en Windows (ahora está en librería {{{certifi}}} en vez de en {{{requests}}});
* OGAgent para Linux:
* evitar bucle infinito al intentar parar el proceso.
* Ignorar mensajes de SELinux en la MV Vagrant para OGAgent.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5471 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-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 5f1176de..18574ed2 100755 --- a/installer/ogagent-devel-installer.sh +++ b/installer/ogagent-devel-installer.sh @@ -3,7 +3,7 @@ #@file ogagent-devel-installer.sh #@brief Script to download and prepare the environmnt to compile OGAgent packages. #@warning Some operations need "root" privileges. -#@note This script will make a "ogagent" directory with 1.5 GiB approx. +#@note This script will make the "ogagent" directory with 1.5 GiB approx. #@version 1.0 - Initial version for OpenGnsys 1.1.0. #@author Ramón M. Gómez, ETSII Universidad de Sevilla #@date 2016-04-07 @@ -66,7 +66,7 @@ popd >/dev/null mkdir -p ogagent/macos/downloads svn export https://github.com/hogliux/bomutils.git/trunk ogagent/macos/downloads/bomutils pushd ogagent/macos/downloads/bomutils >/dev/null -make && make install +make && sudo make install popd >/dev/null # Build OGAgent for GNU/Linux. |