aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/update.sh
Commit message (Collapse)AuthorAgeFilesLines
* Return a different code when git isn't installedJeremy Benoist2019-06-141-1/+1
|
* Check if .git directory existJeremy Benoist2019-06-141-0/+6
| | | | If that folder doesn’t exist, it means the udpate script won’t be able to run because it uses git to retrieve the update.
* Properly source require.shMatthias Baur2019-03-121-3/+7
| | | | Fixes #3571.
* Allow optional --ignore-root-warningMartin Trigaux2019-02-141-5/+11
| | | | | | | | | | | | Now both ./install prod --ignore-root-warning ./install --ignore-root-warning prod will work $1 was both used for the environment and the root flag Fixes wallabag/wallabag#3884
* Merge pull request #3733 from Deuchnord/root-abort-updateKevin Decherf2018-10-171-0/+14
|\ | | | | Abort running install and update script if root
| * Added argument to ignore the warning.Jérôme Deuchnord2018-10-161-1/+9
| |
| * Abort running install and update script if root (closes #3590)Jérôme Deuchnord2018-10-061-0/+6
| |
* | 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