Home
last modified time | relevance | path

Searched hist:"02 f3646adc15f676002618980f29e28044c5af1b" (Results 1 – 1 of 1) sorted by relevance

/haiku/
H A Dconfigure02f3646adc15f676002618980f29e28044c5af1b Sat Oct 20 23:03:14 UTC 2018 Augustin Cavalier <waddlesplash@gmail.com> configure: Ensure the git checkout was not done with a restrictive umask.

It seems that the old buildbots had their (ancient) checkouts done with a
restrictive umask, and this meant that some files in buildbot-generated
builds were not readable by "world" as they should have been.

Now instead of just verifying the umask itself is not too restrictive,
we also validate the "SetupEnvironment" script in the tree has mode 644.

Fixes #14085.