summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rpm permission tweakAlexandru Scvortov2011-09-201-0/+2
|
* permission tweaksAlexandru Scvortov2011-09-202-3/+3
|
* typoAlexandru Scvortov2011-09-201-1/+1
|
* slightly more informative errorsAlexandru Scvortov2011-09-201-1/+2
|
* the READMEs should be .txt on WindowsAlexandru Scvortov2011-09-201-1/+2
|
* make the windows zip bundle look more like the generic unix oneAlexandru Scvortov2011-09-201-1/+5
| | | | | Remove the build directories not present in the generic unix bundle. We were already removing the Makefile and codegen, so it was unbuildable anyway.
* refactorAlexandru Scvortov2011-09-201-4/+4
|
* ensure the plugins dir exists before trying to copy files to itAlexandru Scvortov2011-09-201-1/+3
|
* remove leftoverAlexandru Scvortov2011-09-192-2/+1
|
* running "rabbitmq-plugin enable" will fix missing dependencies as well as ↵Alexandru Scvortov2011-09-191-10/+14
| | | | remove unnecessary plugins
* re-enable plugins on deb upgradeAlexandru Scvortov2011-09-191-0/+7
|
* re-enable plugins on RPM upgradeAlexandru Scvortov2011-09-191-0/+10
|
* don't forget to install the rabbitmq-plugin scriptAlexandru Scvortov2011-09-192-1/+2
|
* rename provided_plugins to plugins-distAlexandru Scvortov2011-09-194-9/+8
|
* also clean plugin sourcesAlexandru Scvortov2011-09-191-2/+2
|
* symlink to an absolute pathAlexandru Scvortov2011-09-191-1/+2
|
* fix a recursive compilation issueAlexandru Scvortov2011-09-162-3/+2
|
* be smart about when building pluginsAlexandru Scvortov2011-09-163-7/+12
|
* implicitly disable enabled pluginsAlexandru Scvortov2011-09-141-1/+1
| | | | | So, if you enable federation, and then disable amqp_client, federation is also marked as not-enabled.
* add rabbitmq-plugin manpageAlexandru Scvortov2011-09-143-3/+159
|
* implement "rabbitmq-plugin disable ..."Alexandru Scvortov2011-09-141-3/+36
| | | | | "rabbitmq-plugin disable rabbitmq_management_agent" will disable rabbitmq_management_agent and all plugins that depend on it.
* handle multiple versions of the same pluginAlexandru Scvortov2011-09-141-9/+12
| | | | Effectively, ignore all previous versions of a plugin.
* prune after enablingAlexandru Scvortov2011-09-141-1/+2
|
* refactorAlexandru Scvortov2011-09-141-12/+20
|
* "rabbitmq-plugin prune" removes unnecessary plugins from plugins/Alexandru Scvortov2011-09-141-11/+40
|
* support regexp filtering when listing pluginsAlexandru Scvortov2011-09-141-4/+9
| | | | | So, "rabbitmq-plugin list" shows all the plugins and "rabbitmq-plugin list web" shows all the plugins with "web" in their name.
* add a compact plugin listing optionAlexandru Scvortov2011-09-141-15/+23
|
* more verbose listingAlexandru Scvortov2011-09-141-5/+13
|
* enabled plugins are recorded in plugins/enabled_pluginsAlexandru Scvortov2011-09-141-21/+38
|
* refactorAlexandru Scvortov2011-09-141-14/+17
|
* don't look for plugins in the plugins/ directoryAlexandru Scvortov2011-09-141-4/+24
|
* favour plugins in the distribution dir, not in the plugin dirAlexandru Scvortov2011-09-091-2/+2
|
* actually enable pluginsAlexandru Scvortov2011-09-091-3/+11
|
* stubs for plugin enablingAlexandru Scvortov2011-09-091-5/+14
|
* find plugin dependenciesAlexandru Scvortov2011-09-091-3/+10
|
* filter available applications from the dependency listAlexandru Scvortov2011-09-091-1/+12
| | | | I.e. remove kernel, stdlib and the like.
* partial plugin enablingAlexandru Scvortov2011-09-091-4/+24
|
* list packages showing which are enabled and which are availableAlexandru Scvortov2011-09-091-3/+24
|
* handle invalid pluginsAlexandru Scvortov2011-09-091-3/+15
|
* read and parse app files from ezsAlexandru Scvortov2011-09-091-1/+52
|
* pass PLUGINS_DIR and PLUGINS_DIST_DIR to rabbitmq-pluginAlexandru Scvortov2011-09-093-5/+21
|
* comand line parsting for rabbitmq-pluginAlexandru Scvortov2011-09-091-2/+33
|
* refactorAlexandru Scvortov2011-09-094-21/+17
| | | | | Move quit/0 into rabbit_misc and remove ezs from provided_plugins/ during clean.
* add plugins to debs and rpmsAlexandru Scvortov2011-09-084-3/+6
|
* add rabbitmq-plugin stubAlexandru Scvortov2011-09-083-0/+115
|
* make plugins easier to dist when developingAlexandru Scvortov2011-09-081-2/+2
|
* add the plugins to the windows packageAlexandru Scvortov2011-09-081-0/+3
|
* add plugins to generic unix archiveAlexandru Scvortov2011-09-085-2/+8
| | | | | | | | | Since we don't want to build the entire public-umbrella several times when building the broker artifacts (once for each of generic-unix, windows, deb and rpm), we make the location of the built plugins configurable in the broker's Makefile. I.e. the broker will normally install the plugins from provided_plugins/ (build by make plugin), but, if PLUGIN_DIST_DIR is set, it will install the plugins from there. This applies only to the install target.
* fix the plugins srcdist before attempting to build the pluginsAlexandru Scvortov2011-09-081-0/+1
| | | | | We don't include the broker in the srcdist, so we link it in before attempting the build.
* add target to build plugins and put the .ezs in provided_plugins/Alexandru Scvortov2011-09-081-1/+6
|