Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly source require.sh | Matthias Baur | 2019-03-12 | 3 | -9/+21 |
| | | | | Fixes #3571. | ||||
* | Allow optional --ignore-root-warning | Martin Trigaux | 2019-02-14 | 2 | -9/+22 |
| | | | | | | | | | | | | 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 | ||||
* | Jump to 2.3.6-dev and update release process | Jeremy Benoist | 2018-12-15 | 1 | -2/+2 |
| | | | | Fix release archive in `release.sh` and also fix a typo in the release process | ||||
* | Jump to 2.3.5-dev and update release process | Jeremy Benoist | 2018-11-25 | 1 | -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-update | Kevin Decherf | 2018-10-17 | 2 | -0/+28 |
|\ | | | | | Abort running install and update script if root | ||||
| * | Added argument to ignore the warning. | Jérôme Deuchnord | 2018-10-16 | 2 | -2/+18 |
| | | |||||
| * | Abort running install and update script if root (closes #3590) | Jérôme Deuchnord | 2018-10-06 | 2 | -0/+12 |
| | | |||||
* | | Merge pull request #3706 from shtrom/fix/gnu-make-bash | Kevin Decherf | 2018-10-14 | 5 | -0/+0 |
|\ \ | |/ |/| | Makefile fixes for non GNU systems | ||||
| * | Makefile fixes for non GNU systems | Olivier Mehani | 2018-08-18 | 5 | -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 script | Jeremy Benoist | 2018-08-17 | 1 | -4/+4 |
|/ | |||||
* | add `set -eu` to update.sh | Sven Fischer | 2018-01-03 | 1 | -0/+3 |
| | | | | fixes #2957 | ||||
* | Fixed symlinks issue during release creation | Nicolas Lœuillet | 2017-03-01 | 1 | -0/+1 |
| | |||||
* | scripts/update.sh: 18: scripts/update.sh: composer.phar: not found | FoxMaSk | 2017-02-04 | 1 | -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 script | Nicolas Lœuillet | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | Added explanations about migrations | Nicolas Lœuillet | 2017-01-23 | 1 | -0/+1 |
| | |||||
* | Reorder variable assignation in update.sh script, fix #2554 | Darius Kramer | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | fix path for in install scripts | FoxMaSk | 2016-10-30 | 3 | -3/+3 |
| | |||||
* | fix path for in install scripts | FoxMaSk | 2016-10-30 | 3 | -9/+9 |
| | |||||
* | Usage of composer.phar if it's found | Nicolas Lœuillet | 2016-10-27 | 4 | -5/+12 |
| | |||||
* | Added require.sh to check if composer is installed | Nicolas Lœuillet | 2016-10-27 | 4 | -3/+21 |
| | |||||
* | Added a check in Makefile to see if composer is installed | Nicolas Lœuillet | 2016-10-24 | 1 | -0/+2 |
| | | | | Fix #2498 | ||||
* | Bring make dev | Thomas Citharel | 2016-10-15 | 1 | -0/+7 |
| | |||||
* | Update documentation | Nicolas Lœuillet | 2016-10-10 | 3 | -0/+6 |
| | |||||
* | Added documentation about testsuite | Nicolas Lœuillet | 2016-10-10 | 1 | -1/+1 |
| | | | | Fix #2415 | ||||
* | Created scripts folder to store update/install/release process | Nicolas Lœuillet | 2016-10-09 | 3 | -0/+36 |