From 881a32043ec65b424fa69d99ed75c2e06d75636e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 29 Jul 2014 07:10:59 -0700 Subject: [PATCH] fabfile: update gitbuilder to clean up out~ Signed-off-by: Sage Weil --- fabfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabfile.py b/fabfile.py index e75fba5..0b35634 100644 --- a/fabfile.py +++ b/fabfile.py @@ -150,7 +150,7 @@ def _rh_gitbuilder(flavor, git_repo, extra_remotes={}, extra_packages=[], ignore """ extra_remotes will be fetch but not autobuilt. useful for tags. """ - gitbuilder_commit='6af02f4a25ee6664efabf349777b9cc0edf5706c' + gitbuilder_commit='304035b8edaf8d64da77a858af1744f13abcd2ad' gitbuilder_origin='git://github.com/ceph/gitbuilder.git' sudo("initctl list|grep -q '^autobuild-ceph\s' && stop autobuild-ceph || /etc/init.d/autobuild-ceph stop || :") @@ -264,7 +264,7 @@ def _gitbuilder(flavor, git_repo, extra_remotes={}, extra_packages=[], ignore=[] """ extra_remotes will be fetch but not autobuilt. useful for tags. """ - gitbuilder_commit='6af02f4a25ee6664efabf349777b9cc0edf5706c' + gitbuilder_commit='304035b8edaf8d64da77a858af1744f13abcd2ad' gitbuilder_origin='git://github.com/ceph/gitbuilder.git' # shut down old instance, it exists -- 2.39.5