Commit graph

7 commits

Author SHA1 Message Date
Björn Andersson
c02e4195cf Ignore extra lines from Pivotal's RabbitMQ package
Pivotal's packaging of RabbitMQ shows a banner at the end of the plugin
listing talking about their official plugins. The start of the banner is
divided by a blank line so the changed plugin listing will now
break after the first empty line.

An example listing with the rabbitmq_management plugin enabled:

```
    $ rabbitmq-plugins list -E -m
    rabbitmq_management

    Pivotal officially maintains and supports the plugins:

      rabbitmq_auth_backend_ldap, rabbitmq_auth_mechanism_ssl,
      rabbitmq_consistent_hash_exchange, rabbitmq_federation,
      rabbitmq_federation_management, rabbitmq_jms_topic_exchange,
      rabbitmq_management, rabbitmq_management_agent,
      rabbitmq_mqtt, rabbitmq_shovel, rabbitmq_shovel_management,
      and rabbitmq_stomp.
```
2015-09-02 00:26:15 +08:00
Brian Coca
1dce0334cf Merge pull request #133 from pcarinhas/devel
Fix rabbitmq_plugin.py: broken prefix path
2015-08-17 21:27:12 -04:00
Brian Coca
08445418aa more string corrections 2015-05-14 10:45:32 -04:00
Greg DeKoenigsberg
c94776fa36 Adding author's github id 2015-05-13 15:12:15 -04:00
Philip Carinhas
530323bf63 Improve error message 2014-12-07 10:01:49 -06:00
Philip Carinhas
5c03696693 Fix rabbitmq_plugin.py: broken prefix path 2014-12-06 12:31:08 -06:00
Michael DeHaan
b1e789968b File extensions! 2014-09-26 10:40:16 -04:00
Renamed from messaging/rabbitmq_plugin (Browse further)