#730: Revisar cambios en nuevo nombre y URL.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5580 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
ramon 2018-01-23 10:57:22 +00:00
parent 53c03ca085
commit f81c486e1b
21 changed files with 75 additions and 69 deletions

View File

@ -1,5 +1,5 @@
### Procedimiento para actualización de la base de datos.
# Postinstalación de OpenGnSys 1.1.0
# Postinstalación de OpenGnsys 1.1.0
#use ogAdmBD
# Nota: retocar el fichero para sustituir KERNELVERSION por la versión del

View File

@ -5,7 +5,5 @@ OpenGnsys Services for Clients README
Este directorio contiene el código fuente de los servicios OpenGnsys específicos para clientes.
- ogAdmClient servicio para cliente ogLive que atiende peticiones de OpenGnsys Server
- ogAdmLnxClient servicio cliente para sistemas operativos GNU/Linux (obsoleto en OpenGnsys 1.1)
- ogAdmWinClient servicio cliente para sistemas operativos Windows (obsoleto en OpenGnsys 1.1)
- ogagent OGAgent: agente modular para sistemas operativos con API REST

View File

@ -1,7 +1,7 @@
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
Name: ogagent
Maintainer: Ramón M. Gómez
Source: http://opengnsys.es
Source: https://opengnsys.es
Copyright: 2014 Virtual Cable S.L.U.
License: BSD-3-clause

View File

@ -13,7 +13,7 @@ License: BSD3
Group: Admin
Requires: python-six python-requests PyQt4 libXScrnSaver
Vendor: OpenGnsys Project
URL: http://opengnsys.es
URL: https://opengnsys.es
Provides: ogagent
%define _rpmdir ../

View File

@ -1,3 +1,3 @@
OGAgent is the agent intended for OpengGnSys interaction.
OGAgent is the agent intended for OpengGnsys interaction.
Please, visit http://www.opengnsys.es for more information
Please, visit https://opengnsys.es for more information

View File

@ -113,7 +113,7 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:5px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">UDS Actor is (c) 2014, Virtual Cable S.L.U.</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-style:italic;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:8pt; color:#000000;">More info:</span></a></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:10px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://opengnsys.es/"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">OpenGnsys Project</span></a></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:10px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://opengnsys.es/"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">OpenGnsys Project</span></a></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:10px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://github.com/dkmstr/openuds/tree/master"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">openuds on GitHub</span></a></p>
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>

View File

@ -6,7 +6,7 @@ Advertencia previa:
-----------------------------
- No usar este instalador en un sistema OpenGnsys en producción.
- Se puede ejecutar este script desde un sistema Ubuntu 10.04 o superior.
- Mas información http://www.opengnsys.es/wiki/ClienteInitrdDSGenerarloV1.0.2
- Mas información https://opengnsys.es/trac/wiki/ClienteInitrdDSGenerarloV1.0.2
Requisitos iniciales
@ -23,7 +23,7 @@ mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old;
#1. Descargar del Subversion las herramientas del cliente
apt-get install subversion wget
svn checkout http://www.opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys/client/;
svn checkout https://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys/client/;
find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
#2. Ejecutar el instalador:

View File

@ -127,7 +127,7 @@ case "${1,,}" in
exit 1
;;
esac
SVNURL="http://opengnsys.es/svn/branches/version1.1/client"
SVNURL="https://opengnsys.es/svn/branches/version1.1/client"
VERSIONSVN=$(LANG=C svn info $SVNURL | awk '/Rev:/ {print "r"$4}')
NAMEISOCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$OSRELEASE-$OSARCH-$VERSIONSVN"
NAMEHOSTCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$VERSIONSVN"

View File

@ -11,7 +11,7 @@
#*/
#mkdir -p /tmp/opengnsys_installer/opengnsys
#svn export http://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys
#svn export https://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys
#Variables

View File

@ -1,8 +1,5 @@
#!/bin/bash
#TODO Comprobar si esta los source.
#svn checkout http://www.opengnsys.es/svn/branches/version1.0/client /tmp/opengnsys_installer/opengnsys/client/;
#svn checkout http://www.opengnsys.es/svn/branches/version2/ /tmp/opengnsys_installer/opengnsys2
find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
#plymouth
@ -16,4 +13,4 @@ update-alternatives --set default.plymouth /lib/plymouth/themes/opengnsys/opengn
mkdir -p /etc/initramfs-tools/conf.d
echo "FRAMEBUFFER=y" > /etc/initramfs-tools/conf.d/splash
history -c
history -c

View File

