From 31f63473f0300cf39cecb54348fec7a67c97fb58 Mon Sep 17 00:00:00 2001 From: ramon Date: Thu, 19 Oct 2017 11:52:05 +0000 Subject: #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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.1@5471 a21b9725-9963-47de-94b9-378ad31fedc9 --- installer/ogagent-devel-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') 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. -- cgit v1.2.3-18-g5258