Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correcting maintainers field in debian control file | Matthew Sackman | 2010-09-10 | 1 | -1/+1 |
| | |||||
* | Changelog updatesrabbitmq_v2_0_0 | Michael Bridgen | 2010-08-24 | 1 | -0/+6 |
| | |||||
* | Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch. | Simon MacMullen | 2010-08-02 | 1 | -4/+1 |
| | |||||
* | Merging default into bug21875 | Simon MacMullen | 2010-08-02 | 3 | -7/+26 |
|\ | |||||
| * | Changelog updates for release 1.8.1 | Emile Joubert | 2010-07-14 | 1 | -0/+6 |
| | | |||||
| * | v1.8.0 release deb and rpm changelogsrabbitmq_v1_8_0 | Matthew Sackman | 2010-06-16 | 1 | -0/+6 |
| | | |||||
| * | Merge bug22756 into default | David Wragg | 2010-05-16 | 1 | -1/+1 |
| |\ | |||||
| | * | Do not install the INSTALL file in debian packagesbug22754 | Matthew Sackman | 2010-05-13 | 1 | -1/+1 |
| | | | |||||
| * | | Remove traces of plugins on "remove" and "upgrade" as well as "purge" | Tony Garnock-Jones | 2010-05-14 | 1 | -6/+13 |
| |/ | |||||
* | | Move plugin activation into the startup script for unixes. Update packaging ↵ | Tony Garnock-Jones | 2010-05-14 | 1 | -3/+0 |
|/ | | | | and some docs. | ||||
* | Force the debs to only be installable with erlang 12b3 or later | Matthew Sackman | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Merge bug22407 into default | David Wragg | 2010-04-23 | 1 | -0/+1 |
|\ | |||||
| * | Try to install the ocf script in the right place | Matthew Sackman | 2010-03-11 | 1 | -0/+1 |
| | | |||||
* | | Add build dependencies to Debian / Fedora / Macportsbug22407 | Simon MacMullen | 2010-03-23 | 1 | -1/+1 |
|/ | |||||
* | release v1.7.2rabbitmq_v1_7_2 | Matthew Sackman | 2010-02-16 | 1 | -0/+6 |
| | |||||
* | update copyright notices to say 2010 where appropriatebug22312 | David R. MacIver | 2010-02-09 | 1 | -8/+8 |
| | |||||
* | release v1.7.1rabbitmq_v1_7_1 | Matthew Sackman | 2010-01-25 | 1 | -0/+6 |
| | |||||
* | Templatize rabbitmq-script-wrapper so that it works under OSX | David Wragg | 2010-01-22 | 1 | -0/+2 |
| | |||||
* | merging bug 21903 into default | Matthew Sackman | 2009-11-16 | 1 | -0/+3 |
|\ | |||||
| * | Move the pkill to after the check that there is a rabbitmq userbug21903 | David Wragg | 2009-11-05 | 1 | -4/+3 |
| | | |||||
| * | Move epmd killing from the init script to the Debian postrm script | David Wragg | 2009-11-05 | 1 | -0/+4 |
| | | |||||
* | | Remove traces of plugins in the debian postrmbug21947 | David Wragg | 2009-11-16 | 2 | -0/+6 |
|/ | |||||
* | Bump version to 1.7.0rabbitmq_v1_7_0 | David Wragg | 2009-10-07 | 1 | -0/+6 |
| | |||||
* | Added unix and windows variants of deactivate plugins script; initial ↵ | Paul Jones | 2009-09-21 | 1 | -1/+1 |
| | | | | packaging changes | ||||
* | Merge default into bug19973, resolving conflict | David Wragg | 2009-08-20 | 2 | -3/+7 |
|\ | |||||
| * | merging in bug20978 | Matthew Sackman | 2009-08-14 | 2 | -3/+7 |
| |\ | |||||
| | * | Reconcile the Deian and Fedora package Makefiles a littlebug20978 | David Wragg | 2009-08-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | The Debian package makefile has the useful feature that, if VERSION is not provided, it will guess the value from the source tarball file name. Make the Fedora Makefile do the same, and adapt the common code to use make-builtins rather than $(shell ...) commands where possible. | ||||
| | * | When stopping rabbitmq server, kill any rabbitmq-owned epmd process | David Wragg | 2009-08-11 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | epmd is the Erlang Port Mapper Daemon, which maps Erlang node names to TCP port numbers. It is shared by all users on a system, and started automatically by the Erlang start-up script if not already running. As a result, epmd will often be started when the rabbitmq server starts, and so will be run as the rabbitmq user. This process will linger even after the rabbitmq server is stopped. This can have surprising consequences: The deluser program in Debian Sid checks whether any processes owned by the given user are running, and will fail if so. This change addresses the problem in this init script. When stopping the rabbitmq server, it will also kill any rabbitmq-owned epmd process. | ||||
| * | | Updated packaging configurations to handle new rabbitmq-activate-plugins ↵ | Paul Jones | 2009-07-29 | 1 | -1/+4 |
| | | | | | | | | | | | | script, along with its requirement to be run as root | ||||
| * | | Packaging location changes for debs, macports, windows and RPMS | Paul Jones | 2009-07-29 | 1 | -2/+2 |
| |/ | |||||
* | | Restore the LOCK_FILE support, as demanded by rpmlint | David Wragg | 2009-08-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | On Debian, we set the value of LOCK_FILE to the empty string, thus disabling use of a lock file. Now tested with rpmlint and lintian. | ||||
* | | Use a common init script for RPMs and debs | David Wragg | 2009-08-13 | 2 | -129/+1 |
| | | | | | | | | | | | | Put the common init file into packaging/common, and modify the RPM and deb builds to make the one substitution required to this file at build time. | ||||
* | | Reconcile actions peformed by the init scripts | David Wragg | 2009-08-13 | 1 | -2/+2 |
| | | | | | | | | | | Not all the actions behave according to specs, but this is a general issue with our init scripts. | ||||
* | | Omit runlevel list in the LSB Default-{Start,Stop} comment | David Wragg | 2009-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Neither our Fedora/RH or Debian packages actually depend on the value in this comment - the list of runlevels to install the service into comes from somewhere else in both cases. But Fedora guidelines say that "Only services which are really required for a vital system should define runlevels here". So don't. | ||||
* | | Reconcile LSB "Provides" facility name as rabbitmq-server | David Wragg | 2009-08-13 | 1 | -1/+1 |
| | | | | | | | | | | rabbitmq-server seems a more precise statement of the facility than rabbitmq. | ||||
* | | Add chkconfig preamble to debian init.d | David Wragg | 2009-08-13 | 1 | -0/+7 |
|/ | | | | | | chkconfig is a Redhat thing, so this has no practical impact for Debian. Some other Debian packages also have init.d scripts with a chkconfig section, so hopefully the Debian gods will not take offence. | ||||
* | add package changelog entries for 1.6.0 releaserabbitmq_v1_6_0 | Matthias Radestock | 2009-06-16 | 1 | -0/+6 |
| | |||||
* | merge bug20979 into default | Matthias Radestock | 2009-06-16 | 1 | -1/+1 |
|\ | |||||
| * | Altered dependencies and added comment to the appbug20976 | Matthew Sackman | 2009-06-12 | 1 | -2/+2 |
| | | |||||
* | | cleandb is now an rm -rf and build depends not on mnesiabug20979 | Matthew Sackman | 2009-06-12 | 1 | -1/+1 |
|/ | |||||
* | add package changelog entries for 1.5.5 releaserabbitmq_v1_5_5 | Matthias Radestock | 2009-05-19 | 1 | -0/+6 |
| | |||||
* | Change to dependenciesbug20676 | Matthew Sackman | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | add package changelog entries for 1.5.4 releaserabbitmq_v1_5_4 | Matthias Radestock | 2009-04-06 | 1 | -0/+6 |
| | |||||
* | spell out difference in licensing for the spec json | Matthias Radestock | 2009-03-27 | 1 | -3/+24 |
| | | | | patch submitted by John Leuner | ||||
* | Make all the packaged scripts cd to /var/lib/rabbitmq, and remove abug20455 | Simon MacMullen | 2009-03-12 | 1 | -1/+0 |
| | | | | redundant "cd" from the init.d scripts. | ||||
* | add package changelog entries for 1.5.3 releaserabbitmq_v1_5_3 | Tony Garnock-Jones | 2009-02-24 | 1 | -0/+6 |
| | |||||
* | Apply John's changebug20410 | Tony Garnock-Jones | 2009-02-24 | 1 | -4/+16 |
| | |||||
* | add package changelog entries for 1.5.2 releaserabbitmq_v1_5_2 | Tony Garnock-Jones | 2009-02-23 | 1 | -0/+6 |
| | |||||
* | Merged 20383 | Simon MacMullen | 2009-02-20 | 2 | -2/+5 |
|\ | |||||
| * | Logrotate will report only errors and ignore anything in the STDOUT.bug20383 | Hubert Plociniczak | 2009-02-20 | 2 | -2/+5 |
| | |