Skip to content

Commit 6064112

Browse files
balasankarcstanhu
andcommitted
Merge branch 'sh-exclude-spamcheck-libs' into 'master'
Exclude Spamcheck libraries from build See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6392 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Stan Hu <[email protected]>
2 parents 0e4c823 + 05ddcc2 commit 6064112

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/projects/gitlab.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,8 @@
285285
exclude 'embedded/lib/python*/**/*.egg-info'
286286
exclude 'embedded/lib/python*/**/__pycache__'
287287

288+
# exclude Spamcheck application source and libraries
289+
exclude 'embedded/service/spamcheck/app'
290+
288291
package_user 'root'
289292
package_group 'root'

0 commit comments

Comments
 (0)