From: Josh Durgin Date: Wed, 25 Mar 2015 00:00:17 +0000 (-0700) Subject: Add blkin support and a new gitbuilder for it X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7797567c181dfd38c94e5ffadb566491e4325793;p=autobuild-ceph.git Add blkin support and a new gitbuilder for it Signed-off-by: Josh Durgin --- 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',