Skip to content

Commit d5ecf98

Browse files
committed
Add new files to the packager
1 parent 3d64364 commit d5ecf98

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bin/prep-release.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,33 @@ function get_files() {
5959
"php_*.{h,c}",
6060
"config.m4",
6161
"Makefile.frag",
62+
"Vagrantfile",
6263
"README*",
6364
"RELEASE*",
6465
"ChangeLog*",
66+
67+
"scripts/*/*.{sh}",
68+
"scripts/*/ldap/*.{sh,conf,ldif}",
69+
"scripts/centos/ldap/users",
70+
"scripts/presets/*.{json}",
71+
"scripts/ssl/*.pem",
72+
"scripts/*.php",
73+
74+
6575
"src/*.{c,h}",
76+
6677
"src/MongoDB/*.{c,h}",
6778
"src/BSON/*.{c,h}",
79+
6880
"src/libbson/build/autotools/*.{m4}",
6981
"src/libbson/build/autotools/m4/*.{m4}",
7082
"src/libbson/src/bson/*.{c,h}",
7183
"src/libbson/src/yajl/*.{c,h}",
7284
"src/libmongoc/build/autotools/*.{m4}",
7385
"src/libmongoc/build/autotools/m4/*.{m4}",
7486
"src/libmongoc/src/mongoc/*.{c,h,def,defs}",
87+
88+
"tests/onnect/*.{phpt}",
7589
"tests/batch/*.{phpt}",
7690
"tests/bson/*.{phpt}",
7791
"tests/functional/*.{phpt}",

0 commit comments

Comments
 (0)