From: Sandon Van Ness Date: Wed, 20 Feb 2013 01:51:22 +0000 (-0800) Subject: Fixed function name per sage. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=229560564b10d52b1bba4c83dc90bd7275ca0966;p=autobuild-ceph.git Fixed function name per sage. Signed-off-by: Sandon Van Ness --- diff --git a/fabfile.py b/fabfile.py index f237236..1efd7dc 100644 --- a/fabfile.py +++ b/fabfile.py @@ -546,7 +546,7 @@ def gitbuilder_ceph_deb_native(): _sync_to_gitbuilder('ceph', 'deb', 'basic') @roles('gitbuilder_auto') -def gitbuilder_ceph_auto(): +def gitbuilder_auto(): _deb_builder('https://github.com/ceph/ceph.git', 'auto') sudo('start autobuild-ceph || /etc/init.d/autobuild-ceph start') _sync_to_gitbuilder_from_hostname()