summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_update.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* #943: Fix GitHub API URL to check branch update date.Ramón M. Gómez2020-01-091-6/+8
|
* #943: Script `opengnsys_update.sh` shows a menu with available versions to ↵Ramón M. Gómez2020-01-091-5/+48
| | | | update.
* #938: Show instructions to download BURG after installing/updating.Ramón M. Gómez2019-12-101-0/+3
|
* #914: Adapting all scripts to use the `master` branch.Ramón M. Gómez2019-11-251-1/+1
|
* #915: Add new ogAdmServer compilation dependency.Ramón M. Gómez2019-11-211-1/+1
|
* #914: Reverting commit `3df93ab` and using GAWK for regex compatibility.Ramón M. Gómez2019-11-081-3/+3
|
* #802 #888 PXE templates support EFI partition in whichever partition. ↵Irina Gómez2019-10-221-2/+0
| | | | Example template for boot with grub.
* #925: Only the installer uses {{{settoken}}} script to generate ↵Ramón M. Gómez2019-10-161-8/+3
| | | | authentication tokens.
* #914: Installer and updater check HTTP and HTTPS connections to avoid proxy ↵Ramón M. Gómez2019-10-011-2/+4
| | | | configuration errors.
* #802 #888: Fix bug when replacing PXE template names.Ramón M. Gómez2019-09-271-3/+3
|
* #802 #888 opengnsys_update.sh: The names of PXE templates for BIOS are ↵Irina Gómez2019-09-271-1/+11
| | | | changed for compatibility with UEFI computers.
* #914: Installed/Update newest ogLive version.Ramón M. Gómez2019-09-201-4/+4
|
* #914: Fix duplicates when detecting network parameters and get main ↵Ramón M. Gómez2019-09-171-1/+1
| | | | nameserver with Systemd.
* #892: Revert the removal of {{{wakonlan}}} installation dependency from ↵Ramón M. Gómez2019-08-261-1/+1
| | | | commit {{{2b00219}}}.
* #912 opengnsys_update.sh: the script is fixed that inclued '/' at the end ↵Irina Gómez2019-08-021-2/+2
| | | | the REPO APITOKEN in repository configuration.
* #915 update installer to add APITOKEN= to ogAdmServer.cfgJavier Sánchez Parra2019-06-241-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ómez2019-06-131-3/+17
|
* #914: Install/update the new ogLive release.Ramón M. Gómez2019-06-071-1/+1
|
* #888 #914: Updating UEFI requisites.Ramón M. Gómez2019-06-071-4/+8
|
* #914 Fix ogLive version to be installed.Ramón M. Gómez2019-06-051-2/+2
|
* #915: Installing a new ogAdmServer compilation dependency, if needed.Ramón M. Gómez2019-06-051-1/+1
|
* #912: Fix bugs in update script: generating a new repository access token ↵Ramón M. Gómez2019-05-161-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ómez2019-02-071-1/+1
| | | | are installed.
* #892: Use ogAdmServer Wake on LanJavier Sánchez Parra2019-01-291-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ómez2019-01-171-2/+2
|
* #869: `realpath` command is included in `coreutils` package on Ubuntu 18.04Ramón M. Gómez2018-12-201-0/+2
|
* #886: Backward-compatible with JQ version 1.4Ramón M. Gómez2018-12-121-1/+1
|
* #881: Add new variable definitions to the default file.Ramón M. Gómez2018-11-301-1/+13
|
* #879: Checking paths and sizes in update script.Ramón M. Gómez2018-11-261-4/+10
|
* #846: Remove appropiate logrotate files when uninstalling or updating.Ramón M. Gómez2018-11-231-1/+2
|
* #840: Updating script {{{checkperms}}} to assign proper permissions.Ramón M. Gómez2018-11-201-1/+0
|
* #784: Apache configuration now supports connection with PHP-FPM via socket ↵Ramón M. Gómez2018-11-151-1/+7
| | | | and port.
* #875: Removing old ogAdmRepo service.Ramón M. Gómez2018-11-141-10/+2
|
* Close #869: Updating package list to install on CentOS 7.xRamón M. Gómez2018-11-061-1/+1
|
* #784: Install or update to PHP 7 on CentOS 7.Ramón M. Gómez2018-10-291-16/+35
|
* #867: Integrating commit {{{ba1f95c}}}.Ramón M. Gómez2018-10-171-1/+2
|
* #846: Update script creates logrotate files if they do not exist.Ramón M. Gómez2018-10-161-1/+15
|
* #784: Using PHP-FPM instead of Mod-PHP to improve Apache performance.Ramón M. Gómez2018-10-041-7/+9
|
* #840: Checking permissions and directories after Git downloads.Ramón M. Gómez2018-06-131-1/+2
|
* #843: Scripts in in^Caller directory use new version file.Ramón M. Gómez2018-06-121-3/+4
|
* #843: Installer and updater use new version file.Ramón M. Gómez2018-06-121-6/+8
|
* #840: Adaptar valor de revisión según fecha y parte del commit de Git en ↵Ramón M. Gómez2018-06-051-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ómez2018-05-241-30/+41
|
* #802: Instalar y actualizar paquete de sistema {{{udpcast}}} y ogLive con ↵ramon2018-04-021-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.ramon2018-03-051-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.ramon2018-03-011-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5626 a21b9725-9963-47de-94b9-378ad31fedc9
* #730: Cambios en actualizador:ramon2018-02-201-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 ↵ramon2017-12-201-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:ramon2017-12-141-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 ↵ramon2017-10-261-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