summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Don't halt execution if RABBITMQ_CTL_ERL_ARGS is set.bug26478Simon MacMullen2014-11-261-0/+3
|
* adds missing CLEAN_BOOT_FILEbug26441Alvaro Videla2014-10-291-1/+2
|
* Read the env file before figuring out USE_LONGNAME.bug26425Simon MacMullen2014-10-221-11/+11
|
* Correct how to refer to environment variables.bug18626Simon MacMullen2014-10-174-6/+6
|
* Add RABBITMQ_USE_LONGNAME. Based on a patch from Marcos Diez but with fixes ↵Simon MacMullen2014-10-179-14/+66
| | | | for the new way rabbitmqctl starts distribution, refactoring of common stuff into rabbitmq-env, not trimming the hostname, etc.
* stable to defaultSimon MacMullen2014-09-161-0/+1
|\
| * Make sure the server sees RABBITMQ_CONFIG_FILE and can thus log the config ↵bug26344Simon MacMullen2014-09-161-0/+1
| | | | | | | | file location even if it's absent.
* | Oops, silence.Simon MacMullen2014-07-112-2/+2
| |
* | Start a dummy node first to ensure epmd is running.bug26192Simon MacMullen2014-07-072-0/+8
| |
* | Remove these that were merged by accident; we do distribution by hand now.Simon MacMullen2014-07-042-2/+0
| |
* | Port script Mnesia dir changes from bug26192. Add rabbitmqctl force_boot.Simon MacMullen2014-07-035-58/+72
| |
* | stable to defaultSimon MacMullen2014-06-235-2/+11
|\ \ | |/ |/|
| * Accept SERVER_ADDITIONAL_ERL_ARGS from rabbitmq-env.confMichael Klishin2014-06-221-1/+1
| |
| * Make sure RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS has effect on WindowsMichael Klishin2014-06-202-0/+2
| |
| * Add RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS to VM argumentsMichael Klishin2014-06-201-0/+1
| |
| * stable to defaultSimon MacMullen2014-06-182-1/+7
| |\
| | * Merge in defaultSimon MacMullen2014-06-095-6/+6
| | |\
| | * \ Merge in defaultSimon MacMullen2014-06-052-1/+7
| | |\ \
| | | * \ Merge default into bug24926Tim Watson2014-03-182-1/+7
| | | |\ \
| | | | * \ Merge default into bug24926Tim Watson2014-03-141-0/+2
| | | | |\ \
| | | | * \ \ Merge default into bug24926Tim Watson2014-01-101-2/+10
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge conflicts in rabbit.erl, pertaining to app startup procedure.
| | | | * | | | Ensure we pass the nodename on windowsTim Watson2013-11-051-1/+5
| | | | | | | |
| | | | * | | | Allow for runtime disabling of pluginsTim Watson2013-11-051-0/+2
| | | | | | | |
* | | | | | | | More explanation.bug26258Simon MacMullen2014-06-231-2/+3
| | | | | | | |
* | | | | | | | Don't use -e for a portion of rabbitmq-env that uses readlinkMichael Klishin2014-06-231-0/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | readlink exists with an error when its argument is not a symlink.
* | | | | | | 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
|/