]> git.phdru.name Git - sqlconvert.git/commitdiff
Build(devscripts/release): Fix `.git/objects` permissions
authorOleg Broytman <phd@phdru.name>
Fri, 28 Nov 2025 20:22:05 +0000 (23:22 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 28 Nov 2025 20:22:05 +0000 (23:22 +0300)
[skip ci]

devscripts/release

index 28ce198b25c5a473d09c2951695670dfa893146f..394883dfa5d470c5894153bc7d1ceab823b442e8 100755 (executable)
@@ -3,6 +3,7 @@
 cd "`dirname \"$0\"`"/.. &&
 umask 022 &&
 chmod -R a+rX . &&
+find .git/objects -type f -exec chmod u=r,go= '{}' \+ &&
 set-commit-date.py &&
 
 python setup.py build_py &&