summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* packaging/standalone: Sort files in final archiveJean-Sébastien Pédron2015-10-281-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 anyJean-Sébastien Pédron2015-10-281-0/+1
|
* packaging/standalone: Use $(abspath) instead of `pwd`Jean-Sébastien Pédron2015-10-281-2/+2
|
* packaging/standalone: Remove existing build directoriesJean-Sébastien Pédron2015-10-281-0/+1
|
* packaging/standalone: Do not pass $(DEPS_DIR) to sub-makeJean-Sébastien Pédron2015-10-281-0/+2
|
* packaging/standalone: Fix path to default $(SOURCE_DIST_FILE)Jean-Sébastien Pédron2015-10-281-1/+1
|
* packaging/standalone: Ensure plugin deps are listed once in the rel scriptJean-Sébastien Pédron2015-10-281-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édron2015-10-281-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.mkJean-Sébastien Pédron2015-10-281-5/+125
|
* Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-281-3/+1
|
* make source-dist: Sort files in the source archiveJean-Sébastien Pédron2015-10-271-4/+11
| | | | This is one step toward reproducable builds.
* Makefile: USE_PROPER_QC is now a simply expanded variableJean-Sébastien Pédron2015-10-271-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 MakefilesJean-Sébastien Pédron2015-10-271-2/+1
|
* cosmeticsAlvaro Videla2015-10-272-21/+21
|
* Merge pull request #390 from rabbitmq/rabbitmq-server-369Alvaro Videla2015-10-272-7/+7
|\ | | | | Rename policy parameters, references #369
| * Rename policy parameters, references #369Michael Klishin2015-10-262-7/+7
| |
* | make source-dist: Only force plugins' version when it's emptyJean-Sébastien Pédron2015-10-271-1/+1
| |
* | make source-dist: Fix licenses handling to match previous behaviorJean-Sébastien Pédron2015-10-271-2/+5
| |
* | make source-dist: Do not distribute some subdirectoriesJean-Sébastien Pédron2015-10-271-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 -tokeJean-Sébastien Pédron2015-10-271-0/+2
| |
* | Merge branch 'stable'Michael Klishin2015-10-271-4/+4
|\ \
| * \ Merge pull request #394 from aboroska/rabbitmq-server-117-fix-function-nameMichael Klishin2015-10-271-4/+4
| |\ \ | | | | | | | | Fix spelling of function name
| | * | Fix spelling of function nameAndras Boroska2015-10-261-4/+4
| |/ /
* | | Merge branch 'stable'Michael Klishin2015-10-271-4/+14
|\ \ \ | |/ /
| * | Merge pull request #391 from rabbitmq/rabbitmq-server-117Michael Klishin2015-10-271-4/+14
| |\ \ | | | | | | | | Check port using ipv6
| | * | Check port using ipv6Diana Corbacho2015-10-261-4/+14
| |/ /
* | | Update erlang.mkJean-Sébastien Pédron2015-10-261-2/+2
| | |
* | | Merge branch 'rabbitmq-server-386'Jean-Sébastien Pédron2015-10-261-1/+1
|\ \ \
| * | | Disable FHC read cache by defaultMichael Klishin2015-10-231-1/+1
| | |/ | |/| | | | Fixes #386.
* | | make source-dist: Do not distribute plugins/ directoriesJean-Sébastien Pédron2015-10-261-1/+4
| | | | | | | | | | | | Those are artefacts of unrelated builds.
* | | make source-dist: Properly list distributed componentsJean-Sébastien Pédron2015-10-261-11/+22
| | | | | | | | | | | | I was waiting for the erlang.mk branch to be merged.
* | | make source-dist: Filter out `rabbit` from the dependencies listJean-Sébastien Pédron2015-10-261-1/+1
| | |
* | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-261-0/+3
| | |
* | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-261-1/+1
|/ /
* | Merge pull request #385 from rabbitmq/erlang.mkMichael Klishin2015-10-2398-21528/+7484
|\ \ | | | | | | Switch to Erlang.mk
| * | Move compare_version to rabbitmq-commonJean-Sébastien Pédron2015-10-231-18/+0
| | |
| * | Update erlang.mk's build.configJean-Sébastien Pédron2015-10-232-0/+51
| | |
| * | Update erlang.mkJean-Sébastien Pédron2015-10-231-6/+6
| | |
| * | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-231-1/+9
| | |
| * | Merge branch 'master' into erlang.mkJean-Sébastien Pédron2015-10-238-25/+67
| |\ \
| * | | Update erlang.mkJean-Sébastien Pédron2015-10-221-44/+82
| | | |
| * | | rabbitmqctl-env: Fix how we locate rabbit_commonJean-Sébastien Pédron2015-10-201-11/+19
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+2
| | | |
| * | | Update erlang.mkJean-Sébastien Pédron2015-10-201-2/+2
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-20/+75
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+2
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-10/+18
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+10
| | | |
| * | | Move password_hashing_tests.erl to rabbitmq-testJean-Sébastien Pédron2015-10-201-54/+0
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+6
| | | |