Skip to content

Commit

Permalink
Add files to include in tarball
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mhashizume committed Aug 26, 2024
1 parent 700c826 commit 314a107
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ext/project_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@ gem_rdoc_options:
- --main
- README.md
- --line-numbers
# Array of files to include when building source tarballs
files:
- '[A-Z]*'
- install.rb
- bin
- lib
- conf
- man
- examples
- ext
- tasks
- locales

0 comments on commit 314a107

Please sign in to comment.