<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/rabbitmq-server-git.git/Makefile, branch parallel-stream-suite</title>
<subtitle>github.com: rabbitmq/rabbitmq-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/'/>
<entry>
<title>Add ADDITIONAL_PLUGINS variable</title>
<updated>2021-03-12T11:29:28+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>lhoguin@vmware.com</email>
</author>
<published>2021-03-12T11:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=d5e3bdd623dadbb32c9f830d4b84bb62cc5a547d'/>
<id>d5e3bdd623dadbb32c9f830d4b84bb62cc5a547d</id>
<content type='text'>
This allows including additional applications or third party
plugins when creating a release, running the broker locally,
or just building from the top-level Makefile.

To include Looking Glass in a release, for example:

$ make package-generic-unix ADDITIONAL_PLUGINS="looking_glass"

A Docker image can then be built using this release and will
contain Looking Glass:

$ make docker-image

Beware macOS users! Applications such as Looking Glass include
NIFs. NIFs must be compiled in the right environment. If you
are building a Docker image then make sure to build the NIF
on Linux! In the two steps above, this corresponds to Step 1.

To run the broker with Looking Glass available:

$ make run-broker ADDITIONAL_PLUGINS="looking_glass"

This commit also moves Looking Glass dependency information
into rabbitmq-components.mk so it is available at all times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows including additional applications or third party
plugins when creating a release, running the broker locally,
or just building from the top-level Makefile.

To include Looking Glass in a release, for example:

$ make package-generic-unix ADDITIONAL_PLUGINS="looking_glass"

A Docker image can then be built using this release and will
contain Looking Glass:

$ make docker-image

Beware macOS users! Applications such as Looking Glass include
NIFs. NIFs must be compiled in the right environment. If you
are building a Docker image then make sure to build the NIF
on Linux! In the two steps above, this corresponds to Step 1.

To run the broker with Looking Glass available:

$ make run-broker ADDITIONAL_PLUGINS="looking_glass"

This commit also moves Looking Glass dependency information
into rabbitmq-components.mk so it is available at all times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move most packaging goal implementations to rabbitmq-packaging</title>
<updated>2021-02-26T10:39:01+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2021-02-26T09:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=a3cfac3232ac84369f6b58cb51322e3517ea1559'/>
<id>a3cfac3232ac84369f6b58cb51322e3517ea1559</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Exclude more things from the source archive</title>
<updated>2020-11-16T11:56:53+00:00</updated>
<author>
<name>Jean-Sébastien Pédron</name>
<email>jean-sebastien.pedron@dumbbell.fr</email>
</author>
<published>2020-11-16T11:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=ed112773e337104df0097dd36ff00c8c2bb7ea70'/>
<id>ed112773e337104df0097dd36ff00c8c2bb7ea70</id>
<content type='text'>
In particular, the temporary `licensing` directory was never cleaned up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular, the temporary `licensing` directory was never cleaned up.
</pre>
</div>
</content>
</entry>
<entry>
<title>packaging/docker-image: Move Docker files to their own directory</title>
<updated>2020-11-16T11:18:39+00:00</updated>
<author>
<name>Jean-Sébastien Pédron</name>
<email>jean-sebastien.pedron@dumbbell.fr</email>
</author>
<published>2020-11-16T11:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=4568ab0fb9c97643d79eb721d21091ef371917ff'/>
<id>4568ab0fb9c97643d79eb721d21091ef371917ff</id>
<content type='text'>
Like other packaging files, they should not be part of RabbitMQ itself.
One day, they will probably be moved to a dedicated repository, like
other packaging files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like other packaging files, they should not be part of RabbitMQ itself.
One day, they will probably be moved to a dedicated repository, like
other packaging files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that `make distclean` does not remove vendored deps</title>
<updated>2020-11-13T13:41:22+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-11-10T09:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=2259039b173735761cd803e7e95a58f681ddc0e8'/>
<id>2259039b173735761cd803e7e95a58f681ddc0e8</id>
<content type='text'>
More precisely, it will leave the deps dir intact
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More precisely, it will leave the deps dir intact
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for bringing topic branches into the monorepo</title>
<updated>2020-11-13T13:41:22+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-09-08T12:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=e32b93b3e6d9cf262b6f179e4b9e691a35a39062'/>
<id>e32b93b3e6d9cf262b6f179e4b9e691a35a39062</id>
<content type='text'>
Once the monorepo is built, from within it one can run `make
fetch-topic-branch-${TOPIC_BRANCH}` then `make
topic-branch-${TOPIC_BRANCH}` to rebase the commits from all the
sources back onto the monorepo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once the monorepo is built, from within it one can run `make
fetch-topic-branch-${TOPIC_BRANCH}` then `make
topic-branch-${TOPIC_BRANCH}` to rebase the commits from all the
sources back onto the monorepo
</pre>
</div>
</content>
</entry>
<entry>
<title>Monorepo GitHub Actions</title>
<updated>2020-11-13T13:41:22+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>kuryloskip@vmware.com</email>
</author>
<published>2020-09-07T12:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=44b77e8b1e5d49aa907a38655103ab1c98693204'/>
<id>44b77e8b1e5d49aa907a38655103ab1c98693204</id>
<content type='text'>
Add GitHub Actions workflows for Erlang/OTP 22.3 &amp; 23.0.

The workflows run tests for each component that is now part of this
repo, with test suite parallelization specifically for the rabbit
erlang application.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add GitHub Actions workflows for Erlang/OTP 22.3 &amp; 23.0.

The workflows run tests for each component that is now part of this
repo, with test suite parallelization specifically for the rabbit
erlang application.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump OTP to 22.3 for Docker image</title>
<updated>2020-03-17T11:55:05+00:00</updated>
<author>
<name>Gerhard Lazu</name>
<email>gerhard@lazu.co.uk</email>
</author>
<published>2020-03-17T11:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=d4f20ff1d2a7c8b699a8c714f9a9aab6dd9d2d7c'/>
<id>d4f20ff1d2a7c8b699a8c714f9a9aab6dd9d2d7c</id>
<content type='text'>
Signed-off-by: Gerhard Lazu &lt;gerhard@lazu.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gerhard Lazu &lt;gerhard@lazu.co.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `J` tar flag for extracting `.tar.xz`</title>
<updated>2020-03-16T10:50:04+00:00</updated>
<author>
<name>Philip Kuryloski</name>
<email>pkuryloski@pivotal.io</email>
</author>
<published>2020-03-16T10:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=5be133f49eb60c2576571afd7aeaed36be866f86'/>
<id>5be133f49eb60c2576571afd7aeaed36be866f86</id>
<content type='text'>
When making `docker-image`

Ubuntu 18 fails to build the image unless tar is invoked with the capital J</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When making `docker-image`

Ubuntu 18 fails to build the image unless tar is invoked with the capital J</pre>
</div>
</content>
</entry>
<entry>
<title>Speed-up Docker image builds by re-using generic-unix package archive</title>
<updated>2020-03-12T12:09:05+00:00</updated>
<author>
<name>Gerhard Lazu</name>
<email>gerhard@lazu.co.uk</email>
</author>
<published>2020-03-12T12:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rabbitmq-server-git.git/commit/?id=28f00e066dd7fd066342d386ad986ff07d9bac83'/>
<id>28f00e066dd7fd066342d386ad986ff07d9bac83</id>
<content type='text'>
Signed-off-by: Gerhard Lazu &lt;gerhard@lazu.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gerhard Lazu &lt;gerhard@lazu.co.uk&gt;
</pre>
</div>
</content>
</entry>
</feed>
