From 8d7bd0b28afbd0f32444a211cc32fdf94f7e678f Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 5 Feb 2016 15:06:51 +0100 Subject: [PATCH] ensure permissions correct when publishing dnsdist.org --- pdns/dnsdistdist/website/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.40.0