From: Pieter Lexis Date: Thu, 11 Jun 2015 09:18:07 +0000 (+0200) Subject: publish docs to new webserver X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~78^2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8236859e4181a2c5a53ee084df516cc3d4cc24;p=thirdparty%2Fpdns.git publish docs to new webserver --- diff --git a/docs/Makefile.am b/docs/Makefile.am index ad9e6983c6..39bdaf7a87 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -71,5 +71,5 @@ clean: rm -rf html html.tar.bz2 *.8 *.1 publish: html html.tar.bz2 - rsync -crv --exclude '*~' ./html/ pdnsdocs@xs.powerdns.com:md/ - rsync -crv --exclude '*~' ./html.tar.bz2 pdnsdocs@xs.powerdns.com:html.tar.bz2 + rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./html/ web1.powerdns.com:/srv/www/doc.powerdns.com/md + rsync -crv --no-p --chmod=g=rwX --exclude '*~' ./html.tar.bz2 web1.powerdns.com:/srv/www/doc.powerdns.com/html.tar.bz2