| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-30 | 1 | -1/+9 |
| | | |||||
| * | scripts: Pass script name to rabbitmq-env.bat | Jean-Sébastien Pédron | 2015-10-30 | 5 | -5/+5 |
| | | |||||
| * | rabbitmq-env.bat: Adapt to erlang.mk | Jean-Sébastien Pédron | 2015-10-30 | 1 | -1/+66 |
| | | |||||
| * | rabbitmq-env.bat: Use backslashes in paths | Jean-Sébastien Pédron | 2015-10-30 | 1 | -2/+2 |
| | | |||||
| * | rabbitmq-env.bat: Automatically set ERLANG_HOME if "erl" is in the PATH | Jean-Sébastien Pédron | 2015-10-30 | 1 | -0/+12 |
| | | |||||
| * | rabbitmq-env.bat: Take the caller script name as first argument | Jean-Sébastien Pédron | 2015-10-30 | 1 | -0/+1 |
| | | |||||
| * | rabbitmq-defaults.bat: Detect development env on Windows | Jean-Sébastien Pédron | 2015-10-30 | 1 | -0/+6 |
| | | |||||
| * | Git: Ignore editors' backup files | Jean-Sébastien Pédron | 2015-10-30 | 1 | -0/+1 |
| | | |||||
| * | rabbitmq-env: Ensure RABBITMQ_HOME is an absolute path | Jean-Sébastien Pédron | 2015-10-30 | 1 | -13/+13 |
| | | | | | | This helps rabbitmq-plugins when it queries rabbitmqctl to get the various plugins path variables. | ||||
| * | rabbitmq-plugins: Don't query rabbitmqctl if env vars are explicitly set | Jean-Sébastien Pédron | 2015-10-30 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | So if RABBITMQ_PLUGINS_DIR is explicitely set in the environment, do not run rabbitmqctl. Likewise for RABBITMQ_ENABLED_PLUGINS_FILE. This prevents rabbitmq-plugins from taking configuration from a running unrelated node, when it is started from `make run-broker`. The make command will still fail later but for the correct reason: there is already a node conflicting with the one we want to start. Without this, `make run-broker` would abort with the following error: Error: {cannot_write_enabled_plugins_file, "./sbin/../etc/rabbitmq/enabled_plugins",enoent} ... which doesn't make any sense. | ||||
| * | packaging/standalone: Use "cp", not "cp -a" | Jean-Sébastien Pédron | 2015-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | For the same reasons as: commit a131baadf409db533c24dfd87d3a141136bcc37c Author: Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> Date: Thu Oct 29 09:56:21 2015 +0100 Makefile: Use "cp -r", not "cp -a" | ||||
| * | packaging: Do not pass $(ERL_LIBS) to sub-make | Jean-Sébastien Pédron | 2015-10-29 | 6 | -0/+6 |
| | | |||||
| * | packaging/standalone: Use "xzcat | tar" instead of "tar -J" | Jean-Sébastien Pédron | 2015-10-29 | 1 | -1/+1 |
| | | | | | | The -J flag is not supported by old versions of GNU tar. This is the case on Mac OS X 10.5.x for instance. | ||||
| * | make package-standalone-macosx: Only valid on Mac OS X | Jean-Sébastien Pédron | 2015-10-29 | 1 | -6/+9 |
| | | | | | | On other platform, there is no point in creating this package because it embeds a native Erlang. | ||||
| * | Makefile: Use "cp -r", not "cp -a" | Jean-Sébastien Pédron | 2015-10-29 | 1 | -8/+8 |
| | | | | | | "cp -a" is not portable and in fact, we don't need to preserve timestamps or owner. Permissions are preserved anyway. | ||||
| * | make source-dist: Mention we should fix file timestamps | Jean-Sébastien Pédron | 2015-10-29 | 1 | -0/+3 |
| | | | | | | | Add an example with the comment. This is on the TODO to have reproducible builds. | ||||
| * | packaging: Do not pass $(DEPS_DIR) to sub-make | Jean-Sébastien Pédron | 2015-10-28 | 5 | -0/+10 |
| | | |||||
| * | make source-dist: Replace version in rabbit.app.src as well | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+4 |
| | | |||||
| * | make source-dist: Use $(PROJECT) instead of hardcoding `rabbit` | Jean-Sébastien Pédron | 2015-10-28 | 1 | -2/+2 |
| | | |||||
| * | packaging/standalone: Test if `generate_release` succeeded | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+1 |
| | | |||||
| * | packaging/standalone: Sort files in final archive | Jean-Sébastien Pédron | 2015-10-28 | 1 | -2/+4 |
| | | | | | | While here, switch from gzip to xz as the compression format. This saves around 16% of file size. | ||||
| * | packaging/standalone: Remove patch(1) backup if any | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+1 |
| | | |||||
| * | packaging/standalone: Use $(abspath) instead of `pwd` | Jean-Sébastien Pédron | 2015-10-28 | 1 | -2/+2 |
| | | |||||
| * | packaging/standalone: Remove existing build directories | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+1 |
| | | |||||
| * | packaging/standalone: Do not pass $(DEPS_DIR) to sub-make | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+2 |
| | | |||||
| * | packaging/standalone: Fix path to default $(SOURCE_DIST_FILE) | Jean-Sébastien Pédron | 2015-10-28 | 1 | -1/+1 |
| | | |||||
| * | packaging/standalone: Ensure plugin deps are listed once in the rel script | Jean-Sébastien Pédron | 2015-10-28 | 1 | -1/+3 |
| | | | | | | | | | Otherwise, systools complains with eg: Duplicated register names: ssl_sup registered in ssl and ssl ssl_manager registered in ssl and ssl ... | ||||
| * | make source-dist: "find -s" is not portable, use sort(1) | Jean-Sébastien Pédron | 2015-10-28 | 1 | -4/+4 |
| | | | | | | | | | | sort(1) supports the option -z to work with NUL-terminated strings, so we can keep "find -print0" and "xargs -0" and support filenames with whitespaces. As a reminder, LC_COLLATE=C is used to ensure the order is the same for everybody (ie. independent of the user's locale). | ||||
| * | Update erlang.mk | Jean-Sébastien Pédron | 2015-10-28 | 1 | -5/+125 |
| | | |||||
| * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2015-10-28 | 1 | -3/+1 |
| | | |||||
| * | make source-dist: Sort files in the source archive | Jean-Sébastien Pédron | 2015-10-27 | 1 | -4/+11 |
| | | | | | This is one step toward reproducable builds. | ||||
| * | Makefile: USE_PROPER_QC is now a simply expanded variable | Jean-Sébastien Pédron | 2015-10-27 | 1 | -2/+2 |
| | | | | | | | | | This shaves off 50% of the build time because the shell command is evaluated only once. Do the same for ERTS_VER, though it doesn't bring a significant speed improvement. | ||||
| * | Makefile: Move .DEFAULT_GOAL to the same place as other Makefiles | Jean-Sébastien Pédron | 2015-10-27 | 1 | -2/+1 |
| | | |||||
| * | cosmetics | Alvaro Videla | 2015-10-27 | 2 | -21/+21 |
| | | |||||
| * | Merge pull request #390 from rabbitmq/rabbitmq-server-369 | Alvaro Videla | 2015-10-27 | 2 | -7/+7 |
| |\ | | | | | Rename policy parameters, references #369 | ||||
| | * | Rename policy parameters, references #369 | Michael Klishin | 2015-10-26 | 2 | -7/+7 |
| | | | |||||
| * | | make source-dist: Only force plugins' version when it's empty | Jean-Sébastien Pédron | 2015-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | make source-dist: Fix licenses handling to match previous behavior | Jean-Sébastien Pédron | 2015-10-27 | 1 | -2/+5 |
| | | | |||||
| * | | make source-dist: Do not distribute some subdirectories | Jean-Sébastien Pédron | 2015-10-27 | 1 | -0/+4 |
| | | | | | | | | | | | For now, skip cowboy's documentation and examples, and rabbitmq-mqtt test client (which is downloaded during the test). | ||||
| * | | make source-dist: Do not distribute rabbitmq-metronome and -toke | Jean-Sébastien Pédron | 2015-10-27 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2015-10-27 | 1 | -4/+4 |
| |\ \ | |||||
| | * \ | Merge pull request #394 from aboroska/rabbitmq-server-117-fix-function-name | Michael Klishin | 2015-10-27 | 1 | -4/+4 |
| | |\ \ | | | | | | | | | Fix spelling of function name | ||||
| | | * | | Fix spelling of function name | Andras Boroska | 2015-10-26 | 1 | -4/+4 |
| | |/ / | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-27 | 1 | -4/+14 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #391 from rabbitmq/rabbitmq-server-117 | Michael Klishin | 2015-10-27 | 1 | -4/+14 |
| | |\ \ | | | | | | | | | Check port using ipv6 | ||||
| | | * | | Check port using ipv6 | Diana Corbacho | 2015-10-26 | 1 | -4/+14 |
| | |/ / | |||||
| * | | | Update erlang.mk | Jean-Sébastien Pédron | 2015-10-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'rabbitmq-server-386' | Jean-Sébastien Pédron | 2015-10-26 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Disable FHC read cache by default | Michael Klishin | 2015-10-23 | 1 | -1/+1 |
| | | |/ | |/| | | | | Fixes #386. | ||||
| * | | | make source-dist: Do not distribute plugins/ directories | Jean-Sébastien Pédron | 2015-10-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | Those are artefacts of unrelated builds. | ||||
