]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
Fixed function name per sage.
authorSandon Van Ness <sandon@inktank.com>
Wed, 20 Feb 2013 01:51:22 +0000 (17:51 -0800)
committerSandon Van Ness <sandon@inktank.com>
Wed, 20 Feb 2013 01:51:22 +0000 (17:51 -0800)
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
fabfile.py

index f2372366defddc416e4d5818d0d63c7833e47c13..1efd7dca21a7d12bc65afa9b19c1cde2fba44b18 100644 (file)
@@ -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()