From e0cf9c24068b2d4f2c8ff31ced671c1fd9713688 Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Fri, 12 Sep 2014 11:52:20 -0700 Subject: [PATCH] Push to new doc server. Signed-off-by: Sandon Van Ness --- fabfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.39.5