From: Alfredo Deza Date: Wed, 23 Sep 2015 16:11:37 +0000 (-0400) Subject: remove reference to /srv/ requirement: no longer true X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cfdd132e043c0ebc76a2946ae1e05c395482fab7;p=ceph-build.git remove reference to /srv/ requirement: no longer true Signed-off-by: Alfredo Deza --- diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index 9fe10e33..a09ded53 100644 --- a/ceph-release-rpm/build/build +++ b/ceph-release-rpm/build/build @@ -8,13 +8,6 @@ echo " WS=$WORKSPACE" echo " PWD=$(pwd)" echo "Building on Host: $(hostname) Date: $(date)" -# We expect the ceph build tools to be installed. -if [ ! -d /srv/ceph-build ] ; then - echo "Build tools are not installed" - exit 1 -fi -BINDIR=/srv/ceph-build - # remove any previous builds rm -rf dist rm -rf RPMBUILD