diff options
| author | Anoop C S <anoopcs@redhat.com> | 2015-11-10 16:20:27 +0530 | 
|---|---|---|
| committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-11-10 06:09:04 -0800 | 
| commit | 0c1cd89b03aa3945d8472ca86a10d05d2a8d8028 (patch) | |
| tree | 2fe484f384eb71765034acdb2972d8f0ffab142d /doc | |
| parent | c0522295f42c57565610d186da1400730b6a68d1 (diff) | |
build: Remove systemtap references from source
We don't actually support systemtap. And so it is confusing
to have --enable-systemtap configure option in configure.ac.
This patch removes the systemtap option and corresponding
references from other files which include INSTALL, spec.in,
docs etc.
Change-Id: I719c22ca36f41a2faca156f8e41daea44e64b65e
BUG: 1198849
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-on: http://review.gluster.org/12565
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/developer-guide/Building GlusterFS.md | 1 | ||||
| -rw-r--r-- | doc/developer-guide/Compiling-RPMS.md | 4 | ||||
| -rw-r--r-- | doc/developer-guide/Development-Workflow.md | 4 | ||||
| -rw-r--r-- | doc/developer-guide/Using-Gluster-Test-Framework.md | 12 | 
4 files changed, 10 insertions, 11 deletions
diff --git a/doc/developer-guide/Building GlusterFS.md b/doc/developer-guide/Building GlusterFS.md index 160216921ad..ab287820f21 100644 --- a/doc/developer-guide/Building GlusterFS.md +++ b/doc/developer-guide/Building GlusterFS.md @@ -75,7 +75,6 @@ configure script should give the below configure summary,  		georeplication       : yes  		Linux-AIO            : yes  		Enable Debug         : no -		systemtap            : no  		Block Device xlator  : yes  		glupy                : yes  		Use syslog           : yes diff --git a/doc/developer-guide/Compiling-RPMS.md b/doc/developer-guide/Compiling-RPMS.md index b1bd39b26f8..7a243ded739 100644 --- a/doc/developer-guide/Compiling-RPMS.md +++ b/doc/developer-guide/Compiling-RPMS.md @@ -111,7 +111,7 @@ installed.  		  libattr-devel libibverbs-devel librdmacm-devel libtool libxml2-devel lvm2-devel make \  		  openssl-devel pkgconfig pyliblzma python-devel python-eventlet python-netifaces \  		  python-paste-deploy python-simplejson python-sphinx python-webob pyxattr readline-devel \ -		  rpm-build systemtap-sdt-devel tar libcmocka-devel +		  rpm-build tar libcmocka-devel  2. Clone the GlusterFS git repository @@ -175,4 +175,4 @@ containing the RPMs.  		-rw-rw-r-- 1 jc jc   44943 Mar  2 12:17 glusterfs-rdma-3git-1.el5.centos.x86_64.rpm  		-rw-rw-r-- 1 jc jc  123065 Mar  2 12:17 glusterfs-regression-tests-3git-1.el5.centos.x86_64.rpm  		-rw-rw-r-- 1 jc jc   16224 Mar  2 12:17 glusterfs-resource-agents-3git-1.el5.centos.x86_64.rpm -		-rw-rw-r-- 1 jc jc  654043 Mar  2 12:17 glusterfs-server-3git-1.el5.centos.x86_64.rpm
\ No newline at end of file +		-rw-rw-r-- 1 jc jc  654043 Mar  2 12:17 glusterfs-server-3git-1.el5.centos.x86_64.rpm diff --git a/doc/developer-guide/Development-Workflow.md b/doc/developer-guide/Development-Workflow.md index d36b932c0a8..4c80327bff0 100644 --- a/doc/developer-guide/Development-Workflow.md +++ b/doc/developer-guide/Development-Workflow.md @@ -164,8 +164,8 @@ Ubuntu:  To setup the build environment on an Ubuntu system, type the following  command to install the required packages: -        sudo apt-get -y install python-pyxattr libreadline-dev systemtap-sdt-dev -        tar python-pastedeploy python-simplejson python-sphinx python-webob libssl-dev +        sudo apt-get -y install python-pyxattr libreadline-dev tar +        python-pastedeploy python-simplejson python-sphinx python-webob libssl-dev          pkg-config python-dev python-eventlet python-netifaces libaio-dev libibverbs-dev          libtool libxml2-dev liblvm2-dev make autoconf automake bison dos2unix flex libfuse-dev diff --git a/doc/developer-guide/Using-Gluster-Test-Framework.md b/doc/developer-guide/Using-Gluster-Test-Framework.md index 5256e973fbc..96fa9247e84 100644 --- a/doc/developer-guide/Using-Gluster-Test-Framework.md +++ b/doc/developer-guide/Using-Gluster-Test-Framework.md @@ -33,7 +33,7 @@ acl lvm2 rpm  libaio-dev libibverbs-dev librdmacm-dev libtool libxml2-dev  libxml2-utils liblvm2-dev make libssl-dev pkg-config libpython-dev  python-eventlet python-netifaces python-simplejson python-pyxattr -libreadline-dev systemtap-sdt-dev tar +libreadline-dev tar  4) Install cmockery2 from github (https://github.com/lpabon/cmockery2)  and compile and make install as in Readme @@ -70,7 +70,7 @@ Preparation steps for CentOS 7 (only)  		 librdmacm-devel libtool libxml2-devel lvm2-devel make openssl-devel pkgconfig \  		 python-devel python-eventlet python-netifaces python-paste-deploy \  		 python-simplejson python-sphinx python-webob pyxattr readline-devel rpm-build \ -		 systemtap-sdt-devel tar +		 tar  3. Create the mock user @@ -91,7 +91,7 @@ Preparation steps for CentOS 6.3+ (only)  		  librdmacm-devel libtool libxml2-devel lvm2-devel make openssl-devel pkgconfig \  		  python-devel python-eventlet python-netifaces python-paste-deploy \  		  python-simplejson python-sphinx python-webob pyxattr readline-devel rpm-build \ -		  systemtap-sdt-devel tar +		  tar  3. Create the mock user @@ -118,7 +118,7 @@ framework.  		  librdmacm-devel libtool libxml2-devel lvm2-devel make openssl-devel pkgconfig \  		  python-devel python-eventlet python-netifaces python-paste-deploy \  		  python-simplejson python-sphinx python-webob pyxattr readline-devel rpm-build \ -		  systemtap-sdt-devel tar +		  tar  4. Create the mock user @@ -137,7 +137,7 @@ Preparation steps for Fedora 16-19 (only)  		  librdmacm-devel libtool libxml2-devel lvm2-devel make openssl-devel pkgconfig \  		  python-devel python-eventlet python-netifaces python-paste-deploy \  		  python-simplejson python-sphinx python-webob pyxattr readline-devel rpm-build \ -		  systemtap-sdt-devel tar +		  tar  3. Create the mock user @@ -267,4 +267,4 @@ bugs subdirectory:  ### EXPECT\_KEYWORD --   Defined in include.rc, but seems to be unused?
\ No newline at end of file +-   Defined in include.rc, but seems to be unused?  | 
