You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Dawid Weiss <da...@gmail.com> on 2021/10/30 19:32:23 UTC

chmod in buildAndPushRelease.py

Hi Mike!

Happy Halloween! Say, what is this scare for in buildAndPushRelease.py? I
know you added it (well, 10 years ago!).

  print('  chmod...')
  run('chmod -R a+rX-w .')

This seems unnecessary to me - I realize it's to prevent modifications in
the future but... you know - why? And it requires a sudo or a chmod to wipe
a candidate release. Is this something you think is necessary?

D.