Skip to content

Commit de2b36b

Browse files
committed
Build(devscripts/release): Fix .git/objects permissions
[skip ci]
1 parent 2bd3fd5 commit de2b36b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

devscripts/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
cd "`dirname \"$0\"`"/.. &&
44
umask 022 &&
55
chmod -R a+rX . &&
6+
find .git/objects -type f -exec chmod u=r,go= '{}' \+ &&
67
set-commit-date.py &&
78

89
python setup.py build_py &&

0 commit comments

Comments
 (0)