]> granicus.if.org Git - pdns/commitdiff
ensure permissions correct when publishing dnsdist.org
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 5 Feb 2016 14:06:51 +0000 (15:06 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 5 Feb 2016 14:06:51 +0000 (15:06 +0100)
pdns/dnsdistdist/website/Makefile

index 99786f898cf8e61aa2caca07c8ab84b5437ac3c7..67a91ccd9bf8abc8cfb55f9941cd812761ba54c8 100644 (file)
@@ -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/