8413: Rails postinst doesn't chgrp root /etc/arvados.
authorBrett Smith <brett@curoverse.com>
Fri, 26 Feb 2016 23:13:19 +0000 (18:13 -0500)
committerBrett Smith <brett@curoverse.com>
Mon, 29 Feb 2016 17:43:18 +0000 (12:43 -0500)
commit8a067f3805be65efd9200a8d772cc4301707dcb0
tree976244dfe39a0a54ec981212d556168808c90780
parent3c7848724d18912317d3198192004cc2fceeaa3f
8413: Rails postinst doesn't chgrp root /etc/arvados.

Non-sensitive Rails configuration files can be 0644 root:root.
Porting those permissions is fine for the individual configuration
file, but not the parent directory tree.  Don't change the group of
the directory tree in this case.
jenkins/rails-package-scripts/postinst.sh