summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow to specify temporary $(PLUGINS)Jean-Sébastien Pédron2015-10-201-1/+1
| | | | | | | | | This is useful when a user wants to start a broker with a temporary list of plugins. The name of the Erlang application must be used (ie. the same as the name in erlang.mk), not the name of the repository. For example: make run-broker PLUGINS="rabbitmq_shovel rabbitmq_shovel_management"
* Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-4/+26
|
* Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-10/+14
|
* Update erlang.mk and rabbitmq-components.mkJean-Sébastien Pédron2015-10-202-55/+176
|
* Give path to the source dist to packages' MakefilesJean-Sébastien Pédron2015-10-206-44/+105
|
* Packages are now "self-hosted": no need for the packaging dirJean-Sébastien Pédron2015-10-209-16/+17
| | | | ... in the source distribution anymore
* Remove exec bit from non-executable scriptsJean-Sébastien Pédron2015-10-206-0/+0
|
* Update distributed LICENSE with license_info from pluginsJean-Sébastien Pédron2015-10-201-0/+5
|
* Finish with generic-unix and standalone-macosx packagesJean-Sébastien Pédron2015-10-2010-51/+149
|
* Add targets to build packagesJean-Sébastien Pédron2015-10-201-1/+19
|
* Fix "/LANG=${LANG_ENGLISH} language not loaded" warningJean-Sébastien Pédron2015-10-201-10/+10
|
* Small cleanups to the Windows exe installerJean-Sébastien Pédron2015-10-201-3/+4
|
* Don't append `.txt` to `rabbitmq.config.example` on WindowsJean-Sébastien Pédron2015-10-201-0/+1
|
* Fix typo, a trailing ')' was left overJean-Sébastien Pédron2015-10-201-1/+1
|
* RPM: Include manpagesJean-Sébastien Pédron2015-10-201-1/+1
|
* Add install-man target to install manpagesJean-Sébastien Pédron2015-10-201-1/+12
|
* Make the Windows non-exe package work with erlang.mkJean-Sébastien Pédron2015-10-201-29/+7
|
* Add install target for WindowsJean-Sébastien Pédron2015-10-201-2/+58
|
* sed: Use [[:blank:]] instead of \sJean-Sébastien Pédron2015-10-201-2/+2
| | | | It seems more portable.
* Make the RPM package work with erlang.mkJean-Sébastien Pédron2015-10-202-31/+25
|
* In source-dist, fix dependencies' erlang.mkJean-Sébastien Pédron2015-10-201-0/+5
| | | | | By default, it contains an absolute path which is incorrect in the source archive.
* awk: split() takes a list of separators, not a regexJean-Sébastien Pédron2015-10-201-2/+2
|
* Debian: In fact, unzip(1) is not neededJean-Sébastien Pédron2015-10-201-1/+0
|
* Modernize Debian package and make it work with erlang.mkJean-Sébastien Pédron2015-10-209-40/+137
|
* 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
|