Closed
Description
It looks like I have an unusual umask on my laptop:
[manybubbles@localhost ~]$ umask
0002
I'm not sure how I got it but now that I have it I notice that the packaging tests don't pass:
$ ./gradlew -p qa/vagrant/ packagingTest
...
# Expected privileges: 644, found 664 [/usr/share/elasticsearch/README.textile]
I think we should try and build the same packages regardless of my personal umask setting.