]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove reference to /srv/ requirement: no longer true 133/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 23 Sep 2015 16:11:37 +0000 (12:11 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 23 Sep 2015 16:12:04 +0000 (12:12 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-release-rpm/build/build

index 9fe10e33a3b2cfc9a23da4bdf9233d48a519808b..a09ded53ea12b8a70c2fe533f01bb173d1527284 100644 (file)
@@ -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