| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all release handling bits to rabbitmq-release | Jean-Sébastien Pédron | 2016-09-21 | 1 | -58/+0 |
| | | | | | [#130659985] | ||||
| * | packaging: Always use xzcat(1) to decompress xz archiverabbitmq_v3_6_0 | Jean-Sébastien Pédron | 2015-12-22 | 1 | -1/+1 |
| | | | | | | Do not rely on tar's behaviour. It was already done everywhere except in those three places. | ||||
| * | packaging: tar `-n` is not portable, use --no-recursion instead | Jean-Sébastien Pédron | 2015-12-22 | 1 | -1/+2 |
| | | |||||
| * | Fix build: the produced archive is now compressed with xz(1) | Jean-Sébastien Pédron | 2015-12-22 | 1 | -2/+2 |
| | | |||||
| * | packaging/generic-unix: Produce tar.xz archive | Jean-Sébastien Pédron | 2015-12-22 | 1 | -1/+2 |
| | | | | | | Also, files are sorted in the tar. This is now consistent with other produced archives. | ||||
| * | packaging/generic-unix: Create web manpages | Jean-Sébastien Pédron | 2015-12-21 | 1 | -1/+3 |
| | | | | | | They are not used by the generic Unix archive, but by `make release` in the Umbrella: they are needed by the website. | ||||
| * | packaging: Add `make clean` | Jean-Sébastien Pédron | 2015-11-09 | 1 | -1/+4 |
| | | |||||
| * | packaging/generic-unix: Do not remove build directories in `make dist` | Jean-Sébastien Pédron | 2015-11-09 | 1 | -3/+1 |
| | | | | | There is `make clean` for that. | ||||
| * | packaging: Do not pass $(ERL_LIBS) to sub-make | Jean-Sébastien Pédron | 2015-10-29 | 1 | -0/+1 |
| | | |||||
| * | packaging: Do not pass $(DEPS_DIR) to sub-make | Jean-Sébastien Pédron | 2015-10-28 | 1 | -0/+2 |
| | | |||||
| * | Give path to the source dist to packages' Makefiles | Jean-Sébastien Pédron | 2015-10-20 | 1 | -8/+17 |
| | | |||||
| * | Finish with generic-unix and standalone-macosx packages | Jean-Sébastien Pédron | 2015-10-20 | 1 | -7/+17 |
| | | |||||
| * | Put the example in the correct place. | Simon MacMullen | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | relocate sample config on generic-unix/standalone | Tim Watson | 2013-09-18 | 1 | -1/+1 |
| | | |||||
| * | fix missing newline handling in generic-unix packaging | Tim Watson | 2013-07-03 | 1 | -1/+1 |
| | | |||||
| * | pass DOC_INSTALL_DIR during generic-unix packaging/install | Tim Watson | 2013-07-03 | 1 | -0/+1 |
| | | |||||
| * | ….and make it executable again :-( | Steve Powell | 2012-02-29 | 1 | -0/+1 |
| | | |||||
| * | OK, several goes at getting this right :-( | Steve Powell | 2012-02-29 | 1 | -3/+3 |
| | | |||||
| * | Remove check -- hmm, that means the generic-unix rabbitmq-defaults can be ↵ | Steve Powell | 2012-02-29 | 2 | -40/+3 |
| | | | | | created by the build step | ||||
| * | Adjust message | Steve Powell | 2012-02-28 | 1 | -1/+1 |
| | | |||||
| * | Move SERVER_ERL_ARGS to rabbitmq-env and renamed rabbitmq-sys-defaults to ↵ | Steve Powell | 2012-02-28 | 2 | -5/+3 |
| | | | | | rabbitmq-defaults | ||||
| * | Get generic-unix sys-defaults to check for global locations | Steve Powell | 2012-02-24 | 2 | -9/+15 |
| | | | | | (and rename rabbitmq-locations to rabbitmq-sys-defaults). | ||||
| * | Rename rabbitmq-sys to rabbitmq-locations | Steve Powell | 2012-02-24 | 2 | -2/+2 |
| | | |||||
| * | Adjust rabbitmq-env.conf location and re-instate ownership decision | Steve Powell | 2012-02-22 | 1 | -1/+1 |
| | | |||||
| * | Ensure rabbitmq-env.conf file is fixed location, even in Generic-Unix case. | Steve Powell | 2012-02-13 | 1 | -2/+2 |
| | | |||||
| * | Update misleading comment | Steve Powell | 2012-02-13 | 1 | -1/+1 |
| | | |||||
| * | Add directory for enabled plugins in the standalone generic-unix case | Steve Powell | 2012-02-13 | 1 | -0/+2 |
| | | |||||
| * | Refactor generic-unix rabbitmq-sys for easy updatability; | Steve Powell | 2012-02-10 | 1 | -7/+9 |
| | | | | | | | simplify macports mods to generic-unix package; make rabbitmq-env independent of package installation; adjust rabbitmq-sys in base scripts to allow rabbitmq-env to work everywhere. | ||||
| * | Modify generic-unix packaging step to override rabbitmq-sys defaults. | Steve Powell | 2012-01-30 | 2 | -0/+35 |
| | | |||||
| * | silence tar | Alexandru Scvortov | 2011-07-29 | 1 | -1/+1 |
| | | |||||
| * | All packaging makefiles can assume that "make srcdist" is already done | David Wragg | 2010-08-27 | 1 | -1/+0 |
| | | |||||
| * | Invoke make as $(MAKE) from within makefiles | David Wragg | 2009-08-18 | 1 | -2/+2 |
| | | | | | | | | Our makefiles require gnumake. Under some unices, gnumake is installed as gmake, with plain "make" referring to a something less featureful. So it's necessary to invoke make as $(MAKE) from within makefiles, in order to make sure we invoke the same variant. | ||||
| * | Added 4 basic man pages. | Hubert Plociniczak | 2008-08-07 | 1 | -2/+1 |
| | | | | | | | | Rabbitmqctl_real does not contain info about realms and permissions since those are to be removed either way. Included pages in debian and rpm packages. | ||||
| * | Initial commit, from repo-rebase-20080703121916_default (e96543d904a2) | Tony Garnock-Jones | 2008-07-03 | 1 | -0/+25 |
