From 229560564b10d52b1bba4c83dc90bd7275ca0966 Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Tue, 19 Feb 2013 17:51:22 -0800 Subject: [PATCH] Fixed function name per sage. Signed-off-by: Sandon Van Ness --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5