summaryrefslogtreecommitdiffstats
path: root/repoman
Commit message (Collapse)AuthorAgeFilesLines
* #1020 logrotate ignore non-existent logs with missingokantoniodoblas2021-02-091-1/+1
| | | | | | | If the logrotate files for opengnsys indicate to rotate files that do not exist, the process ignores them and continues with the next one. The missingok clause is added to the logrotate configuration files.
* #988 Read json config file in scriptsRoberto Hueso Gómez2020-10-221-2/+2
| | | | | | | | This patch implements the function source_json_config() that is used to read the new ogserver.json config file in the scripts. This replaces the old 'source .../ogserver.cfg'. Co-authored-by: Javier Sánchez Parra <jsanchez@soleta.eu>
* #986 More renaming to ogserverJavier Sánchez Parra2020-06-231-1/+1
| | | | | Another step into renaming all references of ogAdmServer to ogServer. This commit mostly rename references to ogAdmServer.cfg in scripts.
* #983: Avoid error messages in some Cron scripts.opengnsys-1.1.1cRamón M. Gómez2020-06-152-20/+9
|
* #927 Remove opengnsys.cron scriptJavier Sánchez Parra2020-04-071-34/+0
| | | | | | | | | | | | | | | | | | This commit removes the opengnsys cron script that checks if the ogAdmServer is running or using too much CPU and restarts the process. Now that the ogAdmServer is more stable this script is not needed. Also, without this script we are going to know better when the ogAdmServer is having a problem and get better reports. In case you observe a crash in ogAdmServer, please, run it under valgrind: valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --log-file=/tmp/ogadmserver-valgrind-out.log /opt/opengnsys/sbin/ogAdmServer -f /opt/opengnsys/etc/ogAdmServer.cfg And post your 'ogadmserver-valgrind-out.log' file to the mailing list. This patch changes the installer and the update scripts too. They do not configure opengnsys.cron anymore. The update script search and remove the deprecated files as well.
* #957: Script `importimage` can use the `version` function.Ramón M. Gómez2020-02-181-8/+7
|
* #873: Fix SQL sentence in `importimage` script.Ramón M. Gómez2020-02-171-2/+7
|
* #957: Script `checkrepo` supports `help` and `version` functions.Ramón M. Gómez2020-02-171-0/+2
|
* #957: Script `importimage` uses a defined function to access the database.Ramón M. Gómez2020-02-141-35/+22
|
* #914: Remove unused files.Ramón M. Gómez2019-11-291-0/+0
|
* #914: Reverting commit `3df93ab` and using GAWK for regex compatibility.Ramón M. Gómez2019-11-081-1/+1
|
* #914 sendFileMcast changes filter of multicast parameter by compatibility ↵Irina Gómez2019-11-081-1/+1
| | | | with awk in Ubuntu16.
* #914: Avoiding external script calls and parsing input with stricter regular ↵Ramón M. Gómez2019-09-111-15/+13
| | | | expressions in {{{sendFileMcast}}}.
* Fixes bugs in 'importimage': it only created the lockfile if target ↵Irina Gómez2019-08-161-1/+1
| | | | repository content a image with same name that imported image.
* Fixs multicast error: create 'read' alias defining line break character as ↵Irina Gómez2019-07-261-0/+3
| | | | default delimiter.
* #914: Removing redundant permissions.Ramón M. Gómez2019-06-071-1/+0
|
* #873: Add some corrections and checks.Ramón M. Gómez2019-01-171-12/+14
|
* #882: Remove directory-based image.Ramón M. Gómez2018-12-031-2/+2
|
* #881: Add personalization variable for torrents creation priority to default ↵Ramón M. Gómez2018-11-291-1/+5
| | | | processes file.
* #873: Rearrange script code and fix SQL sentences.Ramón M. Gómez2018-11-161-14/+17
|
* #873: Updating database image info when local repo is also configured as ↵Ramón M. Gómez2018-11-161-10/+62
| | | | admin server.
* #875: Removing old ogAdmRepo service.Ramón M. Gómez2018-11-143-6/+3
|
* #873: New script {{{importomage}}}.Ramón M. Gómez2018-10-151-0/+110
|
* #846 Se configura logrotate para que incluya todos los archivos de registro. ↵Irina Gómez2018-10-111-0/+22
| | | | Se separan los servicios del server y del repo en archivos independientes
* #850: Correct an error.Ramón M. Gómez2018-10-101-1/+1
|
* #850: Script {{{checkrepo}}} creates the repository info file if it doesn't ↵Ramón M. Gómez2018-10-101-42/+7
| | | | exist and uses a new global functions file.
* Added main repo interface parameter to sendFileMcast script to solve ↵Fredy2018-07-052-2/+12
| | | | problems when more than one interface are available
* #770 Script de servidor sincronizadas: si no existe fichero de idioma toma ↵irina2017-11-085-0/+424
| | | | | | por defecto el castellano. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5503 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Convertir datos a bytes para ruta REST {{{/repository/images}}}; ↵ramon2017-10-161-1/+3
| | | | | | propiedades de repositorio convierte tamaños a valor legible. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5463 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Indicar si existen backups de imágenes en ruta RREST ↵ramon2017-10-131-1/+2
| | | | | | {{{/repository/images}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5460 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Generar fichero .info tras crear imagen.ramon2017-10-111-3/+3
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5454 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Corregir errata al tratar información de imágenes en subdirectorios.ramon2017-10-101-5/+6
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5453 a21b9725-9963-47de-94b9-378ad31fedc9
* #740: Crear ficheros de checksum y torrent para backups de disco completo.ramon2017-10-101-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5451 a21b9725-9963-47de-94b9-378ad31fedc9
* #810: Crear script {{{checkrepo}}} para mantener información de imágenes ↵ramon2017-10-102-17/+245
| | | | | | del repositorio (se ejecutará en el cron tras el script {{{deletepreimage}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5450 a21b9725-9963-47de-94b9-378ad31fedc9
* #730: Sustitución del nombre del proyecto en ficheros del servidor.ramon2017-06-282-4/+4
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5390 a21b9725-9963-47de-94b9-378ad31fedc9
* #730 deleteimage: Permite recuperar la copia de seguridad aunque no existe ↵irina2016-10-141-21/+16
| | | | | | la imagen git-svn-id: https://opengnsys.es/svn/branches/version1.1@5036 a21b9725-9963-47de-94b9-378ad31fedc9
* #678 Permite borrar imágenes en directorios de unidades organizativas desde ↵irina2016-03-022-52/+19
| | | | | | la consola o línea de comando git-svn-id: https://opengnsys.es/svn/branches/version1.1@4811 a21b9725-9963-47de-94b9-378ad31fedc9
* #678 unidades organizativas separadas: los script deleteimagen y ↵irina2016-02-032-9/+34
| | | | | | torrent-creator permiten imágenes dentro de subdirectorios de /opt/opengnsys/images git-svn-id: https://opengnsys.es/svn/branches/version1.1@4786 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.1: Integrar últimos cambios.ramon2015-05-281-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@4638 a21b9725-9963-47de-94b9-378ad31fedc9
* #673: Actualizar código incluido en OepnGnSys 1.0.6 sobre la rama ↵ramon2015-04-202-4/+5
| | | | | | {{{version1.1}}} para desarrollar la nueva versión. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4609 a21b9725-9963-47de-94b9-378ad31fedc9
* #626 integrar modificaciones en torrent-creatoradv2015-01-271-3/+9
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4490 a21b9725-9963-47de-94b9-378ad31fedc9
* #536: Mejorar la seguridad modificando {{{torrent-tracker}}} para evitar la ↵ramon2014-12-111-3/+3
| | | | | | descarga no autorizadas de torrents ({{{BTALLOW_GET=0}}}). git-svn-id: https://opengnsys.es/svn/branches/version1.0@4458 a21b9725-9963-47de-94b9-378ad31fedc9
* #674: Actualizar comentario de versión del script {{{deleteimage}}}.ramon2014-10-311-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4418 a21b9725-9963-47de-94b9-378ad31fedc9
* #674: Script {{{deleteimage}}} detecta automáticamente el tipo de imagen ↵ramon2014-10-301-54/+36
| | | | | | que debe borrar. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4416 a21b9725-9963-47de-94b9-378ad31fedc9
* branches-version1.0albertogp2014-04-221-1/+1
| | | | | | | Integrando cambios en version 1.0 #462 git-svn-id: https://opengnsys.es/svn/branches/version1.0@4245 a21b9725-9963-47de-94b9-378ad31fedc9
* branches-version1.0albertogp2014-04-222-8/+37
| | | | | | | Integrando cambios en version 1.0 #462 git-svn-id: https://opengnsys.es/svn/branches/version1.0@4244 a21b9725-9963-47de-94b9-378ad31fedc9
* #616: Añadir variable {{{RUN_CRONJOB}}} a fichero ↵ramon2014-04-081-0/+3
| | | | | | {{{/etc/default/opengnsys}}} para elegir si no se desea ejecutar en el Cron el fichero de comprobación de servicios ejecutados. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4228 a21b9725-9963-47de-94b9-378ad31fedc9
* #621: Mejor detección del porcentaje de uso de CPU para evitar cuelgues del ↵ramon2014-03-211-4/+4
| | | | | | servidor. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4201 a21b9725-9963-47de-94b9-378ad31fedc9
* #621: Mover código del ticket:621 a la rama de desarrollo.ramon2014-02-271-5/+21
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4164 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 torrent-creator incluye las imagenes .diff y en la consola cambio de ↵irina2014-02-041-1/+1
| | | | | | nomenclatura para el tipo de sincronizada: basada en directorio o en archivo git-svn-id: https://opengnsys.es/svn/branches/version1.0@4138 a21b9725-9963-47de-94b9-378ad31fedc9