FLAVOR_FLAGS="$FLAVOR_FLAGS --with-blkin"
fi
-echo "Running autogen.sh ..."
-./autogen.sh
-echo "Running configure ..."
-./configure \
- --disable-option-checking \
- '--prefix=/usr' \
- '--sbindir=/sbin' \
- '--localstatedir=/var' \
- '--sysconfdir=/etc' \
- '--with-debug' \
- '--with-nss' \
- '--with-radosgw' \
- '--disable-static' \
- '--without-lttng' \
- $FLAVOR_FLAGS \
- 'CFLAGS= -Wno-unused-parameter' \
- 'CXXFLAGS= -Wno-unused-parameter' \
- --cache-file=/dev/null \
- --srcdir=.
-
mkdir -p release
# Contents below used to come from /srv/release_tarball.sh and
extract_flags="jxf"
compress_flags="jcf"
else
+ echo "Running autogen.sh ..."
+ ./autogen.sh
+ echo "Running configure ..."
+ ./configure \
+ --disable-option-checking \
+ '--prefix=/usr' \
+ '--sbindir=/sbin' \
+ '--localstatedir=/var' \
+ '--sysconfdir=/etc' \
+ '--with-debug' \
+ '--with-nss' \
+ '--with-radosgw' \
+ '--disable-static' \
+ '--without-lttng' \
+ $FLAVOR_FLAGS \
+ 'CFLAGS= -Wno-unused-parameter' \
+ 'CXXFLAGS= -Wno-unused-parameter' \
+ --cache-file=/dev/null \
+ --srcdir=.
+
make dist
make dist-bzip2
vers=`ls ceph-*.tar.gz | cut -c 6- | sed 's/.tar.gz//'`