Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Feb 22, 2025

Proposed Changes

This change adds a source-bundle build target to the RabbitMQ Makefile. This target is identical to the existing source-dist target but it also allows for packaging and testing of the source archive.

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)
  • Build system and/or CI

Checklist

Put an x in the boxes that apply.
You can also fill these out after creating the PR.
If you're unsure about any of them, don't hesitate to ask on the mailing list.
We're here to help!
This is simply a reminder of what we are going to look for before merging your code.

This target is identical to the existing "source-dist" target, except that it allows for packaging and testing of the source archive. This is done by including the packaging/ and tests/ directories in the output tarball, along with specific subdirectories that are required by tests.

Signed-off-by: Kartik Ganesh <gkart@amazon.com>
(cherry picked from commit aa9e0a5)
This incorporates PR feedback from @michaelklishin

Signed-off-by: Kartik Ganesh <gkart@amazon.com>
(cherry picked from commit 741e04b)
@michaelklishin michaelklishin merged commit 3eb4f90 into v4.1.x Feb 22, 2025
70 of 72 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.1.x/pr-13385 branch February 22, 2025 00:54
michaelklishin added a commit that referenced this pull request Feb 22, 2025
Adding a "source-bundle" target to the Makefile (backport #13385) (backport #13395)
michaelklishin added a commit that referenced this pull request Feb 22, 2025
…x/pr-13395

Revert "Adding a "source-bundle" target to the Makefile (backport #13385) (backport #13395)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants