From 7797567c181dfd38c94e5ffadb566491e4325793 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 24 Mar 2015 17:00:17 -0700 Subject: [PATCH] Add blkin support and a new gitbuilder for it Signed-off-by: Josh Durgin --- build-auto.sh | 5 +++++ fabfile.py | 1 + 2 files changed, 6 insertions(+) diff --git a/build-auto.sh b/build-auto.sh index 2813d5f..dae20f7 100755 --- a/build-auto.sh +++ b/build-auto.sh @@ -20,6 +20,11 @@ if hostname | grep -q -- -gcov ; then export CEPH_EXTRA_CONFIGURE_ARGS="$CEPH_EXTRA_CONFIGURE_ARGS --enable-coverage" fi +if hostname | grep -q -- -blkin ; then + echo "hostname has -blkin, will --with-blkin" + export CEPH_EXTRA_CONFIGURE_ARGS="$CEPH_EXTRA_CONFIGURE_ARGS --with-blkin" +fi + if hostname | grep -q -- ceph-deb- ; then exec $mydir/build-ceph-deb-native.sh fi diff --git a/fabfile.py b/fabfile.py index 996f9c6..03f22f9 100644 --- a/fabfile.py +++ b/fabfile.py @@ -23,6 +23,7 @@ env.roledefs['gitbuilder_ceph_deb_native'] = [ # the fancy ones env.roledefs['gitbuilder_auto'] = [ + 'ubuntu@gitbuilder-ceph-deb-trusty-amd64-blkin.front.sepia.ceph.com', 'ubuntu@gitbuilder-ceph-deb-precise-amd64-basic.front.sepia.ceph.com', # 'ubuntu@gitbuilder-ceph-deb-precise-amd64-gcov.front.sepia.ceph.com', 'ubuntu@gitbuilder-ceph-deb-precise-amd64-notcmalloc.front.sepia.ceph.com', -- 2.39.5