@ -1,5 +1,5 @@
Ver información completa en:
http://www.opengnsys.es/wiki/InitrdClienteSecondFileSystem
https://opengnsys.es/trac/wiki/InitrdClienteSecondFileSystem

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: OpenGnsys Client Browser 1.1.0\n"
"Report-Msgid-Bugs-To: http://opengnsys.es\n"
"Report-Msgid-Bugs-To: https://opengnsys.es\n"
"POT-Creation-Date: 2017-05-11 11:51+0000\n"
"PO-Revision-Date: 2016-05-03 10:25+0200\n"
"Last-Translator: Ramón M. Gómez <ramongomez@us.es>\n"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: OpenGnsys Client Browser 1.1.0\n"
"Report-Msgid-Bugs-To: http://opengnsys.es\n"
"Report-Msgid-Bugs-To: https://opengnsys.es\n"
"POT-Creation-Date: 2017-05-11 11:51+0000\n"
"PO-Revision-Date: 2016-05-03 10:16+0200\n"
"Last-Translator: Ramón M. Gómez <ramongomez@us.es>\n"

View File

@ -94,7 +94,7 @@ MainWindow::MainWindow(QWidget *parent)
m_logo->setPixmap(logo);
else
m_logo->setText("OG");
m_logo->setToolTip(tr(gettext("Proyecto OpenGnsys"))+"\nhttp://opengnsys.es");
m_logo->setToolTip(tr(gettext("Proyecto OpenGnsys"))+"\nhttps://opengnsys.es");
// Progress bar
m_progressBar=new QProgressBar(this);
m_progressBar->setRange(0,100);

View File

@ -17,7 +17,7 @@ Minimum storage requirements:
Installation
------------
To install OpenGnSys run opengnsys_installer.sh after unpacking the release file (opengnsys-release.tar.gz) o downloading it directly from https://opengnsys.es/svn/trunk/installer/opengnsys_installer.sh.
To install OpenGnsys, run opengnsys_installer.sh after unpacking the release file (opengnsys-release.tar.gz) o downloading it directly from https://opengnsys.es/svn/trunk/installer/opengnsys_installer.sh.
Unpacking example:
tar xvzf opengnsys-1.0.5.tar.gz
@ -38,7 +38,7 @@ You must be root to run the installation script:
The following information will be requested in order to configure the access to the service (a default value will be introduced if no parameter is indicated):
* MySQL root password
* Web console user and OpenGnSys Super Administrator
* Web console user and OpenGnsys Super Administrator
* Web console user's password
* Client's password for accessing remote services
@ -46,16 +46,16 @@ The following processes will be carried out:
* Gathering of the basic network parameters.
* Checking the installed packages.
* Downloading and installing dependencies.
* Creating OpenGnSys basic folder sctructure.
* Creating OpenGnsys basic folder sctructure.
* Download the code repository to a temporal folder (/tmp/opengnsys_installer). In upcoming releases this process will not be necessary.
* Compiling and installing OpenGnSys services.
* Basic configuration of OpenGnSys network services (DHCP, PXE and Samba) using the existing configuration templates.
* Compiling and installing OpenGnsys services.
* Basic configuration of OpenGnsys network services (DHCP, PXE and Samba) using the existing configuration templates.
* Copying additional server management files.
* Creating the database and configuring OpenGnSys administration console web server.
* Creating the database and configuring OpenGnsys administration console web server.
* Copying web administration console pages.
* Copying the OpenGnSys client folder structure.
* Downloading OpenGnSys client initial image.
* Basic configuration of OpenGnSys services using network parameters.
* Copying the OpenGnsys client folder structure.
* Downloading OpenGnsys client initial image.
* Basic configuration of OpenGnsys services using network parameters.
Once the installation is finished you can start working with the system:
* Configuring DHCP.
@ -82,13 +82,11 @@ You must be root to run this script:
Uninstall
---------
There is also an uninstall script for the OpenGnSys components:
* OpenGnSys files and data base will be deleted.
There is also an uninstall script for the OpenGnsys components:
* OpenGnsys files and data base will be deleted.
* Packages belonging to the operating system and their configuration files will be preserved.
* The image folder and its content will not be deleted.
You must be root to run this script:
sudo /opt/opengnsys/lib/opengnsys_uninstall.sh

View File

