set proper permissions on all files (was ACTS-87)
Original author Christian Gumpert @cgumpert
Some files seem to have weird permissions. So far we only have regular files and directories in our repository. The permissions should be:
files: -rw-r--r-- (so all read, owner can write) directories: drwxr-xr-x (so all read and access, owner can write)
Edited by Moritz Kiehn