glusterfs.spec.in: resync with Fedora glusterfs.spec

remove extraneous pwd and ls, left-overs from debugging regression
failures

BUG: 819130
Change-Id: I9bc058bbbfd78218153737751481171f21001e6e
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/4547
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2013-02-19 11:42:13 -05:00 committed by Anand Avati
parent eac54f6f76
commit fd407a4f5c

View File

@ -48,9 +48,7 @@ git checkout -q -b rpm-test ${COMMIT}
# build the glusterfs-*.tar.gz and gluster-swift-ufo-*.tar.gz # build the glusterfs-*.tar.gz and gluster-swift-ufo-*.tar.gz
[ -e configure ] || ./autogen.sh 2>&1 > /dev/null [ -e configure ] || ./autogen.sh 2>&1 > /dev/null
TEST ./configure --enable-fusermount TEST ./configure --enable-fusermount
pwd
TEST make dist TEST make dist
ls *.tar.gz
# build the glusterfs src.rpm # build the glusterfs src.rpm
ls extras ls extras