@ -1,49 +1,49 @@
The OpenGnSys Project README
The OpenGnsys Project README
================================
OpenGnSys (pronounced Open Genesis) is based on a modular architecture separated in different service layers which allows its implementation in several educational and organizational IT environments, both in a centralized or distributed way. The main system management is carried out by means of a simple web interface which supports delegated administration. OpenGnSys is also suitable for isolated environments, being able to work under network failure conditions (offline mode).
OpenGnsys (pronounced Open Genesis) is based on a modular architecture separated in different service layers which allows its implementation in several educational and organizational IT environments, both in a centralized or distributed way. The main system management is carried out by means of a simple web interface which supports delegated administration. OpenGnsys is also suitable for isolated environments, being able to work under network failure conditions (offline mode).
Architecture
------------
From the point of view of clients, OpenGnSys Project is constituted by a set of separate modules in different layers of services.
From the point of view of clients, OpenGnsys Project is constituted by a set of separate modules in different layers of services.
* The bottom layer is responsible for direct access to client devices and motor functions of cloning.
* An intermediate layer consisting of a set of tools to perform complex tasks and environment customization.
* Management module consists of a simple and intuitive web interface that allows common tasks to manage software distribution to clients.
Overall, OpenGnSys is a modular system that integrates a set of interrelated components and can be adapted to a variety of work settings possible. These components consist of standard services (file servers, web, database, DHCP, PXE, ...) and custom-developed tools for the project (cloning engine, console web, browser ad hoc, management demons repository and server, ...) which in combination offer everything OpenGnSys system.
Overall, OpenGnsys is a modular system that integrates a set of interrelated components and can be adapted to a variety of work settings possible. These components consist of standard services (file servers, web, database, DHCP, PXE, ...) and custom-developed tools for the project (cloning engine, console web, browser ad hoc, management demons repository and server, ...) which in combination offer everything OpenGnsys system.
* OpenGnSys Server
* OpenGnsys Server
Basic service cloning system (DHCP, NFS/Samba, PXE, database, etc..) Necessary for the boot process and initial configuration of the clients.
* OpenGnSys Administrator
* OpenGnsys Administrator
Centralized management web console (web pages, web services, etc.) with support for delegated administration, allowing control of all system components.
* OpenGnSys Repository Manager
* OpenGnsys Repository Manager
Manager repository of images for each of the administrative units defined in the module OpenGnSys Administrator. There may be one or more modules depending on the model of the organization defined.
* OpenGnSys Client Agent
* OpenGnsys Client Agent
Executing agent of orders in the client, which integrates the following features:
- Graphical interface to select options predefined by the administrator.
- Interactive execution of Cloning Engine functions in administrator mode.
- Execution of the tasks sent from the OpenGnSys Administrator module.
* OpenGnSys Clonning Engine
* OpenGnsys Clonning Engine
Motor function libraries cloning, installation and startup of the client operating systems.
* OpenGnSys Installer
* OpenGnsys Installer
Software installation, upgrade and removal system which includes the settings generator, the clients boot generator, the component package builder, etc.
Scenarios
---------
OpenGnSys is a modular system that can be used in different scenarios within an Institution, both educational and organizational.
OpenGnsys is a modular system that can be used in different scenarios within an Institution, both educational and organizational.
* Educational Scenarios: OpenGnSys can lend support to some of the educational settings defined by the Working Group-Net Teaching RedIRIS.
* Educational Scenarios: OpenGnsys can lend support to some of the educational settings defined by the Working Group-Net Teaching RedIRIS.
- Classroom teaching: allowing the management and implementation of software installation on the computers of teachers, with ability to customize the settings according to user requirements.
- Classroom teaching ICT Classrooms: implementing methods independent support for PCs of students and teachers.
@ -58,10 +58,13 @@ OpenGnSys is a modular system that can be used in different scenarios within an
Origins
OpenGnSys born in May 2009 after the Working Groups RedIRIS held in Malaga as an effort to integrate several projects in development:
OpenGnsys born in May 2009 after the Working Groups RedIRIS held in Malaga as an effort to integrate several projects in development:
* Brutalix, University of Zaragoza
* Entorno Avanzado de Clonación (EAC), University of Málaga.
* Web Hidra Interface, University of Seville.
OpenGnsys homepage:
https://opengnsys.es/

View File

