summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move scripts list to a variableJean-Sébastien Pédron2015-10-201-2/+5
|
* Define $(VERSION) earlierJean-Sébastien Pédron2015-10-201-1/+1
|
* Add plugins dir to ERL_LIBS even for non-dev environmentJean-Sébastien Pédron2015-10-201-1/+9
|
* Overwrite symlink in $(RMQ_BINDIR)Jean-Sébastien Pédron2015-10-201-1/+1
|
* Remove .zip dist file before creating it againJean-Sébastien Pédron2015-10-201-0/+1
| | | | | Otherwise, zip(1) wants to update it. It works but it is slower than recreating it from scratch.
* Install script symlinks in $(RMQ_BINDIR)Jean-Sébastien Pédron2015-10-201-2/+7
|
* Remove unused variable $(UNZIP)Jean-Sébastien Pédron2015-10-201-2/+0
|
* Be conservative only with rabbitmq-server-*Jean-Sébastien Pédron2015-10-201-4/+4
|
* Be more conservative with rsync --excludeJean-Sébastien Pédron2015-10-201-5/+5
| | | | Ie. do distribute rabbitmq-server-ha.ocf.
* Include `packaging` in source-distJean-Sébastien Pédron2015-10-201-1/+0
|
* Git: Ignore uncompressed manpagesJean-Sébastien Pédron2015-10-201-4/+4
|
* Do not compress manpages, the packaging system handles thatJean-Sébastien Pédron2015-10-201-6/+13
|
* Remove debugging echoJean-Sébastien Pédron2015-10-201-1/+0
|
* Add `make install` targetJean-Sébastien Pédron2015-10-201-0/+42
|
* Escape '{' with [] in sed regular expression to please GNU sedJean-Sébastien Pédron2015-10-201-1/+1
|
* Move common modules from rabbitmq-server to rabbitmq-commonJean-Sébastien Pédron2015-10-202-66/+0
|
* rabbitmq-env: Fix vars for rabbitmq-plugins before setting ERL_LIBSJean-Sébastien Pédron2015-10-201-18/+18
|
* Git: Ignore /plugins instead of /distJean-Sébastien Pédron2015-10-201-1/+1
|
* rabbitmq-env: Adjust RABBITMQ_*PLUGINS* if running from dev envJean-Sébastien Pédron2015-10-201-6/+30
|
* rabbitmq-defaults: Set RABBITMQ_DEV_ENV...Jean-Sébastien Pédron2015-10-201-0/+6
| | | | ... if we believe to be running from the source directory.
* Use `plugins` as the dist directory directlyJean-Sébastien Pédron2015-10-201-3/+3
|
* Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+7
|
* Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-5/+4
|
* rabbit.app: Default to version 0.0.0 in source app fileJean-Sébastien Pédron2015-10-201-1/+1
|
* Git: Ignore source distribution filesJean-Sébastien Pédron2015-10-201-0/+7
|
* Use rabbitmq-components.mk to fetch RabbitMQ componentsJean-Sébastien Pédron2015-10-202-21/+72
|
* Update erlang.mkJean-Sébastien Pédron2015-10-201-11/+5
|
* Update erlang.mkJean-Sébastien Pédron2015-10-201-40/+50
|
* Add all revisions/tags/branches in the source archiveJean-Sébastien Pédron2015-10-201-2/+6
|
* In source-dist, set all applications' version to `$(VERSION)`Jean-Sébastien Pédron2015-10-201-1/+12
| | | | | When building from `source-dist`, do not attempt to get Git informations and build all `$(SRCDIST_DEPS)`.
* Finish `make source-dist` and update erlang.mkJean-Sébastien Pédron2015-10-202-70/+125
|
* Add `make source-dist` to prepare the source archive(s)Jean-Sébastien Pédron2015-10-201-0/+73
| | | | It lacks the ZIP archive still.
* Remove unused scripts & MakefilesJean-Sébastien Pédron2015-10-204-119/+0
|
* Use dependency branches matching the parent branchJean-Sébastien Pédron2015-10-201-2/+19
|
* Update erlang.mkJean-Sébastien Pédron2015-10-202-15/+47
| | | | Temporarily fetch it from RabbitMQ's fork on GitHub.
* Update erlang.mk and rely on the new makedep featureJean-Sébastien Pédron2015-10-204-168/+192
|
* Move codegen.py to rabbitmq-commonJean-Sébastien Pédron2015-10-201-596/+0
|
* Tests are moved to rabbitmq-testJean-Sébastien Pédron2015-10-2015-5281/+0
|
* rabbitmq-env: Use deps/rabbit_common in ERL_LIBSJean-Sébastien Pédron2015-10-201-0/+3
| | | | | | ... if there is no dist. Also, export ERL_LIBS.
* Start rabbit_common on bootJean-Sébastien Pédron2015-10-201-1/+1
|
* rabbit_plugins: Do not consider rabbitmq-common as a pluginJean-Sébastien Pédron2015-10-201-0/+2
|
* Makefile: Take rabbitmq-common from GitHubJean-Sébastien Pédron2015-10-201-1/+1
|
* Define ERL_LIBS when RabbitMQ runs from its source directoryJean-Sébastien Pédron2015-10-201-0/+13
|
* Use `$(DEP_PLUGINS)`Jean-Sébastien Pédron2015-10-201-6/+1
|
* Update erlang.mkJean-Sébastien Pédron2015-10-201-2/+18
|
* `make run*`-related targets were moved to rabbitmq-run.mkJean-Sébastien Pédron2015-10-201-92/+0
|
* Makefile: Use the rabbitmq-run.mk plugin, not -dist.Jean-Sébastien Pédron2015-10-201-1/+1
|
* Git: Ignore /distJean-Sébastien Pédron2015-10-201-0/+1
|
* Use rabbit_common .ez archive instead of deps/Jean-Sébastien Pédron2015-10-201-6/+15
|
* Update erlang.mkJean-Sébastien Pédron2015-10-201-16/+32
|