]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
Push to new doc server.
authorSandon Van Ness <sandon@inktank.com>
Fri, 12 Sep 2014 18:52:20 +0000 (11:52 -0700)
committerSandon Van Ness <sandon@inktank.com>
Fri, 12 Sep 2014 18:52:20 +0000 (11:52 -0700)
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
fabfile.py

index 0ff2fc85c0c275cffa72c0c0760f6c3481d5de2f..51eca5b53881ae2b06cc4521e5411d24ba9fbcad 100644 (file)
@@ -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")