-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
82 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,5 +61,3 @@ esac | |
#DEBHELPER# | ||
|
||
exit 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This is the list of Tier-1 plugins shipped with a release. | ||
# | ||
# IMPORTANT: This list is overriden in the server-release Concourse | ||
# pipeline: Concourse takes all tested plugins and put them in the | ||
# release. So if you want to add or remove a plugin to the distribution, | ||
# you need to update the server-release pipeline! | ||
|
||
PLUGINS := rabbitmq_amqp1_0 \ | ||
rabbitmq_auth_backend_ldap \ | ||
rabbitmq_auth_mechanism_ssl \ | ||
rabbitmq_consistent_hash_exchange \ | ||
rabbitmq_event_exchange \ | ||
rabbitmq_federation \ | ||
rabbitmq_federation_management \ | ||
rabbitmq_jms_topic_exchange \ | ||
rabbitmq_management \ | ||
rabbitmq_management_agent \ | ||
rabbitmq_mqtt \ | ||
rabbitmq_recent_history_exchange \ | ||
rabbitmq_sharding \ | ||
rabbitmq_shovel \ | ||
rabbitmq_shovel_management \ | ||
rabbitmq_stomp \ | ||
rabbitmq_top \ | ||
rabbitmq_tracing \ | ||
rabbitmq_trust_store \ | ||
rabbitmq_web_dispatch \ | ||
rabbitmq_web_mqtt \ | ||
rabbitmq_web_mqtt_examples \ | ||
rabbitmq_web_stomp \ | ||
rabbitmq_web_stomp_examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters