Makefile
4 months ago Merged bug24659 into default (2)
5 months ago Portability: use temporary files instead of "sed -i".
5 months ago When available, use VERSION defined in the environment.
5 months ago merge default into bug24494
6 months ago No longer download a garbled copy of the install / build instructions from the website.
6 months ago Resurrect default
6 months ago increase the wait to account for the overhead of starting another distributed node
6 months ago Resurrect default without bug24494
7 months ago include the spec files' license info
7 months ago generate release LICENSE file
7 months ago find the LICENSE files
7 months ago merge default into bug21319
7 months ago make sure plugins/README is in all the binary packages
7 months ago reference all the little licenses
7 months ago :s/PLUGINS_DIST_DIR/PLUGINS_DIR
7 months ago Further oops, we now depend on everything being built before running run-background-node, otherwise we have two make processes tryi9ng to compile at the same time and they tread on each other.
7 months ago Ooops
7 months ago re-instante the README and remove rabbit_common
8 months ago make invisible lines more visible
8 months ago oops
8 months ago plugins-dist -> plugins
8 months ago rename rabbitmq-plugin to rabbitmq-plugins
8 months ago merge default into bug21319
8 months ago merge default into bug24371
8 months ago remove leftover
8 months ago rename provided_plugins to plugins-dist
8 months ago also clean plugin sources
8 months ago symlink to an absolute path
8 months ago fix a recursive compilation issue
8 months ago be smart about when building plugins
8 months ago add rabbitmq-plugin manpage
8 months ago refactor
8 months ago show full paths in dialyzer warnings
8 months ago add plugins to debs and rpms
8 months ago make plugins easier to dist when developing
8 months ago add plugins to generic unix archive
8 months ago fix the plugins srcdist before attempting to build the plugins
8 months ago add target to build plugins and put the .ezs in provided_plugins/
8 months ago include the plugins' sources in the broker bundles
8 months ago Ensure dir exists
9 months ago Use ctl wait in makefile; use setsid and backgrounding borrowed from init
9 months ago merge default into bug23504
9 months ago Merge bug24284
9 months ago Merge bug 24227
9 months ago silence zips
10 months ago don't use echo -e
10 months ago really add schema-less nodes
10 months ago pass ssl broker args to broker during tests
10 months ago Improve code coverage
10 months ago Complicate Makefile processing
10 months ago Add conditional compilation and makefile infrastructure
11 months ago Merging default to bug24013
11 months ago Another version, avoiding a temp var
11 months ago OK, so that approach does not work, due to the node started by erl somehow imposing some of its configuration (in particular SASL) on the tests call, and making the log tests fail. Let's just parse the output...
11 months ago erl_call treats all communication with the node as success, so try to emulate it.
11 months ago We really have no choice but to copy the beams in. Fortunately, due to the fact clean just wipes out all beams, we don't need to do any further tidying. Thus this seems better than I'd feared by some way
11 months ago Merge in from default. Also change the way that we do building with erlando: cope with it optionally appearing as a sibling of rabbitmq-server, as before, but don't do copying of sources during normal build; only do that for srcdist
11 months ago Merging bug24137 to default
11 months ago These "--novalid"s are less meaningful in the context of bug 24137 since you need to have docbook installed to get this far and so can't trigger the bug. But it can't harm to put them in, and it's possible that there's some other bug I haven't thought of that this fixes.
12 months ago Merging bug24079 to default