Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #943: Fix GitHub API URL to check branch update date. | Ramón M. Gómez | 2020-01-09 | 1 | -6/+8 | |
| | ||||||
* | #943: Script `opengnsys_update.sh` shows a menu with available versions to ↵ | Ramón M. Gómez | 2020-01-09 | 1 | -5/+48 | |
| | | | | update. | |||||
* | #938: Show instructions to download BURG after installing/updating. | Ramón M. Gómez | 2019-12-10 | 1 | -0/+3 | |
| | ||||||
* | #914: Adapting all scripts to use the `master` branch. | Ramón M. Gómez | 2019-11-25 | 1 | -1/+1 | |
| | ||||||
* | #915: Add new ogAdmServer compilation dependency. | Ramón M. Gómez | 2019-11-21 | 1 | -1/+1 | |
| | ||||||
* | #914: Reverting commit `3df93ab` and using GAWK for regex compatibility. | Ramón M. Gómez | 2019-11-08 | 1 | -3/+3 | |
| | ||||||
* | #802 #888 PXE templates support EFI partition in whichever partition. ↵ | Irina Gómez | 2019-10-22 | 1 | -2/+0 | |
| | | | | Example template for boot with grub. | |||||
* | #925: Only the installer uses {{{settoken}}} script to generate ↵ | Ramón M. Gómez | 2019-10-16 | 1 | -8/+3 | |
| | | | | authentication tokens. | |||||
* | #914: Installer and updater check HTTP and HTTPS connections to avoid proxy ↵ | Ramón M. Gómez | 2019-10-01 | 1 | -2/+4 | |
| | | | | configuration errors. | |||||
* | #802 #888: Fix bug when replacing PXE template names. | Ramón M. Gómez | 2019-09-27 | 1 | -3/+3 | |
| | ||||||
* | #802 #888 opengnsys_update.sh: The names of PXE templates for BIOS are ↵ | Irina Gómez | 2019-09-27 | 1 | -1/+11 | |
| | | | | changed for compatibility with UEFI computers. | |||||
* | #914: Installed/Update newest ogLive version. | Ramón M. Gómez | 2019-09-20 | 1 | -4/+4 | |
| | ||||||
* | #914: Fix duplicates when detecting network parameters and get main ↵ | Ramón M. Gómez | 2019-09-17 | 1 | -1/+1 | |
| | | | | nameserver with Systemd. | |||||
* | #892: Revert the removal of {{{wakonlan}}} installation dependency from ↵ | Ramón M. Gómez | 2019-08-26 | 1 | -1/+1 | |
| | | | | commit {{{2b00219}}}. | |||||
* | #912 opengnsys_update.sh: the script is fixed that inclued '/' at the end ↵ | Irina Gómez | 2019-08-02 | 1 | -2/+2 | |
| | | | | the REPO APITOKEN in repository configuration. | |||||
* | #915 update installer to add APITOKEN= to ogAdmServer.cfg | Javier Sánchez Parra | 2019-06-24 | 1 | -0/+1 | |
| | | | | | | | | This is going to be used to protect calls to ogAdmServer Example line for ogAdmServer.cfg: APITOKEN=9b5fddfc5d4d1daa74ffd7ce7c3c9925 | |||||
* | #802: Creating certificate to sign boot loaders. | Ramón M. Gómez | 2019-06-13 | 1 | -3/+17 | |
| | ||||||
* | #914: Install/update the new ogLive release. | Ramón M. Gómez | 2019-06-07 | 1 | -1/+1 | |
| | ||||||
* | #888 #914: Updating UEFI requisites. | Ramón M. Gómez | 2019-06-07 | 1 | -4/+8 | |
| | ||||||
* | #914 Fix ogLive version to be installed. | Ramón M. Gómez | 2019-06-05 | 1 | -2/+2 | |
| | ||||||
* | #915: Installing a new ogAdmServer compilation dependency, if needed. | Ramón M. Gómez | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | #912: Fix bugs in update script: generating a new repository access token ↵ | Ramón M. Gómez | 2019-05-16 | 1 | -2/+5 | |
| | | | | and uncompressing downloaded code; update closed tickets list. | |||||
* | #784: Fixing Apache configuration error when multiple instances of PHP-FPM ↵ | Ramón M. Gómez | 2019-02-07 | 1 | -1/+1 | |
| | | | | are installed. | |||||
* | #892: Use ogAdmServer Wake on Lan | Javier Sánchez Parra | 2019-01-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gestor_Comando.php only execute wakeonlan_repo.php when wake up command is called. * wakeonlan_repo.php send new needed parameters for ogAdmServer WoL. * repository.php use ogAdmServer WoL instead of wakeonlan perl script. * opengnsys_installer.sh and opengnsys_update.sh don't have wakeonlan perl script dependency anymore. # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Jan 28 10:22:57 2019 +0100 # # On branch devel # Your branch is ahead of 'origin/devel' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: admin/WebConsole/comandos/gestores/gestor_Comandos.php # modified: admin/WebConsole/comandos/gestores/wakeonlan_repo.php # modified: admin/WebConsole/rest/repository.php # modified: installer/opengnsys_installer.sh # modified: installer/opengnsys_update.sh # # Untracked files: # 0001-892-Use-ogAdmServer-Wake-on-Lan.patch # 0001-892-Use-ogAdmServer-Wake-on-Lan.zip # | |||||
* | #580: New compilation dependencies. | Ramón M. Gómez | 2019-01-17 | 1 | -2/+2 | |
| | ||||||
* | #869: `realpath` command is included in `coreutils` package on Ubuntu 18.04 | Ramón M. Gómez | 2018-12-20 | 1 | -0/+2 | |
| | ||||||
* | #886: Backward-compatible with JQ version 1.4 | Ramón M. Gómez | 2018-12-12 | 1 | -1/+1 | |
| | ||||||
* | #881: Add new variable definitions to the default file. | Ramón M. Gómez | 2018-11-30 | 1 | -1/+13 | |
| | ||||||
* | #879: Checking paths and sizes in update script. | Ramón M. Gómez | 2018-11-26 | 1 | -4/+10 | |
| | ||||||
* | #846: Remove appropiate logrotate files when uninstalling or updating. | Ramón M. Gómez | 2018-11-23 | 1 | -1/+2 | |
| | ||||||
* | #840: Updating script {{{checkperms}}} to assign proper permissions. | Ramón M. Gómez | 2018-11-20 | 1 | -1/+0 | |
| | ||||||
* | #784: Apache configuration now supports connection with PHP-FPM via socket ↵ | Ramón M. Gómez | 2018-11-15 | 1 | -1/+7 | |
| | | | | and port. | |||||
* | #875: Removing old ogAdmRepo service. | Ramón M. Gómez | 2018-11-14 | 1 | -10/+2 | |
| | ||||||
* | Close #869: Updating package list to install on CentOS 7.x | Ramón M. Gómez | 2018-11-06 | 1 | -1/+1 | |
| | ||||||
* | #784: Install or update to PHP 7 on CentOS 7. | Ramón M. Gómez | 2018-10-29 | 1 | -16/+35 | |
| | ||||||
* | #867: Integrating commit {{{ba1f95c}}}. | Ramón M. Gómez | 2018-10-17 | 1 | -1/+2 | |
| | ||||||
* | #846: Update script creates logrotate files if they do not exist. | Ramón M. Gómez | 2018-10-16 | 1 | -1/+15 | |
| | ||||||
* | #784: Using PHP-FPM instead of Mod-PHP to improve Apache performance. | Ramón M. Gómez | 2018-10-04 | 1 | -7/+9 | |
| | ||||||
* | #840: Checking permissions and directories after Git downloads. | Ramón M. Gómez | 2018-06-13 | 1 | -1/+2 | |
| | ||||||
* | #843: Scripts in in^Caller directory use new version file. | Ramón M. Gómez | 2018-06-12 | 1 | -3/+4 | |
| | ||||||
* | #843: Installer and updater use new version file. | Ramón M. Gómez | 2018-06-12 | 1 | -6/+8 | |
| | ||||||
* | #840: Adaptar valor de revisión según fecha y parte del commit de Git en ↵ | Ramón M. Gómez | 2018-06-05 | 1 | -2/+3 | |
| | | | | instalador y actualizador; continuar sustituyendo URLs de Git. | |||||
* | #840: Usar repositorio de GitHub en instalación y actualización. | Ramón M. Gómez | 2018-05-24 | 1 | -30/+41 | |
| | ||||||
* | #802: Instalar y actualizar paquete de sistema {{{udpcast}}} y ogLive con ↵ | ramon | 2018-04-02 | 1 | -2/+2 | |
| | | | | | | Kernel 4.13 compatible EFI. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5691 a21b9725-9963-47de-94b9-378ad31fedc9 | |||||
* | #804: Instalar y actualizar a PHP 7. | ramon | 2018-03-05 | 1 | -40/+57 | |
| | | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5638 a21b9725-9963-47de-94b9-378ad31fedc9 | |||||
* | #804: Dejar de instalar antigua librería xajax incompatible con PHP 7. | ramon | 2018-03-01 | 1 | -1/+1 | |
| | | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5626 a21b9725-9963-47de-94b9-378ad31fedc9 | |||||
* | #730: Cambios en actualizador: | ramon | 2018-02-20 | 1 | -42/+69 | |
| | | | | | | | | | - Mostrar error si se intenta actualizar a una versión anterior. - Salir si no se detectan variables de acceso a la BD. - Corregir errata al cambiar permisos en ficheros de log. - Actualizar y homogeneizar mensajes. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5602 a21b9725-9963-47de-94b9-378ad31fedc9 | |||||
* | #730: Corregir erratas en instalador y actualizador al crear directorio de ↵ | ramon | 2017-12-20 | 1 | -1/+1 | |
| | | | | | | grupos (aulas) en el repositorio. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5538 a21b9725-9963-47de-94b9-378ad31fedc9 | |||||
* | #743: Mejoras en petición Wake-On-Lan a repositorio: | ramon | 2017-12-14 | 1 | -2/+2 | |
| | | | | | | | | | * documentar API REST, * hacer una única llamada múltiple a todos los repositorios afectados, * mostrar aviso si ha habido algún problema de conexión con un repo, * incluir dependencias de instalación/actualización. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5534 a21b9725-9963-47de-94b9-378ad31fedc9 | |||||
* | #708: Nuevo script de ejecución cronológica para enviar a los OGAgent las ↵ | ramon | 2017-10-26 | 1 | -3/+4 | |
| | | | | | | operaciones pendientes; preparar su instalación en instalación y actualización. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5485 a21b9725-9963-47de-94b9-378ad31fedc9 |