Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [script] use local variable rather than function arguments | Sébastien Lesaint | 2016-05-23 | 1 | -3/+3 |
| | |||||
* | [script] make property_utils.sh run on OSX + improve "if grep" | Priit Liivak | 2016-05-23 | 1 | -13/+15 |
| | | | | | | | Now works on OSX: inline is required since in OSX providing '' as variable does not work. More reliable OS independent version of this script. Fixed incorrect backslash count in REGEX variable Applied recommendations for "if grep" http://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D | ||||
* | [SCRIPTS] unziping silently in start.sh | Sébastien Lesaint | 2015-08-06 | 1 | -1/+2 |
| | |||||
* | [SCRIPTS] make patches more visible in logs | Sébastien Lesaint | 2015-08-06 | 1 | -0/+4 |
| | |||||
* | [SCRIPTS] add support to set non existing property in property_utils | Sébastien Lesaint | 2015-08-06 | 1 | -11/+23 |
| | |||||
* | [SCRIPTS] add support for patches to start.sh | Sébastien Lesaint | 2015-08-06 | 4 | -0/+177 |
| | | | | use seperate start and stop to avoid unpredictable errors when applying patches on a live SQ instance | ||||
* | add command line options to generate_batch_reports.sh | Sébastien Lesaint | 2015-07-02 | 1 | -1/+44 |
| | |||||
* | use a private repo before building in generate_batch_reports.sh | Sébastien Lesaint | 2015-07-02 | 1 | -10/+24 |
| | |||||
* | add ability to dump batch report enabled by sonar.batch.dumpReportDir | Sébastien Lesaint | 2015-07-02 | 2 | -0/+68 |
batch report dump are saved in the directory specified by the property sonar.batch.dumpReportDir and the batch is NOT pushed to the server |