summaryrefslogtreecommitdiff
path: root/packaging/debs
Commit message (Collapse)AuthorAgeFilesLines
* Correcting maintainers field in debian control fileMatthew Sackman2010-09-101-1/+1
|
* Changelog updatesrabbitmq_v2_0_0Michael Bridgen2010-08-241-0/+6
|
* Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch.Simon MacMullen2010-08-021-4/+1
|
* Merging default into bug21875Simon MacMullen2010-08-023-7/+26
|\
| * Changelog updates for release 1.8.1Emile Joubert2010-07-141-0/+6
| |
| * v1.8.0 release deb and rpm changelogsrabbitmq_v1_8_0Matthew Sackman2010-06-161-0/+6
| |
| * Merge bug22756 into defaultDavid Wragg2010-05-161-1/+1
| |\
| | * Do not install the INSTALL file in debian packagesbug22754Matthew Sackman2010-05-131-1/+1
| | |
| * | Remove traces of plugins on "remove" and "upgrade" as well as "purge"Tony Garnock-Jones2010-05-141-6/+13
| |/
* | Move plugin activation into the startup script for unixes. Update packaging ↵Tony Garnock-Jones2010-05-141-3/+0
|/ | | | and some docs.
* Force the debs to only be installable with erlang 12b3 or laterMatthew Sackman2010-04-291-1/+1
|
* Merge bug22407 into defaultDavid Wragg2010-04-231-0/+1
|\
| * Try to install the ocf script in the right placeMatthew Sackman2010-03-111-0/+1
| |
* | Add build dependencies to Debian / Fedora / Macportsbug22407Simon MacMullen2010-03-231-1/+1
|/
* release v1.7.2rabbitmq_v1_7_2Matthew Sackman2010-02-161-0/+6
|
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-8/+8
|
* release v1.7.1rabbitmq_v1_7_1Matthew Sackman2010-01-251-0/+6
|
* Templatize rabbitmq-script-wrapper so that it works under OSXDavid Wragg2010-01-221-0/+2
|
* merging bug 21903 into defaultMatthew Sackman2009-11-161-0/+3
|\
| * Move the pkill to after the check that there is a rabbitmq userbug21903David Wragg2009-11-051-4/+3
| |
| * Move epmd killing from the init script to the Debian postrm scriptDavid Wragg2009-11-051-0/+4
| |
* | Remove traces of plugins in the debian postrmbug21947David Wragg2009-11-162-0/+6
|/
* Bump version to 1.7.0rabbitmq_v1_7_0David Wragg2009-10-071-0/+6
|
* Added unix and windows variants of deactivate plugins script; initial ↵Paul Jones2009-09-211-1/+1
| | | | packaging changes
* Merge default into bug19973, resolving conflictDavid Wragg2009-08-202-3/+7
|\
| * merging in bug20978Matthew Sackman2009-08-142-3/+7
| |\
| | * Reconcile the Deian and Fedora package Makefiles a littlebug20978David Wragg2009-08-111-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 processDavid Wragg2009-08-111-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 Jones2009-07-291-1/+4
| | | | | | | | | | | | script, along with its requirement to be run as root
| * | Packaging location changes for debs, macports, windows and RPMSPaul Jones2009-07-291-2/+2
| |/
* | Restore the LOCK_FILE support, as demanded by rpmlintDavid Wragg2009-08-141-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 debsDavid Wragg2009-08-132-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 scriptsDavid Wragg2009-08-131-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} commentDavid Wragg2009-08-131-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-serverDavid Wragg2009-08-131-1/+1
| | | | | | | | | | rabbitmq-server seems a more precise statement of the facility than rabbitmq.
* | Add chkconfig preamble to debian init.dDavid Wragg2009-08-131-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_0Matthias Radestock2009-06-161-0/+6
|
* merge bug20979 into defaultMatthias Radestock2009-06-161-1/+1
|\
| * Altered dependencies and added comment to the appbug20976Matthew Sackman2009-06-121-2/+2
| |
* | cleandb is now an rm -rf and build depends not on mnesiabug20979Matthew Sackman2009-06-121-1/+1
|/
* add package changelog entries for 1.5.5 releaserabbitmq_v1_5_5Matthias Radestock2009-05-191-0/+6
|
* Change to dependenciesbug20676Matthew Sackman2009-05-181-1/+1
|
* add package changelog entries for 1.5.4 releaserabbitmq_v1_5_4Matthias Radestock2009-04-061-0/+6
|
* spell out difference in licensing for the spec jsonMatthias Radestock2009-03-271-3/+24
| | | | patch submitted by John Leuner
* Make all the packaged scripts cd to /var/lib/rabbitmq, and remove abug20455Simon MacMullen2009-03-121-1/+0
| | | | redundant "cd" from the init.d scripts.
* add package changelog entries for 1.5.3 releaserabbitmq_v1_5_3Tony Garnock-Jones2009-02-241-0/+6
|
* Apply John's changebug20410Tony Garnock-Jones2009-02-241-4/+16
|
* add package changelog entries for 1.5.2 releaserabbitmq_v1_5_2Tony Garnock-Jones2009-02-231-0/+6
|
* Merged 20383Simon MacMullen2009-02-202-2/+5
|\
| * Logrotate will report only errors and ignore anything in the STDOUT.bug20383Hubert Plociniczak2009-02-202-2/+5
| |