]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
cleanup: remove blkin build config option 82/head
authorAli Maredia <amaredia@redhat.com>
Fri, 16 Sep 2016 17:31:04 +0000 (13:31 -0400)
committerAli Maredia <amaredia@redhat.com>
Fri, 16 Sep 2016 17:31:04 +0000 (13:31 -0400)
Signed-off-by: Ali Maredia <amaredia@redhat.com>
build-auto.sh

index 9e76f3ac983eaa78fbf5f6f314e3970ada6c8276..5e22bc6d7fd8b630bd7358616c653249ffb21680 100755 (executable)
@@ -23,11 +23,6 @@ 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