chmod 444 for read-only generated files instead of -w.
authorMike Taylor <mike@indexdata.com>
Wed, 2 Apr 2014 06:58:46 +0000 (07:58 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 2 Apr 2014 06:58:46 +0000 (07:58 +0100)
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.


No differences found