From: Pieter Lexis Date: Fri, 5 Feb 2016 14:06:51 +0000 (+0100) Subject: ensure permissions correct when publishing dnsdist.org X-Git-Tag: auth-4.0.0-alpha2~80^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d7bd0b28afbd0f32444a211cc32fdf94f7e678f;p=pdns ensure permissions correct when publishing dnsdist.org --- diff --git a/pdns/dnsdistdist/website/Makefile b/pdns/dnsdistdist/website/Makefile index 99786f898..67a91ccd9 100644 --- a/pdns/dnsdistdist/website/Makefile +++ b/pdns/dnsdistdist/website/Makefile @@ -4,4 +4,4 @@ html/index.html: markdown/* mkdocs build --clean upload: html/index.html - rsync -vr --delete html/* web1.powerdns.com:/srv/www/dnsdist.org/ + rsync -cvr --no-p --chmod=g=rwX --exclude '*~' --delete html/* web1.powerdns.com:/srv/www/dnsdist.org/