rsyslog / rsyslog-doc

documentation for the rsyslog project
Other
97 stars 248 forks source link

Please do not ship __pycache__ directories in release tarball #1014

Closed mbiebl closed 1 year ago

mbiebl commented 1 year ago

Version: 8.2306.0

The release tarball from https://www.rsyslog.com/downloads/download-v8-stable/ contains python cache files:

$ find source/_ext/__pycache__/ source/__pycache__/
source/_ext/__pycache__/
source/_ext/__pycache__/edit_on_github.cpython-39.pyc
source/_ext/__pycache__/edit_on_github.cpython-38.pyc
source/__pycache__/
source/__pycache__/conf_helpers.cpython-39.pyc
source/__pycache__/conf_helpers.cpython-38.pyc

It would be nice, if those weren't shipped in the release tarball.

rgerhards commented 1 year ago

thx, this looks new. The script we use to build the tarball hasn't changed in the past couple of years. I'll see that I remove them before building the tarball.

rgerhards commented 1 year ago

@mbiebl thx again, I have fixed the script now to do proper cleanup.