Create directories in publishdir with mode 0777.
authorDavid Arroyo <darroyo@constantcontact.com>
Mon, 2 Dec 2013 01:33:52 +0000 (20:33 -0500)
committerNoah Campbell <noahcampbell@gmail.com>
Tue, 3 Dec 2013 00:06:31 +0000 (16:06 -0800)
commit10c7cf29424b6c230ae9df14de41656e97ea85c8
tree5ec1b1b74d8bd2d63b5720939687d70a11928c7a
parentba5dadff79be78517d6d6e0e7110bcea36620d20
Create directories in publishdir with mode 0777.

The previous permissions (0764), were unusable (directories must
be executable) when generating files for use by another uid. The
Right Thing™ is to use mode 0777. The OS will subtract the process
umask (usually 022) to the for the final permissions.

Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
target/file.go