aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Jump to 2.3.5-dev and update release processJeremy Benoist2018-11-251-4/+4
| | | | After the latest release, I update the documentation about it so it’s more clear
* Merge pull request #3733 from Deuchnord/root-abort-updateKevin Decherf2018-10-172-0/+28
|\ | | | | Abort running install and update script if root
| * Added argument to ignore the warning.Jérôme Deuchnord2018-10-162-2/+18
| |
| * Abort running install and update script if root (closes #3590)Jérôme Deuchnord2018-10-062-0/+12
| |
* | Merge pull request #3706 from shtrom/fix/gnu-make-bashKevin Decherf2018-10-145-0/+0
|\ \ | |/ |/| Makefile fixes for non GNU systems
| * Makefile fixes for non GNU systemsOlivier Mehani2018-08-185-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>
* | Update release scriptJeremy Benoist2018-08-171-4/+4
|/
* add `set -eu` to update.shSven Fischer2018-01-031-0/+3
| | | | fixes #2957
* Fixed symlinks issue during release creationNicolas Lœuillet2017-03-011-0/+1
|
* scripts/update.sh: 18: scripts/update.sh: composer.phar: not foundFoxMaSk2017-02-041-1/+1
| | | when composer.phar is not globally installed, we should add "./" in front of "composer.phar" to run it from the current folder.
* 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-303-3/+3
|
* fix path for in install scriptsFoxMaSk2016-10-303-9/+9
|
* Usage of composer.phar if it's foundNicolas Lœuillet2016-10-274-5/+12
|
* Added require.sh to check if composer is installedNicolas Lœuillet2016-10-274-3/+21
|
* Added a check in Makefile to see if composer is installedNicolas Lœuillet2016-10-241-0/+2
| | | | Fix #2498
* Bring make devThomas Citharel2016-10-151-0/+7
|
* Update documentationNicolas Lœuillet2016-10-103-0/+6
|
* Added documentation about testsuiteNicolas Lœuillet2016-10-101-1/+1
| | | | Fix #2415
* Created scripts folder to store update/install/release processNicolas Lœuillet2016-10-093-0/+36