From: Sandon Van Ness Date: Fri, 12 Sep 2014 18:52:20 +0000 (-0700) Subject: Push to new doc server. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e0cf9c24068b2d4f2c8ff31ced671c1fd9713688;p=autobuild-ceph.git Push to new doc server. Signed-off-by: Sandon Van Ness --- diff --git a/fabfile.py b/fabfile.py index 0ff2fc8..51eca5b 100644 --- a/fabfile.py +++ b/fabfile.py @@ -54,7 +54,7 @@ env.roledefs['gitbuilder_kernel'] = [ # special env.roledefs['gitbuilder_doc'] = [ - 'ubuntu@gitbuilder-doc.front.sepia.ceph.com', + 'ubuntu@ursula.front.sepia.ceph.com', ] env.roledefs['gitbuilder_samba'] = [ @@ -820,7 +820,7 @@ def gitbuilder_doc(): _gitbuilder_ceph('https://github.com/ceph/ceph.git', 'ceph-docs') with cd('/srv/autobuild-ceph'): if not exists('rsync-target'): - sudo("echo cephdocs@ceph.newdream.net:/home/ceph_site/ceph.com/docs.raw > rsync-target") + sudo("echo ubuntu@ursula.front.sepia.ceph.com:/var/docs.raw > rsync-target") if not exists('rsync-key'): put("rsync-key") put("rsync-key.pub")