| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all release handling bits to rabbitmq-release | Jean-Sébastien Pédron | 2016-09-21 | 3 | -287/+0 |
| | | | | | [#130659985] | ||||
| * | Use the new -spec format | Jean-Sébastien Pédron | 2016-06-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The old format is removed in Erlang 19.0, leading to build errors. Also, get rid of the `use_specs` macro and thus always define -spec() & friends. While here, unnify the style of -type and -spec. References #860. [#118562897] [#122335241] | ||||
| * | packaging: tar `-n` is not portable, use --no-recursion instead | Jean-Sébastien Pédron | 2015-12-22 | 1 | -1/+2 |
| | | |||||
| * | packaging/standalone: Use plain Bourne shell in the patched erl(1) script | Jean-Sébastien Pédron | 2015-11-25 | 1 | -3/+2 |
| | | | | | "[[ ... ]]" is a Bash extension. | ||||
| * | packaging/standalone: Take broker dependencies into account | Jean-Sébastien Pédron | 2015-11-25 | 1 | -5/+9 |
| | | | | | | While here, use the new rabbit_plugins:list/2 API to remove the hard-coded list of broker direct dependencies. | ||||
| * | packaging: Add `make clean` | Jean-Sébastien Pédron | 2015-11-09 | 1 | -7/+5 |
| | | |||||
| * | 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 | 1 | -0/+1 |
| | | |||||
| * | 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. | ||||
| * | 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 ... | ||||
| * | Give path to the source dist to packages' Makefiles | Jean-Sébastien Pédron | 2015-10-20 | 1 | -4/+13 |
| | | |||||
| * | Finish with generic-unix and standalone-macosx packages | Jean-Sébastien Pédron | 2015-10-20 | 2 | -9/+23 |
| | | |||||
| * | adds start.boot to bin folder for mac-standalone release | Alvaro Videla | 2015-04-15 | 1 | -0/+5 |
| | | | | | | | | This file is required by rabbit_nodes:ensure_epmd/0 in order to be able to programatically start epmd Fixes rabbitmq/rabbitmq-server#96 | ||||
| * | adds OTP_VERSION to standalone mac | Alvaro Videla | 2015-04-14 | 1 | -0/+5 |
| | | | | | Fixes rabbitmq/rabbitmq-server#106 | ||||
| * | Put the example in the correct place. | Simon MacMullen | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | Merge bug20384 | Simon MacMullen | 2013-09-30 | 1 | -0/+1 |
| |\ | |||||
| | * | relocate sample config on generic-unix/standalone | Tim Watson | 2013-09-18 | 1 | -1/+1 |
| | | | |||||
| | * | fix install task for standalone packages | Tim Watson | 2013-08-28 | 1 | -0/+1 |
| | | | |||||
| * | | Refresh branch from stable | Emile Joubert | 2013-07-31 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | introduces ssl_apps as a env parameter | Alvaro Videla | 2013-07-22 | 1 | -1/+3 |
| | |/ | |||||
| * | | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 1 | -2/+2 |
| |/ | |||||
| * | adds missing patch | Alvaro Videla | 2013-02-27 | 1 | -0/+5 |
| | | |||||
| * | removes sed invocations in favor of patch | Alvaro Videla | 2013-02-27 | 1 | -6/+1 |
| | | |||||
| * | reorders sed calls | Alvaro Videla | 2013-02-27 | 1 | -3/+3 |
| | | |||||
| * | adds realpath to erl mac script | Alvaro Videla | 2013-02-27 | 1 | -2/+6 |
| | | |||||
| * | fixes Erlang FINAL_ROOTDIR | Alvaro Videla | 2013-02-27 | 1 | -0/+4 |
| | | |||||
| * | passes the release OS as a variable | Alvaro Videla | 2012-12-06 | 1 | -2/+2 |
| | | |||||
| * | cosmetics | Alvaro Videla | 2012-12-06 | 1 | -1/+4 |
| | | |||||
| * | refactors the sed bits inside the Makefile | Alvaro Videla | 2012-12-06 | 2 | -21/+13 |
| | | |||||
| * | moves sed invocation to bash script | Alvaro Videla | 2012-11-28 | 2 | -17/+21 |
| | | |||||
| * | renames package to include "mac" in it | Alvaro Videla | 2012-11-28 | 1 | -2/+2 |
| | | |||||
| * | cosmetics | Alvaro Videla | 2012-11-28 | 1 | -3/+3 |
| | | |||||
| * | removes empty folder from the release | Alvaro Videla | 2012-11-28 | 1 | -0/+3 |
| | | |||||
| * | refactors code to extract/load plugin code | Alvaro Videla | 2012-11-28 | 1 | -14/+8 |
| | | |||||
| * | removes unnecessary comment | Alvaro Videla | 2012-11-28 | 1 | -1/+0 |
| | | |||||
| * | removes unreachable expression | Alvaro Videla | 2012-11-28 | 1 | -2/+1 |
| | | |||||
| * | cleans up unused/duplicated functions | Alvaro Videla | 2012-11-16 | 1 | -15/+3 |
| | | |||||
| * | cosmetics + comments | Alvaro Videla | 2012-11-16 | 1 | -5/+29 |
| | | |||||
| * | removes todo comment | Alvaro Videla | 2012-11-16 | 1 | -1/+0 |
| | | |||||
| * | moves the sed invocation to its own target | Alvaro Videla | 2012-11-16 | 1 | -10/+17 |
| | | |||||
| * | fixes erlc invocation for rabbit_release.erl | Alvaro Videla | 2012-11-16 | 1 | -1/+2 |
| | | |||||
| * | moves rabbit_release to the standalone packaging folder | Alvaro Videla | 2012-11-16 | 1 | -0/+148 |
| | | |||||
| * | renames generated tarball | Alvaro Videla | 2012-11-16 | 1 | -2/+2 |
| | | |||||
