summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Allow prelaunch to return error code 2 without failing.bug26247Simon MacMullen2014-06-181-2/+9
|
* Ensure we don't fail if that file is missing.bug24759Simon MacMullen2014-06-091-1/+1
|
* Use '-e' for all shell scripts.Simon MacMullen2014-06-095-5/+5
|
* Don't show misleading information in the Windows service case when the ↵bug26227Simon MacMullen2014-06-051-0/+1
| | | | service has not been reinstalled.
* Merge bug25722 (again)Simon MacMullen2014-03-181-3/+4
|\
| * Don't export anything ever from this script, it gets inherited by any ↵Simon MacMullen2014-03-181-3/+4
| | | | | | | | processes started by the broker - which breaks a bunch of our tests.
* | Merge bug25722Simon MacMullen2014-03-183-11/+61
|\ \ | |/
| * Oops, we need RABBITMQ_CONFIG_FILE to be set for prelaunch to do its job ↵Simon MacMullen2014-03-181-4/+4
| | | | | | | | properly.
| * Check the config situation when installing the Windows service.Simon MacMullen2014-03-131-0/+27
| |
| * Update the batch file.Simon MacMullen2014-03-131-1/+14
| |
| * Move dist arg to the end so that if the user has set it in ↵Simon MacMullen2014-03-131-1/+1
| | | | | | | | RABBITMQ_SERVER_START_ARGS then we take their version not ours.
| * Check if dist port is available since otherwise we will create a horrific ↵Simon MacMullen2014-03-131-1/+1
| | | | | | | | error message. Also refactor a touch.
| * CosmeticSimon MacMullen2014-03-131-7/+7
| |
| * Somehow that actually worked on OS X. Oops.Simon MacMullen2014-03-131-2/+2
| |
| * Set the distribution port range to the first of these that matches:Simon MacMullen2014-03-121-9/+21
| | | | | | | | | | | | | | | | * Not at all if it's mentioned in the config file * $DIST_PORT if that's mentioned in the env file * $RABBITMQ_DIST_PORT if that is set * $RABBITMQ_NODE_PORT + 20000 if that is set * 25672 in all other cases
* | Update copyright for 2014bug25940Simon MacMullen2014-03-179-9/+9
| |
* | Log the config file's expected location according to the environment varible ↵bug26065Simon MacMullen2014-03-121-0/+2
|/ | | | if it cannot be found.
* Strip extra parameter when installing servicebug25925Emile Joubert2013-12-131-2/+10
|
* s/VMware/GoPivotal/gSimon MacMullen2013-07-019-18/+18
|
* Merge bug25271Simon MacMullen2013-03-114-5/+14
|\
| * specifies boot file for rabbit_prelaunch callAlvaro Videla2013-02-261-0/+1
| |
| * specifies boot file for erl callsAlvaro Videla2012-11-094-5/+5
| |
| * adds the erlang base dir before calling erlAlvaro Videla2012-11-074-4/+12
| |
* | Take note of RABBITMQ_SERVICENAME, same as rabbitmq-service.bat does.bug25453Simon MacMullen2013-02-151-1/+5
| |
* | Update copyright 2013bug25343Emile Joubert2013-01-239-9/+9
|/
* Terseness.bug25000Simon MacMullen2012-09-061-1/+1
|
* emit warning when starting detached rabbitFrancesco Mazzoli2012-09-061-1/+3
|
* don't record pid when using -detachedFrancesco Mazzoli2012-09-051-3/+12
|
* More randomness for temporary node names on windowsbug25087Emile Joubert2012-08-083-3/+3
|
* Screambug25005Simon MacMullen2012-06-222-3/+6
|
* Remove whitespaceEmile Joubert2012-06-221-3/+3
|
* Merge bug24924Simon MacMullen2012-06-017-55/+39
|\
| * Those backticks are... not quite necessary. And led to endless confusion ↵Simon MacMullen2012-05-291-3/+2
| | | | | | | | with node.js.
| * fix variable handling in rabbitmq-server preventing background node startup ↵Tim Watson2012-05-211-3/+0
| | | | | | | | from working (rebase foo)
| * on windows, die in the correct manner when node name is already in useTim Watson2012-05-161-3/+5
| |
| * revert to expected RABBITMQ_NODE_ONLY behaviour on unixTim Watson2012-05-161-1/+3
| |
| * cosmeticTim Watson2012-05-161-1/+1
| |
| * fix variable handling in rabbitmq-server preventing background node startup ↵Tim Watson2012-05-211-1/+2
| | | | | | | | from working
| * manually merge 3c20079f0601Tim Watson2012-05-212-2/+2
| |
| * split rabbit_plugins into client and server side modulesTim Watson2012-05-162-2/+2
| |
| * rabbit_control waits as long as process is aliveTim Watson2012-05-152-20/+19
| |
| * remote TODO and extraneous branches from rabbit-serverTim Watson2012-05-101-9/+4
| |
| * rename start_cold to bootTim Watson2012-05-083-3/+3
| |
| * apply startup changes to windows service batch utilityTim Watson2012-05-041-18/+6
| |
| * fix windows batch file code path handling during cold startsTim Watson2012-05-041-3/+3
| |
| * attempt to make rabbitmq-server.bat behave like it's unix cousinTim Watson2012-05-041-10/+6
| |
| * rabbitmq-server uses start_coldTim Watson2012-05-041-6/+8
| |
| * add rabbit:start_cold/0 without relying on release/boot-scriptTim Watson2012-05-031-0/+3
| |
* | do not overwrite RABBITMQ_PLUGINS_DIR on windowsbug24924Tim Watson2012-05-042-2/+7
|/
* Correct strange language, M-qbug22961Simon MacMullen2012-03-011-1/+2
|