When uploading docs, use rsync -p to set permissions
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 11 Apr 2011 11:04:19 +0000 (12:04 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 12 Apr 2011 10:26:49 +0000 (11:26 +0100)
commit59c6663293bbbd9399f4c16611e06bbe799ddb8a
treef4176b1eb0165e80e9f5c64d2ecc1e4da9d68519
parent4a0e7d29a491a865d02063e6879bf8d779e1452a
When uploading docs, use rsync -p to set permissions

It turns out that rsync --chmod means "pretend the source files had
already had this chmod operation applied to them", and not "chmod the
destination files" like you'd expect.

As a result, the -p (--perms) option is also needed, so that rsync will
"preserve" the modified permissions. Otherwise, the docs will not be
group-writeable as intended, and only the person who made the previous
upload will be able to upload them next time.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36130
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
doc/Makefile.am