On 04.02.2021 13:56, Stefan Sperling wrote:
The 1.14.1 release artifacts are now available for testing/signing.
Please get the tarballs from
https://dist.apache.org/repos/dist/dev/subversion
and add your signatures there.
I suggest release.py should be updated to remove the __pycache__
directories from the release tarball. When I compare the zip and the tar
package, e.g.:
Only in subversion-1.14.1/build: __pycache__
Only in subversion-1.14.1/build: config.guess
Only in subversion-1.14.1/build: config.sub
Only in subversion-1.14.1/build/generator: __pycache__
Only in subversion-1.14.1/build/generator/swig: __pycache__
...
Not only are those (python-3) compiled scripts unnecessary, they might
actually be wrong for the platform where the code is built.
-- Brane