@ -1,15 +1,15 @@
Proyecto OpenGnSys
Proyecto OpenGnsys
==================
El proyecto OpenGnSys (léase OpenGenesis) reúne el esfuerzo conjunto de varias Universidades Públicas españolas para construir una aplicación que permita una fácil gestión centralizada de ordenadores y servidores. Con ella se permite la distribución, instalación y despliegue de distintos sistemas operativos.
El Proyecto OpenGnsys (léase OpenGénesis) reúne el esfuerzo conjunto de varias Universidades Públicas españolas para construir una aplicación que permita una fácil gestión centralizada de ordenadores y servidores. Con ella se permite la distribución, instalación y despliegue de distintos sistemas operativos.
OpenGnSys nace debido a la necesidad de disponer de un conjunto de herramientas libres y abiertas que constituyan un sistema completo de gestión y clonación de equipos, versátil e intuitivo, que pueda ser utilizado tanto en la gestión de aulas de informática, como para reinstalar ordenadores y servidores.
OpenGnsys nace debido a la necesidad de disponer de un conjunto de herramientas libres y abiertas que constituyan un sistema completo de gestión y clonación de equipos, versátil e intuitivo, que pueda ser utilizado tanto en la gestión de aulas de informática, como para reinstalar ordenadores y servidores.
Está basado en una arquitectura cliente/servidor. El ordenador cliente realiza una petición de conexión durante su proceso de arranque y el servidor le devuelve sus datos de red y un menú de inicio. En tal página el usuario puede seleccionar las acciones predefinidas por el administrador, ejecutar dichas acciones automáticamente sin intervención del usuario final o entrar directamente en una interfaz administrativa.
La gestión principal del sistema está basada en una sencilla interfaz web que permite realizar las tareas comunes para gestionar la distribución de software en los distintos clientes. Sin embargo, la estructura de OpenGnSys es lo suficientemente versátil como para adaptarse a las necesidades de las diferentes arquitecturas de redes de ordenadores disponibles en empresas e instituciones.
La gestión principal del sistema está basada en una sencilla interfaz web que permite realizar las tareas comunes para gestionar la distribución de software en los distintos clientes. Sin embargo, la estructura de OpenGnsys es lo suficientemente versátil como para adaptarse a las necesidades de las diferentes arquitecturas de redes de ordenadores disponibles en empresas e instituciones.
OpenGnSys está constituido por un conjunto de módulos separados en distintas capas de servicios.
OpenGnsys está constituido por un conjunto de módulos separados en distintas capas de servicios.
* La capa inferior se encarga del acceso directo a los dispositivos del cliente y de las funciones del motor de clonación.
* Una capa intermedia está constituida por un conjunto de herramientas para realizar tareas complejas y personalización del entorno.
@ -19,15 +19,18 @@ Los procesos específicos de configuración y modificación de datos en cada uno
En el estado actual de desarrollo del Proyecto, se permite la clonación y despliegue de sistemas operativos Windows (incluido Windows 7) con sistemas de ficheros FAT32 y NTFS, así como distribuciones Linux con Sistemas de ficheros Ext2, Ext3 y Ext4.
Algunos de los aspectos principales de la futura línea de trabajo de OpenGnSys son la capacidad de gestión de discos redundantes, volúmenes lógicos y tener la posibilidad de clonar y desplegar otros sistemas operativos. Esto ultimo conlleva soportar nuevos tipos de sistemas de ficheros.
Algunos de los aspectos principales de la futura línea de trabajo de OpenGnsys son la capacidad de gestión de discos redundantes, volúmenes lógicos y tener la posibilidad de clonar y desplegar otros sistemas operativos. Esto ultimo conlleva soportar nuevos tipos de sistemas de ficheros.
La distribución de imágenes y ficheros debe ser lo más flexible posible, implementando distintos protocolos de comunicaciones, como Unixast, Multicast y P2P; e incluso también poder disponer de dicha información de forma off-line (sin necesidad de comunicación con el servidor) accediendo directamente a la caché de datos local de cada cliente o a un dispositivo externo de almacenamiento.
Por definición, OpenGnSys es un proyecto de Software Libre. Como tal, todo el código está licenciado bajo GPLv3 o superior, mientras que la documentación asociada está disponible bajo licencia Creative Commons con Reconocimiento y Compartir Igual.
Por definición, OpenGnsys es un proyecto de Software Libre. Como tal, todo el código está licenciado bajo GPLv3 o superior, mientras que la documentación asociada está disponible bajo licencia Creative Commons con Reconocimiento y Compartir Igual.
OpenGnSys es el resultado del proceso de integración de 3 proyectos anteriores desarrollados en diferentes universidades:
OpenGnsys es el resultado del proceso de integración de 3 proyectos anteriores desarrollados en diferentes universidades:
* Brutalix (Universidad de Zaragoza)
* EAC (Universidad de Málaga)
* Hidra (Universidad de Sevilla)
Página web del Proyecto OpenGnsys:
https://opengnsys.es/

