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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3341%2Fhead;p=thirdparty%2Fpdns.git ensure permissions correct when publishing dnsdist.org --- diff --git a/pdns/dnsdistdist/website/Makefile b/pdns/dnsdistdist/website/Makefile index 99786f898c..67a91ccd9b 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/