← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wgrant/meta-lp-deps/no-rabbitmq-management into lp:meta-lp-deps

 

William Grant has proposed merging lp:~wgrant/meta-lp-deps/no-rabbitmq-management into lp:meta-lp-deps.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~wgrant/meta-lp-deps/no-rabbitmq-management/+merge/104055

rabbitmq-management isn't in Ubuntu, so we packaged it to improve monitoring on production. But we're coping fine with rabbitmq's built-in monitoring facilities, so we don't really need the management plugin right now. Due to the overhead of keeping the package up to date, we should drop it until we really need it.
-- 
https://code.launchpad.net/~wgrant/meta-lp-deps/no-rabbitmq-management/+merge/104055
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wgrant/meta-lp-deps/no-rabbitmq-management into lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog	2012-04-26 01:57:25 +0000
+++ debian/changelog	2012-04-30 04:41:17 +0000
@@ -1,3 +1,9 @@
+launchpad-dependencies (0.112) precise; urgency=low
+
+  * Drop rabbitmq-management, as we are getting away without it on production.
+
+ -- William Grant <william.grant@xxxxxxxxxxxxx>  Mon, 30 Apr 2012 14:28:59 +1000
+
 launchpad-dependencies (0.111) oneiric; urgency=low
 
   * Depend on python-convoy, rather than convoy.

=== modified file 'debian/control'
--- debian/control	2012-04-26 01:57:25 +0000
+++ debian/control	2012-04-30 04:41:17 +0000
@@ -99,8 +99,7 @@
 
 Package: launchpad-messagequeue-dependencies
 Architecture: all
-Depends: python-amqplib, rabbitmq-server, stunnel4, rabbitmq-management
-  ${misc:Depends}
+Depends: python-amqplib, rabbitmq-server, stunnel4, ${misc:Depends}
 Description: Meta-package for Launchpad messagequeue packages
  This meta-package depends on all of the packages necessary to run a Launchpad
  messagequeue server.


Follow ups