From: Mike Taylor Date: Wed, 2 Apr 2014 06:58:46 +0000 (+0100) Subject: chmod 444 for read-only generated files instead of -w. X-Git-Tag: 1.0.0~1094^2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=2bb724366c5245254fd38c931cca9260cd236ebd;hp=2bb724366c5245254fd38c931cca9260cd236ebd;p=mkws-moved-to-github.git chmod 444 for read-only generated files instead of -w. That's because chmod -w on the file in a directory with g+s fails with: $ chmod -w jquery.json-2.4.js chmod: jquery.json-2.4.js: new permissions are r--rw-r--, not r--r--r-- and this impedes the Jenkins testing. ---