Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10690 start.sh, stop.sh & logs.sh support SQ editions | Sébastien Lesaint | 2018-06-12 | 1 | -13/+31 |
| | |||||
* | Move To Gradle | David Rautureau | 2018-03-09 | 1 | -3/+3 |
| | |||||
* | Fix start.sh to support bash CD_COMPLAINS | Julien HENRY | 2017-07-24 | 1 | -1/+1 |
| | | | | | Starting from bash 4.4, passing multiple arguments to `cd` will fail. https://askubuntu.com/questions/905832/ubuntu-17-04-bash-cd-too-many-arguments#905877 | ||||
* | [script] add logs.sh + tail all SQ log files in start.sh | Sébastien Lesaint | 2017-01-03 | 1 | -7/+18 |
| | |||||
* | [script] Do not use deprecated -# flag of tail | Janos Gyerik | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | [script] Simplify condition | Janos Gyerik | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | [script] Double-quote to prevent globbing and word splitting | Janos Gyerik | 2016-11-23 | 1 | -6/+6 |
| | |||||
* | [script] Use conditons on cmd directly instead of indirectly on $? | Janos Gyerik | 2016-11-23 | 1 | -4/+2 |
| | |||||
* | [script] Redirect output in a simpler and more natural way | Janos Gyerik | 2016-11-23 | 1 | -3/+3 |
| | |||||
* | [SCRIPTS] unziping silently in start.sh | Sébastien Lesaint | 2015-08-06 | 1 | -1/+2 |
| | |||||
* | [SCRIPTS] add support for patches to start.sh | Sébastien Lesaint | 2015-08-06 | 1 | -0/+59 |
use seperate start and stop to avoid unpredictable errors when applying patches on a live SQ instance |