From 89a68ac1fd2db5565b9b215e46fa13cb06a684fe Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 13 Sep 2016 12:37:56 -0400 Subject: [PATCH] Add a few xenial kernel gitbuilders - libunwind7-dev is not available in xenial Signed-off-by: David Galloway --- fabfile.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index ce78902..da54ece 100644 --- a/fabfile.py +++ b/fabfile.py @@ -23,6 +23,7 @@ env.roledefs['gitbuilder_auto'] = [ 'ubuntu@gitbuilder-ceph-tarball-trusty-amd64-cmake.ovh.sepia.ceph.com', 'ubuntu@gitbuilder-ceph-tarball-trusty-i386-basic.front.sepia.ceph.com', 'ubuntu@gitbuilder-ceph-deb-xenial-amd64-basic.front.sepia.ceph.com', + 'ubuntu@gitbuilder-ceph-deb-xenial-amd64-notcmalloc.front.sepia.ceph.com', ] env.roledefs['gitbuilder_ceph_rpm'] = [ @@ -36,6 +37,7 @@ env.roledefs['gitbuilder_ceph_rpm'] = [ env.roledefs['gitbuilder_kernel_deb'] = [ 'ubuntu@gitbuilder-kernel-deb-precise-amd64-basic.front.sepia.ceph.com', 'ubuntu@gitbuilder-kernel-deb-precise-amd64-debug.front.sepia.ceph.com', + 'ubuntu@gitbuilder-kernel-deb-xenial-amd64-basic.front.sepia.ceph.com', ] env.roledefs['gitbuilder_kernel_rpm'] = [ 'ubuntu@gitbuilder-kernel-rpm-centos6-amd64-basic.front.sepia.ceph.com', @@ -396,7 +398,7 @@ def _kernel_deps(): 'xmlto', 'libgtk2.0-dev', 'libunwind-setjmp0-dev', - 'libunwind7-dev', +# 'libunwind7-dev', 'libaudit-dev', 'binutils-dev', 'python-dev', -- 2.39.5