aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/update.sh
Commit message (Collapse)AuthorAgeFilesLines
* Makefile fixes for non GNU systemsOlivier Mehani2018-08-181-0/+0
| | | | | | | | * Move `Makefile` to `GNUmakefile`, which GNU `make` picks first * Add `Makefile` so other `make`s forward to `gmake` * Set the `SHELL` variable and let `make` handle the shell Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* add `set -eu` to update.shSven Fischer2018-01-031-0/+3
| | | | fixes #2957
* Fixed update scriptNicolas Lœuillet2017-01-231-1/+1
|
* Added explanations about migrationsNicolas Lœuillet2017-01-231-0/+1
|
* Reorder variable assignation in update.sh script, fix #2554Darius Kramer2016-11-071-1/+1
|
* fix path for in install scriptsFoxMaSk2016-10-301-1/+1
|
* fix path for in install scriptsFoxMaSk2016-10-301-3/+3
|
* Usage of composer.phar if it's foundNicolas Lœuillet2016-10-271-1/+3
|
* Added require.sh to check if composer is installedNicolas Lœuillet2016-10-271-0/+4
|
* Update documentationNicolas Lœuillet2016-10-101-0/+2
|
* Added documentation about testsuiteNicolas Lœuillet2016-10-101-1/+1
| | | | Fix #2415
* Created scripts folder to store update/install/release processNicolas Lœuillet2016-10-091-0/+11