View File

@ -1,9 +1,9 @@
OpenGnSys 1.0.x Filesystem Hiearchy
OpenGnsys 1.1.x Filesystem Hiearchy
===================================
Directory Structure of OpenGnSys Client
Directory Structure of OpenGnsys Client
---------------------------------------------
/opt/opengnsys
@ -18,21 +18,23 @@ Directory Structure of OpenGnSys Client
Directory Structure of OpenGnSys Server:
Directory Structure of OpenGnsys Server:
----------------------------------------------
/opt/opengnsys
bin - server binaries.
client - exports the client's directory structure.
doc - documentation files.
etc - configuration files.
lib - tool libraries.
log - ficheros de registro de incidencias.
lib - tools and libraries.
log - log files.
sbin - binaries for services.
tftpboot - remote boot files (linked to TFTP directory).
www - web files.
Directory Structure of OpenGnSys Repository Manager
Directory Structure of OpenGnsys Repository Manager
---------------------------------------------------------
/opt/opengnsys
@ -40,6 +42,7 @@ Directory Structure of OpenGnSys Repository Manager
etc - configuration files.
images - filesystem images.
log - log files.
sbin - binaries for services.

View File

@ -1,9 +1,9 @@
Estructura de Ficheros de OpenGnSys 1.0
Estructura de Ficheros de OpenGnsys 1.1
=======================================
Estructura de directorios de OpenGnSys Client
Estructura de directorios de OpenGnsys Client
---------------------------------------------
/opt/opengnsys
@ -19,7 +19,7 @@ Estructura de directorios de OpenGnSys Client
log (rw) - ficheros de registro de incidencias.
Servicios de OpenGnSys Server:
Servicios de OpenGnsys Server:
------------------------------
- Syslog - gestión de logs de servidores y clientes.
- DHCP
@ -30,21 +30,24 @@ Servicios de OpenGnSys Server:
- Servidor de órdenes
Estructura de directorios de OpenGnSys Server:
Estructura de directorios de OpenGnsys Server:
----------------------------------------------
/opt/opengnsys
bin - binarios del servidor.
client - exporta en remoto la estructura de directorios del cliente.
doc - ficheros de documentación.
etc - ficheros de configuración.
lib - librerías de las utilidades.
log - ficheros de registro de incidencias.
sbin - binarios de servicios.
tftpboot - arranque remoto de clientes (enlace al directorio de TFTP).
www - ficheros web.
NOTA: páginas de manuales y documentación se copian a los directorios estándares del sistema operativo.
Estructura de directorios de OpenGnSys Repository Manager
Estructura de directorios de OpenGnsys Repository Manager
---------------------------------------------------------
/opt/opengnsys
@ -52,6 +55,7 @@ Estructura de directorios de OpenGnSys Repository Manager
etc - ficheros de configuración.
images - imágenes de sistemas de archivos.
log - ficheros de registro de incidencias.
sbin - binarios de servicios.

View File

@ -12,10 +12,10 @@ Descargar una versión completa y desccomprimir el fichero "opengnsys-version.ta
cd opengnsys/installer
O bien, descargar el instalador desde la última reversión del repositorio:
svn export http://www.opengnsys.es/svn/branches/version1.1/installer/opengnsys_installer.sh
svn export https://opengnsys.es/svn/branches/version1.1/installer/opengnsys_installer.sh
Opcionalmente, puede descargarse la imagen del cliente; si no se realiza este paso, el instalador la descargará automáticamente.
wget http://www.opengnsys.es/downloads/ogLive-versioncliente.iso
wget https://opengnsys.es/downloads/ogLive-versioncliente.iso
2. Ejecutar el instalador como root:
sudo bash opengnsys_installer.sh

View File

@ -2,7 +2,7 @@
#
# Script: opengnsys_compress.sh
# Descripción: Programa para descargar y generar un fichero comprimido con los
# datos de la última revisión de código del Proyecto OpenGnSys.
# datos de la última revisión de código del Proyecto OpenGnsys.
# Salida: Datos del fichero comprimido generado.
# Versión: 1.0 - Incluido en OpenGnSys 1.0.1
# Autor: Ramón Gómez, Universidad de Sevilla
@ -10,7 +10,7 @@
# Variables
SVNURL="http://www.opengnsys.es/svn/branches/version1.1/"
SVNURL="https://opengnsys.es/svn/branches/version1.1/"
SVNREV=$(LANG=C svn info $SVNURL | awk '/Last Changed Rev:/ {print "r"$4}')
# Descargar repositorio SVN