Skip to content

Commit 314a107

Browse files
committed
Add files to include in tarball
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.
1 parent 700c826 commit 314a107

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ext/project_data.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ gem_rdoc_options:
66
- --main
77
- README.md
88
- --line-numbers
9+
# Array of files to include when building source tarballs
10+
files:
11+
- '[A-Z]*'
12+
- install.rb
13+
- bin
14+
- lib
15+
- conf
16+
- man
17+
- examples
18+
- ext
19+
- tasks
20+
- locales

0 commit comments

Comments
 (0)