]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Revert "nfs-ganesha: build with LTTNG" revert-1109-nfs-ganesha-lttng
authorAli Maredia <amaredia@redhat.com>
Fri, 24 Aug 2018 17:12:11 +0000 (13:12 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 17:12:11 +0000 (13:12 -0400)
nfs-ganesha/build/build_rpm

index 76e0a819df5f96ebc12914307dee12c7fee66d66..1212fde787fa67788eac4afc36a8ef50ee88e176 100644 (file)
@@ -47,8 +47,6 @@ libwbclient-devel
 krb5-devel
 librgw-devel
 libcephfs-devel
-lttng-ust-devel
-lttng-tools-devel
 "
 
 # 1-17-17  will remove on next push of EPEL 7 stable, can remove in a couple days
@@ -70,7 +68,7 @@ mkdir build
 cd build
 
 # generate .spec file, edit .spec file for correct versions of libs and make source tarball
-cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTRICT_PACKAGE=ON -DUSE_FSAL_ZFS=OFF -DUSE_FSAL_GLUSTER=OFF -DUSE_FSAL_CEPH=ON -DUSE_FSAL_RGW=ON -DRADOS_URLS=ON -DUSE_RADOS_RECOV=ON -DUSE_LTTNG=ON $WORKSPACE/nfs-ganesha/src && make dist || exit 1
+cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSTRICT_PACKAGE=ON -DUSE_FSAL_ZFS=OFF -DUSE_FSAL_GLUSTER=OFF -DUSE_FSAL_CEPH=ON -DUSE_FSAL_RGW=ON -DRADOS_URLS=ON -DUSE_RADOS_RECOV=ON $WORKSPACE/nfs-ganesha/src && make dist || exit 1
 
 sed -i 's/libcephfs1-devel/libcephfs-devel/' $WORKSPACE/nfs-ganesha/src/nfs-ganesha.spec
 sed -i 's/librgw2-devel/librgw-devel/' $WORKSPACE/nfs-ganesha/src/nfs-ganesha.spec