chiark / gitweb /
fix rsync's chmod on local copy
authorHans-Christoph Steiner <hans@eds.org>
Fri, 10 Oct 2014 01:22:50 +0000 (21:22 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 23 Oct 2014 18:26:11 +0000 (14:26 -0400)
commitd2b5b86ed5b77088586743882c6d55760a95f004
tree0398548d92f7374b3375787cdba5c74f31e46605
parente8a5d2b354c6a43ac7e57b17d61dc33c7892d5b6
fix rsync's chmod on local copy

rsync's --chmod works a bit oddly, it only affects the source files. To
make it set the destintation with the perms set in --chmod, the --perms
flag must also be included.
fdroidserver/server.py