Skip to content

Commit a83b40f

Browse files
authored
feat(build): exclude mongocryptd from packaging (#591)
To be reverted after the 0.7.0 release.
1 parent 18d6b9a commit a83b40f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/build.conf.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = {
114114
rpmIdentifier: 'ASL 2.0'
115115
}
116116
},
117-
{
117+
/*{
118118
sourceFilePath: MONGOCRYPTD_PATH,
119119
category: 'libexec',
120120
license: {
@@ -124,13 +124,13 @@ module.exports = {
124124
debIdentifier: 'Proprietary',
125125
rpmIdentifier: 'Proprietary'
126126
}
127-
}
127+
}*/
128128
],
129129
otherDocFilePaths: [
130-
{
130+
/*{
131131
sourceFilePath: path.resolve(__dirname, '..', 'packaging', 'README'),
132132
packagedFilePath: 'README'
133-
},
133+
},*/
134134
{
135135
sourceFilePath: path.resolve(__dirname, '..', 'THIRD_PARTY_NOTICES.md'),
136136
packagedFilePath: 'THIRD_PARTY_NOTICES'

0 commit comments

Comments
 (0)