Skip to content

cascache.py: Fix file modes in checkout()

Jürg Billeter requested to merge juerg/object-file-mode into master

Do not copy file mode from casd object file. Do not change non-executable mode bits if file is executable.

This fixes checkout not respecting umask and this is required for the next buildbox-casd update (BuildGrid/buildbox/buildbox-casd!190 (merged)).

Merge request reports