Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files to include in tarball #9454

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

mhashizume
Copy link
Contributor

Previously, Puppet relied on the in-house Packaging library to build all artifacts related to Puppet. Puppet moved away from using Packaging to build gems in 867ce9c, which also removed the files key used to build tarballs.

This commit re-adds the files key (as a list instead of a string, as recommended by Packaging) to enable the packaging:tar Rake task, which builds source tarballs of Puppet.

Previously, Puppet relied on the in-house Packaging library to build all
artifacts related to Puppet. Puppet moved away from using Packaging to
build gems in 867ce9c, which also removed the files key used to build
tarballs.

This commit re-adds the files key (as a list instead of a string, as
recommended by Packaging) to enable the packaging:tar Rake task, which
builds source tarballs of Puppet.
@mhashizume mhashizume added the maintenance Maintenance chores are excluded from changelogs label Aug 26, 2024
@mhashizume mhashizume requested a review from a team as a code owner August 26, 2024 18:59
@mhashizume
Copy link
Contributor Author

Tests are broken due to an unrelated issue, should be addressed in #9455

@joshcooper joshcooper merged commit 267684a into puppetlabs:main Aug 27, 2024
4 of 10 checks passed
@joshcooper
Copy link
Contributor

Should this be backported to 7.x?

@mhashizume mhashizume added the backport 7.x Generate a backport PR to 7.x label Aug 27, 2024
Copy link

Successfully created backport PR for 7.x:

@mhashizume mhashizume deleted the PA-6887/main/tarballs branch August 27, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 7.x Generate a backport PR to 7.x maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants