aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add environment variables to control scripts/dev.sh behaviorLuc Didry2019-10-091-2/+5
|
* Return a different code when git isn't installedJeremy Benoist2019-06-141-1/+1
|
* Check if .git directory existJeremy Benoist2019-06-142-1/+7
| | | | 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.
* Keep composer.lockJeremy Benoist2019-05-291-2/+2
| | | | | | | | We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too. Now we have less contributions (sadly) so I think we won't run against that problem. Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install. It'll also be much easier to make release. Scrutinizer & Travis will be faster too.
* Properly source require.shMatthias Baur2019-03-123-9/+21
| | | | Fixes #3571.
* Allow optional --ignore-root-warningMartin Trigaux2019-02-142-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 processJeremy Benoist2018-12-151-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 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